Skip to content

Commit

Permalink
added django-uni-form to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
paltman committed Aug 28, 2011
1 parent 2fee53d commit 3efaf6d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/installation.rst
Expand Up @@ -22,6 +22,15 @@ Installation
Dependencies
------------

django-uni-form_
^^^^^^^^^^^^^^^^

This is semi-optional as the only reason it is required is the included
`_invite_form.html` renders the form through the `as_uni_form` filter. If
you override this template in your project, you obviously remove this
requirement at least in context of this app.


django-email-confirmation_
^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand All @@ -34,5 +43,6 @@ pinax.apps.signup_codes_
Used to manage the sending and processing of signup codes via email.


.. _django-uni-form: https://github.com/pydanny/django-uni-form
.. _django-email-confirmation: http://github.com/pinax/django-email-confirmation
.. _pinax.apps.signup_codes: http://github.com/pinax/pinax

0 comments on commit 3efaf6d

Please sign in to comment.