Mercurial > public > sg101
annotate wiki/constants.py @ 700:e888d627928f
Refactored the processing of image uploads.
I suspect I will use this general algorithm in other places (like POTD), so
I made it reusable.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Wed, 11 Sep 2013 20:31:23 -0500 |
parents | f4c043cf55ac |
children |
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_MEMBER = 'wiki_redis_set_member' |