diff options
author | 2023-05-14 23:54:51 +0530 | |
---|---|---|
committer | 2023-05-14 23:54:51 +0530 | |
commit | a241a397f966a4265935dfd5c92a84fdf95c52c8 (patch) | |
tree | 83f6eb572e26e64e6ca18642013abf60f1b23d8b /pydis_site/apps/staff/apps.py | |
parent | Update pydis_site/apps/content/resources/guides/python-guides/subclassing_bot.md (diff) | |
parent | Merge pull request #972 from python-discord/fix-psycopg3-compatibility-in-met... (diff) |
Merge branch 'main' into subclassing_bot
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' |