django-authority/docs/configuration.txt
2009-07-10 21:28:46 +02:00

16 lines
No EOL
270 B
Text

.. _configuration:
=============
Configuration
=============
To install django-authority just add the package to your ``INSTALLED_APPS``
setting within your ``settings.py``::
# settings.py
INSTALLED_APPS = (
...
'authority',
)
Thats all.