0.0.26
route сreate
This commit is contained in:
9
RoutesApp/js_urls.py
Normal file
9
RoutesApp/js_urls.py
Normal file
@@ -0,0 +1,9 @@
|
||||
# coding=utf-8
|
||||
from django.urls import path
|
||||
# from AuthApp.js_views import *
|
||||
# from AuthApp.import_funcs import *
|
||||
from .js_views import *
|
||||
|
||||
urlpatterns = [
|
||||
path('create_route/', create_route_ajax, name='create_route_ajax'),
|
||||
]
|
||||
Reference in New Issue
Block a user