Update README.rst for more explicit setup.

Might save new users a little bit of digging.
This commit is contained in:
Casey Kinsey
2015-01-21 12:26:01 -06:00
parent 5dce970179
commit d760a0f856

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 }}