0.7.52
articles page
This commit is contained in:
10
ArticlesApp/js_urls.py
Normal file
10
ArticlesApp/js_urls.py
Normal file
@@ -0,0 +1,10 @@
|
||||
# coding=utf-8
|
||||
from django.urls import path
|
||||
# from AuthApp.js_views import *
|
||||
# from AuthApp.import_funcs import *
|
||||
from .js_views import *
|
||||
|
||||
urlpatterns = [
|
||||
path('get_articles_block/', get_articles_block_ajax, name='get_articles_block_ajax'),
|
||||
|
||||
]
|
||||
Reference in New Issue
Block a user