Disable debug toolbar from development - breaks somehow.
This commit is contained in:
parent
d91898ff73
commit
d9c95433e9
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue