diff --git a/alliance_auth/settings.py.example b/alliance_auth/settings.py.example index 70f16ff7..2a6e22e8 100755 --- a/alliance_auth/settings.py.example +++ b/alliance_auth/settings.py.example @@ -59,6 +59,7 @@ INSTALLED_APPS = ( 'timerboard', 'srp', 'sigtracker', + 'optimer', ) MIDDLEWARE_CLASSES = ( @@ -443,6 +444,10 @@ LOGGING = { 'handlers': ['log_file', 'console'], 'level': 'DEBUG', }, + 'optimer': { + 'handlers': ['log_file', 'console'], + 'level': 'DEBUG', + }, 'util': { 'handlers': ['log_file', 'console'], 'level': 'DEBUG',