Mercurial > public > sg101
annotate gpp/gcalendar/settings.py @ 370:e9a066db3f54
Adding some try/except around some key points in the code to protect against some IntegrityErrors. We log when these happens but otherwise keep going. Tickets: #160 and #169.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 06 Mar 2011 00:40:50 +0000 |
parents | dbd703f7d63a |
children |
rev | line source |
---|---|
gremmie@1 | 1 """ |
gremmie@1 | 2 This file contains the user tweakable settings for the gcalendar application. |
gremmie@1 | 3 """ |
gremmie@1 | 4 |
gremmie@1 | 5 EMAIL = 'bgneal@gmail.com' |
gremmie@1 | 6 CALENDAR_ID = 'i81lu3fkh57sgqqenogefd9v78@group.calendar.google.com' |
gremmie@1 | 7 |
gremmie@1 | 8 # vim: ts=4 sw=4 |