6 lines
79 B
Python
6 lines
79 B
Python
|
from django.urls import path, include
|
||
|
|
||
|
# Assign register url
|
||
|
urlpatterns = [
|
||
|
]
|