X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/f938afb8ab4cb091d12e0ef0311eaea14b774798..f06b3e117258f7968b7df783064c2a4deb6e3879:/redakcja/settings.py diff --git a/redakcja/settings.py b/redakcja/settings.py index 8fd71c71..fb262051 100644 --- a/redakcja/settings.py +++ b/redakcja/settings.py @@ -87,7 +87,6 @@ MIDDLEWARE_CLASSES = ( 'django.middleware.doc.XViewMiddleware', 'maintenancemode.middleware.MaintenanceModeMiddleware', - # 'debug_toolbar.middleware.DebugToolbarMiddleware' # ) AUTHENTICATION_BACKENDS = ( @@ -101,6 +100,7 @@ TEMPLATE_DIRS = ( PROJECT_ROOT + '/templates', ) +FIREPYTHON_LOGGER_NAME = "fnp" # # Central Auth System