Mercurial > public > sg101
annotate 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 |
rev | line source |
---|---|
bgneal@627 | 1 """Constants used throughout the wiki application |
bgneal@627 | 2 |
bgneal@627 | 3 """ |
bgneal@627 | 4 |
bgneal@627 | 5 SESSION_SET_FLAG = 'wiki_set_cookie' |
bgneal@627 | 6 SESSION_SET_MEMBER = 'wiki_redis_set_member' |