Refactored google calendar sync
This commit is contained in:
committed by
Martin Bauer
parent
46b4078fac
commit
1aa23d2691
@@ -11,7 +11,7 @@ DEBUG = True
|
||||
TEMPLATE_DEBUG = DEBUG
|
||||
|
||||
ADMINS = (
|
||||
# ('Your Name', 'your_email@example.com'),
|
||||
('Martin Bauer', 'bauer_martin@gmx.de'),
|
||||
)
|
||||
|
||||
MANAGERS = ADMINS
|
||||
@@ -203,7 +203,7 @@ LOGGING = {
|
||||
'file': {
|
||||
'level': 'DEBUG',
|
||||
'class': 'logging.FileHandler',
|
||||
'filename': '/srv/test/eventplanner.log',
|
||||
'filename': PROJECT_PATH + '/eventplanner.log',
|
||||
},
|
||||
},
|
||||
'loggers': {
|
||||
|
||||
Reference in New Issue
Block a user