zulip/humbug
Luke Faraone 9a866ce5be [schema] [manual] Add django-guardian to INSTALLED_APPS
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)
2013-07-08 17:07:55 -04:00
..
__init__.py Initial Django commit: basic account, zephyr stream, narrowing, etc. 2012-08-28 12:44:51 -04:00
authhack.py Fix logging in with email addresses long than 30 characters. 2013-01-16 17:02:06 -05:00
backends.py Remove unused imports 2013-06-27 16:22:39 -04:00
settings.py [schema] [manual] Add django-guardian to INSTALLED_APPS 2013-07-08 17:07:55 -04:00
test_settings.py Use same CACHES/SESSION_ENGINE settings in dev as in prod. 2013-07-03 13:31:27 -04:00
urls.py Make REST API urls available under /json/ 2013-07-08 14:30:20 -04:00
wsgi.py Remove more commented out example code 2012-10-29 23:21:00 -04:00