Blog update

This commit is contained in:
Tomislav R 2016-03-22 01:21:50 +01:00
commit ca033be061
11 changed files with 164 additions and 145 deletions

View file

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