From a0dbdf0a4a4eb7e379b0676f18d77808335bc3b3 Mon Sep 17 00:00:00 2001 From: Zergling_man Date: Mon, 25 Oct 2021 00:03:30 +1100 Subject: [PATCH] Need to fix that one soon... --- rakka/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rakka/settings.py b/rakka/settings.py index 6dd9a97..192b1c3 100644 --- a/rakka/settings.py +++ b/rakka/settings.py @@ -79,8 +79,8 @@ WSGI_APPLICATION = 'rakka.wsgi.application' DATABASES = { 'default': { - 'ENGINE': 'django.db.backends.sqlite3', - #'ENGINE': 'djongo', + #'ENGINE': 'django.db.backends.sqlite3', + 'ENGINE': 'djongo', 'NAME': conf['DBNAME'], } }