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