Commit fcab9aeb by Kálmán Viktor

circle: crispy forms debug

parent 67ec579e
...@@ -75,3 +75,5 @@ LOGGING['handlers']['console'] = {'level': 'DEBUG', ...@@ -75,3 +75,5 @@ LOGGING['handlers']['console'] = {'level': 'DEBUG',
'formatter': 'simple'} 'formatter': 'simple'}
for i in LOCAL_APPS: for i in LOCAL_APPS:
LOGGING['loggers'][i] = {'handlers': ['console'], 'level': 'DEBUG'} LOGGING['loggers'][i] = {'handlers': ['console'], 'level': 'DEBUG'}
CRISPY_FAIL_SILENTLY = not DEBUG
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