diff --git a/bornhack/settings/development.py b/bornhack/settings/development.py index 2c1e73c4..0b08e734 100644 --- a/bornhack/settings/development.py +++ b/bornhack/settings/development.py @@ -1,6 +1,6 @@ from .base import * -INSTALLED_APPS += ['debug_toolbar', ] +# INSTALLED_APPS += ['debug_toolbar', ] SECRET_KEY = 'bornhack_development' DEBUG = True