mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-11 21:40:17 +02:00
fixed installed apps bug
forgot to add it to the settings.py example
This commit is contained in:
parent
b46ce75f73
commit
586b08d625
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user