view wiki/constants.py @ 627:a4300639c6e7

Wiki integration. Create task to delete old cookie records. Rework logic upon logout, as session will not be available. Set an attribute on the request instead.
author Brian Neal <bgneal@gmail.com>
date Mon, 12 Nov 2012 15:10:52 -0600
parents
children f4c043cf55ac
line wrap: on
line source
"""Constants used throughout the wiki application

"""

SESSION_SET_FLAG = 'wiki_set_cookie'
SESSION_SET_MEMBER = 'wiki_redis_set_member'