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/settings.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/settings.py')
-rw-r--r-- | pydis_site/settings.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pydis_site/settings.py b/pydis_site/settings.py index 17f220f3..03c16f4b 100644 --- a/pydis_site/settings.py +++ b/pydis_site/settings.py @@ -219,6 +219,9 @@ if DEBUG: else: PARENT_HOST = env('PARENT_HOST', default='pythondiscord.com') +# Django Model Configuration +DEFAULT_AUTO_FIELD = "django.db.models.AutoField" + # Django REST framework # https://www.django-rest-framework.org REST_FRAMEWORK = { |