5 lines
58 B
Python
5 lines
58 B
Python
from django.urls import path, include
|
|
|
|
|
|
urlpatterns = [
|
|
] |