From b879031df408e799e86f9cea9a5a1f13fa7a06e4 Mon Sep 17 00:00:00 2001 From: Trullemans Gregory Date: Thu, 13 May 2021 12:22:37 +0200 Subject: [PATCH] =?UTF-8?q?Suppression=20des=20fichiers=20de=20migrations?= =?UTF-8?q?=20et=20retour=20en=20arri=C3=A8re=20pour=20la=20config=20des?= =?UTF-8?q?=20fichiers=20auto.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/khana/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/khana/settings.py b/src/khana/settings.py index 6f5d3e3..24bb6a7 100644 --- a/src/khana/settings.py +++ b/src/khana/settings.py @@ -129,4 +129,4 @@ DEBUG_TOOLBAR_CONFIG = { "JQUERY_URL": STATIC_URL + "js/jquery-2.1.4.min.js", } -DEFAULT_AUTO_FIELD = 'django.db.models.AutoField' \ No newline at end of file +# DEFAULT_AUTO_FIELD = 'django.db.models.AutoField' \ No newline at end of file