hc99's picture
Add files using upload-large-folder tool
5e07a1f verified
raw
history blame
106 Bytes
from django.urls import path
from . import admin
urlpatterns = [
path("admin/", admin.site.urls),
]