Mercurial > public > sg101
annotate gpp/templates/search/indexes/news/story_text.txt @ 511:5794e3414596
Converted production environment to a virtualenv; had to tweak some paths and the .wsgi file accordingly.
I also added packages in preparation for working with Celery, so I updated the requirements file according to production.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 11 Dec 2011 19:50:32 +0000 |
parents | 26ee684c2033 |
children |
rev | line source |
---|---|
bgneal@219 | 1 {{ object.title }} |
bgneal@219 | 2 {{ object.submitter.username }} |
bgneal@219 | 3 {{ object.submitter.get_full_name }} |
bgneal@219 | 4 {{ object.short_text }} |
bgneal@219 | 5 {{ object.long_text }} |
bgneal@219 | 6 {{ object.tags }} |