view wiki/constants.py @ 723:c0199d3d3b86

Oops, last commit was returning HttpResponse* derived classes, not instances.
author Brian Neal <bgneal@gmail.com>
date Sat, 21 Sep 2013 17:18:34 -0500
parents f4c043cf55ac
children
line wrap: on
line source
"""Constants used throughout the wiki application

"""

SESSION_SET_MEMBER = 'wiki_redis_set_member'