diff options
author | 2022-07-12 07:50:51 +0400 | |
---|---|---|
committer | 2022-07-12 07:50:51 +0400 | |
commit | 7511c6d4aff6f3ad31ccb43c00226a9187d7ece1 (patch) | |
tree | 0c26ec6aa690ce4c62c5cf9b56f4944066cc319e /pydis_site/apps/staff/apps.py | |
parent | Merge #722 - resources: add The Algorithms and remove Atom (diff) | |
parent | Bump Django To 4.0 (diff) |
Merge pull request #740 from python-discord/update-django
Update Django Version To 4.0
Diffstat (limited to 'pydis_site/apps/staff/apps.py')
-rw-r--r-- | pydis_site/apps/staff/apps.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/staff/apps.py b/pydis_site/apps/staff/apps.py index 70a15f40..d68a80c3 100644 --- a/pydis_site/apps/staff/apps.py +++ b/pydis_site/apps/staff/apps.py @@ -4,4 +4,4 @@ from django.apps import AppConfig class StaffConfig(AppConfig): """Django AppConfig for the staff app.""" - name = 'staff' + name = 'pydis_site.apps.staff' |