Mercurial > public > sg101
view gpp/gcalendar/settings.py @ 136:d203a4a986d2
Markitup preview function wasn't working correctly due to the user data being escaped before going into the markdown and smiley filters.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Fri, 27 Nov 2009 03:50:34 +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