diff options
| author | 2022-08-04 09:29:05 +0100 | |
|---|---|---|
| committer | 2022-08-04 09:29:05 +0100 | |
| commit | 1122f5abfccffb99c86673c0ed23ac6713dc3c99 (patch) | |
| tree | fed9ef2740c58f02d07aed10fe0c8c509a17d848 /pydis_site/apps/events/apps.py | |
| parent | Run Migrations For Tests (diff) | |
| parent | Merge pull request #751 from python-discord/add-infraction-last-applied (diff) | |
Merge branch 'main' into speedup-tests
Diffstat (limited to 'pydis_site/apps/events/apps.py')
| -rw-r--r-- | pydis_site/apps/events/apps.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/events/apps.py b/pydis_site/apps/events/apps.py index a1cf09ef..70762bc2 100644 --- a/pydis_site/apps/events/apps.py +++ b/pydis_site/apps/events/apps.py @@ -4,4 +4,4 @@ from django.apps import AppConfig class EventsConfig(AppConfig): """Django AppConfig for events app.""" - name = 'events' + name = 'pydis_site.apps.events' |