7 lines
118 B
Python
7 lines
118 B
Python
![]() |
# from django.conf.urls import url
|
||
|
|
||
|
|
||
|
urlpatterns = [
|
||
|
# url(r'^register$', register_view, name='control.index'),
|
||
|
]
|