10 lines
158 B
Python
10 lines
158 B
Python
# coding=utf-8
|
|
from django.urls import path
|
|
# from AuthApp.js_views import *
|
|
# from AuthApp.import_funcs import *
|
|
from .js_views import *
|
|
|
|
urlpatterns = [
|
|
|
|
|
|
] |