Closed GoogleCodeExporter closed 8 years ago
@hickswirght
For the mean time, all you need to do is add Typogrify to your Installed_apps
so it
looks something like this,
INSTALLED_APPS = (
#...
'typogrify',
)
Then in your Template do {% load typogrify %}.
From there you are pretty set, just add the commands to your objects.
Original comment by vemon...@gmail.com
on 7 Jun 2007 at 3:12
Patch against SVN which adds a documentation file and corrects a couple typos
in the filters' docstrings.
Original comment by ubernost...@gmail.com
on 16 Jul 2007 at 6:20
Attachments:
Thank you very much for your patch ubernostrum. I'll get that in and roll a new
release soon.
Original comment by mintx...@gmail.com
on 17 Jul 2007 at 8:41
Fixed in rev 9. Again big thanks to Ubernostrum!
Original comment by mintx...@gmail.com
on 20 Nov 2007 at 8:13
Original issue reported on code.google.com by
hickswri...@gmail.com
on 30 May 2007 at 9:13