6 lines
77 B
Python
6 lines
77 B
Python
from django.urls import path # noqa
|
|
|
|
urlpatterns = [
|
|
# ... other urls
|
|
]
|