Disable debug toolbar from development - breaks somehow.

This commit is contained in:
Víðir Valberg Guðmundsson 2016-02-08 22:42:17 +01:00
parent d91898ff73
commit d9c95433e9

View file

@ -1,6 +1,6 @@
from .base import * from .base import *
INSTALLED_APPS += ['debug_toolbar', ] # INSTALLED_APPS += ['debug_toolbar', ]
SECRET_KEY = 'bornhack_development' SECRET_KEY = 'bornhack_development'
DEBUG = True DEBUG = True