view 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
line wrap: on
line source
"""
This file contains the user tweakable settings for the gcalendar application.
"""

EMAIL = 'bgneal@gmail.com'
CALENDAR_ID = 'i81lu3fkh57sgqqenogefd9v78@group.calendar.google.com'

# vim: ts=4 sw=4