mirror of
https://github.com/jazzband/django-authority.git
synced 2026-05-17 12:01:07 +00:00
16 lines
No EOL
270 B
Text
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. |