summaryrefslogtreecommitdiff
path: root/example_project
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2025-03-24 18:04:01 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2025-06-13 18:01:30 +0200
commit1c148cc8cdaccfbd4e6e506aa2fd35e53920ddf0 (patch)
tree8a3bfb70860c48995c0e55af2eed9e46aa2969e7 /example_project
parent98ec1df553ccf6763f60f230c0db083526a508ba (diff)
downloadIshtar-1c148cc8cdaccfbd4e6e506aa2fd35e53920ddf0.tar.bz2
Ishtar-1c148cc8cdaccfbd4e6e506aa2fd35e53920ddf0.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 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, "..")