Merge pull request #64 from ckinsey/master

Update README.rst for more explicit setup.
This commit is contained in:
tzangms
2015-01-24 00:00:52 +08:00

View File

@@ -22,6 +22,19 @@ Twitter Bootstrap for Django Form.
A simple Django template tag to work with `Bootstrap <http://twitter.github.com/bootstrap/>`_
Install
=======
Add to ``INSTALLED_APPS``:
.. code-block ::
# myapp/settings.py
INSTALLED_APPS = [
'bootstrapform',
# ...
]
Usage
======
@@ -30,6 +43,7 @@ Use it like this, simple.
.. code-block::
{% load bootstrap %}
{{ form|bootstrap }}