Added note about INSTALLED_APPS to README.

This commit is contained in:
Matt Austin 2011-09-14 13:46:55 +08:00
parent f5ed04d648
commit 1349484b84

4
README
View File

@ -2,8 +2,10 @@ Generate twitter-bootstrap form output for django form
A django template tag to work with twitter bootstrap ( http://twitter.github.com/bootstrap/ )
usage:
Installation:
Add 'bootstrapform' to INSTALLED_APPS.
Template usage:
{% load bootstrap %}
{{ form|bootstrap }}