update django settings for local and production

This commit is contained in:
Tomislav R 2016-03-22 22:09:22 +01:00
commit 105dad3b9f
4 changed files with 430 additions and 427 deletions

View file

@ -18,7 +18,5 @@ CACHES = {
'LOCATION': 'unique-snowflake'
}
}
MIDDLEWARE_CLASSES+=("debug_toolbar.middleware.DebugToolbarMiddleware",)
DEBUG = True