mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-09 16:46:20 +01:00
Merge pull request #206 from orbitroom/patch-3
fixed fleet operation installed apps bug
This commit is contained in:
@@ -59,6 +59,7 @@ INSTALLED_APPS = (
|
|||||||
'timerboard',
|
'timerboard',
|
||||||
'srp',
|
'srp',
|
||||||
'sigtracker',
|
'sigtracker',
|
||||||
|
'optimer',
|
||||||
)
|
)
|
||||||
|
|
||||||
MIDDLEWARE_CLASSES = (
|
MIDDLEWARE_CLASSES = (
|
||||||
@@ -443,6 +444,10 @@ LOGGING = {
|
|||||||
'handlers': ['log_file', 'console'],
|
'handlers': ['log_file', 'console'],
|
||||||
'level': 'DEBUG',
|
'level': 'DEBUG',
|
||||||
},
|
},
|
||||||
|
'optimer': {
|
||||||
|
'handlers': ['log_file', 'console'],
|
||||||
|
'level': 'DEBUG',
|
||||||
|
},
|
||||||
'util': {
|
'util': {
|
||||||
'handlers': ['log_file', 'console'],
|
'handlers': ['log_file', 'console'],
|
||||||
'level': 'DEBUG',
|
'level': 'DEBUG',
|
||||||
|
|||||||
Reference in New Issue
Block a user