Commit c7ed5d68 by Őry Máté

dev: disable crispy silent fail

parent 00bdb1fb
......@@ -15,3 +15,6 @@ MANAGERS = (
)
INSTALLED_APPS += ("debug_toolbar", )
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 += [('10.5.253.%d' % i) for i in xrange(1, 100)]
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