view gpp/gcalendar/settings.py @ 413:6144023ebea8

Downloads admin improvements: don't filter by user or IP address. Made the is_public editable on the change list page.
author Brian Neal <bgneal@gmail.com>
date Thu, 07 Apr 2011 23:52:18 +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