view gpp/gcalendar/settings.py @ 192:341759e1cda1

Implementing #67: use a denormalized count field on download categories to reduce database queries.
author Brian Neal <bgneal@gmail.com>
date Sat, 03 Apr 2010 01:10:00 +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