Refactored google calendar sync

This commit is contained in:
Martin Bauer
2014-04-26 11:17:10 +02:00
committed by Martin Bauer
parent 46b4078fac
commit 1aa23d2691
11 changed files with 370 additions and 374 deletions

View File

@@ -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': {