From 9a712d04143a3e65fba0ece1d07c4fe429398d58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 31 May 2021 16:42:57 +0200 Subject: [PATCH] settings: do not declare any database --- pfwb_archives_proxy/settings.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pfwb_archives_proxy/settings.py b/pfwb_archives_proxy/settings.py index 58d92f6..f6a39b5 100644 --- a/pfwb_archives_proxy/settings.py +++ b/pfwb_archives_proxy/settings.py @@ -73,10 +73,6 @@ WSGI_APPLICATION = 'pfwb_archives_proxy.wsgi.application' # https://docs.djangoproject.com/en/2.2/ref/settings/#databases DATABASES = { - 'default': { - 'ENGINE': 'django.db.backends.sqlite3', - 'NAME': os.path.join(BASE_DIR, 'db.sqlite3'), - } }