From cade0e08723bd87cb8355061819ae971a3ffde35 Mon Sep 17 00:00:00 2001 From: Tom Price Date: Sat, 25 Apr 2015 23:33:09 +0100 Subject: [PATCH] TESTING FAIL! --- PyRIGS/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PyRIGS/settings.py b/PyRIGS/settings.py index 5e3a6448..8f776eed 100644 --- a/PyRIGS/settings.py +++ b/PyRIGS/settings.py @@ -88,7 +88,7 @@ DATABASES = { } } -if False: #not DEBUG: +if not DEBUG: import dj_database_url DATABASES['default'] = dj_database_url.config()