view wiki/constants.py @ 628:c6292e46e617

For local testing, set wiki cookie domain to None.
author Brian Neal <bgneal@gmail.com>
date Mon, 12 Nov 2012 16:40:54 -0600
parents a4300639c6e7
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'