diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-03-24 18:04:01 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-07-21 15:07:41 +0200 |
commit | 4f8fe31ad39bf0b82842690aeedf20a50d8812df (patch) | |
tree | 750a9c700bf58b358e600c430f23934a1bbf6332 /example_project | |
parent | 7aa1ab1b09bcafb2f806e389f4b7090332004e55 (diff) | |
download | Ishtar-4f8fe31ad39bf0b82842690aeedf20a50d8812df.tar.bz2 Ishtar-4f8fe31ad39bf0b82842690aeedf20a50d8812df.zip |
♻️ django 3.2 - new version of libraries: fix errors and deprecation warnings
Diffstat (limited to 'example_project')
-rw-r--r-- | example_project/settings.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/example_project/settings.py b/example_project/settings.py index 5b4e023cc..1667f1942 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -20,6 +20,7 @@ DEBUG_TO_CONSOLE = False SQL_DEBUG = False DJANGO_EXTENSIONS = False TEST_VIEWS = True +DEFAULT_AUTO_FIELD = "django.db.models.AutoField" if "test" in sys.argv: sys.path.insert(0, "..") |