summaryrefslogtreecommitdiff
path: root/example_project
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2025-10-15 19:01:43 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2025-10-24 18:32:21 +0200
commitd949976a9fb9ecf1e366486e604c89c56c02c1f8 (patch)
treed52afb87c0b633f28c3f5e58388ac9ecbb40d9ee /example_project
parentc08bab38239171e535e51a2f71230c37d6e84985 (diff)
downloadIshtar-d949976a9fb9ecf1e366486e604c89c56c02c1f8.tar.bz2
Ishtar-d949976a9fb9ecf1e366486e604c89c56c02c1f8.zip
♻️ django 3.2 - new version of libraries: fix errors and deprecation warnings
Diffstat (limited to 'example_project')
-rw-r--r--example_project/settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/example_project/settings.py b/example_project/settings.py
index 2cf0015d7..e8539e71f 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, "..")