TESTING FAIL!

This commit is contained in:
Tom Price
2015-04-25 23:33:09 +01:00
parent 10fea0fa4e
commit b2b511e267

View File

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