TESTING FAIL!

This commit is contained in:
Tom Price
2015-04-25 23:33:09 +01:00
parent 238dcd3b8d
commit cade0e0872

View File

@@ -88,7 +88,7 @@ DATABASES = {
}
}
if False: #not DEBUG:
if not DEBUG:
import dj_database_url
DATABASES['default'] = dj_database_url.config()