From b3f4f2c89501bf85e7cea82265ebb68ef1c0a268 Mon Sep 17 00:00:00 2001 From: smilerz Date: Wed, 15 Dec 2021 13:29:08 -0600 Subject: [PATCH] Update settings.py --- recipes/settings.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/recipes/settings.py b/recipes/settings.py index a7c80124f..456c1a469 100644 --- a/recipes/settings.py +++ b/recipes/settings.py @@ -308,14 +308,14 @@ else: # } # SQLite testing DB -DATABASES = { - 'default': { - 'ENGINE': 'django.db.backends.sqlite3', - 'OPTIONS': ast.literal_eval(os.getenv('DB_OPTIONS')) if os.getenv('DB_OPTIONS') else {}, - 'NAME': 'db.sqlite3', - 'CONN_MAX_AGE': 600, - } -} +# DATABASES = { +# 'default': { +# 'ENGINE': 'django.db.backends.sqlite3', +# 'OPTIONS': ast.literal_eval(os.getenv('DB_OPTIONS')) if os.getenv('DB_OPTIONS') else {}, +# 'NAME': 'db.sqlite3', +# 'CONN_MAX_AGE': 600, +# } +#} CACHES = { 'default': {