view gpp/gcalendar/settings.py @ 324:33f3d5987a96

Turning the django debug toolbar on again after updating django trunk.
author Brian Neal <bgneal@gmail.com>
date Sun, 20 Feb 2011 21:52:27 +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