update README to further explain makemessages use

the README doesn't mention adding coffin to your INSTALLED_APPS anywhere, so I figured perhaps makemessages is the only place that needs it and that it can go here.
This commit is contained in:
Mike Rooney 2013-02-25 16:03:30 -05:00
parent 4ee0963f9f
commit 7e50158dab
1 changed files with 2 additions and 1 deletions

View File

@ -47,7 +47,8 @@ been ported in Coffin:
Jinja 2's ``i18n`` extension is hooked up with Django, and a custom version
of makemessages supports string extraction from both Jinja2 and Django
templates.
templates. Just add 'coffin' to your INSTALLED_APPS and run makemessages as
usual, specifying additional Jinja extensions if necessary via the -e option.
Autoescape
==========