annotate gpp/core/models.py @ 124:9c18250972d5

Refactored the markdown/smiley logic. Created classes for Markdown and Smilify. No longer call render_to_string() in models.py for various models.
author Brian Neal <bgneal@gmail.com>
date Sat, 14 Nov 2009 04:32:32 +0000
parents 91fd31dc78fb
children 423c39ee44e0
rev   line source
gremmie@1 1 """
bgneal@37 2 This file contains the core Models used in gpp
bgneal@37 3 (None at this time).
gremmie@1 4 """
gremmie@1 5