kenken999's picture
update
d548975
raw
history blame contribute delete
91 Bytes
from django.urls import path, include
urlpatterns = [
path('', include('app.urls')),
]