kamalx / typogrify

Automatically exported from code.google.com/p/typogrify
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Typogrify Needs Documentation #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
We just need a quick how-to for installing typogrify, it took me way too
long to figure out myself (admittedly, I'm new to Django).

Original issue reported on code.google.com by hickswri...@gmail.com on 30 May 2007 at 9:13

GoogleCodeExporter commented 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

GoogleCodeExporter commented 8 years ago
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:

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Fixed in rev 9. Again big thanks to Ubernostrum!

Original comment by mintx...@gmail.com on 20 Nov 2007 at 8:13