mirror of https://github.com/zulip/zulip.git
9a866ce5be
On a Debian/Ubuntu system with the Ops repo installed, you can add this dependency by running: sudo apt-get install python-django-guardian We use a slightly modified version of the package, so users of other systems should manually download the source from my GitHub fork and install it as they would any other Python library: https://github.com/lfaraone/django-guardian/archive/lfaraone-noanon.zip guardian uses South for migrations. To apply the guardian schema to your database, run: python manage.py migrate guardian (imported from commit 12eaf4ded91e180c3245a44bacfb5b98b660147d) |
||
---|---|---|
.. | ||
__init__.py | ||
authhack.py | ||
backends.py | ||
settings.py | ||
test_settings.py | ||
urls.py | ||
wsgi.py |