Commit 0d92152b by Kálmán Viktor

network: disabled debug toolbar

parent 7a32c747
...@@ -13,8 +13,8 @@ ADMINS = ( ...@@ -13,8 +13,8 @@ ADMINS = (
MANAGERS = ( MANAGERS = (
('Ory Mate', 'maat@localhost'), ('Ory Mate', 'maat@localhost'),
) )
INSTALLED_APPS += ("debug_toolbar", ) #INSTALLED_APPS += ("debug_toolbar", )
MIDDLEWARE_CLASSES += ("debug_toolbar.middleware.DebugToolbarMiddleware", ) #MIDDLEWARE_CLASSES += ("debug_toolbar.middleware.DebugToolbarMiddleware", )
INTERNAL_IPS = [('2001:738:2001:4031:5:253:%d:0' % i) for i in xrange(1, 100)] INTERNAL_IPS = [('2001:738:2001:4031:5:253:%d:0' % i) for i in xrange(1, 100)]
INTERNAL_IPS += [('10.5.253.%d' % i) for i in xrange(1, 100)] INTERNAL_IPS += [('10.5.253.%d' % i) for i in xrange(1, 100)]
CRISPY_FAIL_SILENTLY = False CRISPY_FAIL_SILENTLY = False
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment