kenken999's picture
fda
0f43f8a
raw
history blame
91 Bytes
from django.urls import path, include
urlpatterns = [
path('', include('app.urls')),
]