diff options
author | 2021-10-06 22:38:16 +0100 | |
---|---|---|
committer | 2021-10-06 22:38:16 +0100 | |
commit | 3c2fcb86b7aad1ddca92e54c2fd39693e55109f8 (patch) | |
tree | 2eab9855ab1a83352a5d83050d8a1fc0524f3285 /pydis_site/apps/admin/urls.py | |
parent | Merge pull request #599 from python-discord/fix-http-links (diff) | |
parent | Merge branch 'master' into subdomains-to-query-paths (diff) |
Merge pull request #526 from python-discord/subdomains-to-query-paths
Diffstat (limited to 'pydis_site/apps/admin/urls.py')
-rw-r--r-- | pydis_site/apps/admin/urls.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pydis_site/apps/admin/urls.py b/pydis_site/apps/admin/urls.py index 146c6496..a4f3e517 100644 --- a/pydis_site/apps/admin/urls.py +++ b/pydis_site/apps/admin/urls.py @@ -2,6 +2,7 @@ from django.contrib import admin from django.urls import path +app_name = 'admin' urlpatterns = ( path('', admin.site.urls), ) |