config.py
author Tero Marttila <terom@fixme.fi>
Mon, 16 Feb 2009 22:40:35 +0200
changeset 86 6ff1140586d6
parent 46 54c5f5f340de
permissions -rw-r--r--
some tests for wsgi.Application
"""
    Configuration settings, preferences
"""

# datetime format for time.strftime
DATETIME_FMT = "%Y/%m/%d %H:%M %Z"