zulip/zproject
Luke Faraone ecc42bc9f8 Add administrative panel to allow for user deactivations etc.
We now show a list of users and allow you to deactivate a user using the
same process as `python manage.py deactivate_user`.

We add a new menu item accessible from the gear icon which will eventually
have much more than just this, but we have a good start here.

Here we also add a property to UserProfile which determines whether you're
eligible to access the administration panel, and then have code which shows
the menu option if so.

This introduces a new JS file, admin.js.

(imported from commit 52296fdedb46b4f32d541df43022ffccfb277297)
2013-08-13 14:20:18 -04:00
..
__init__.py Rename Django project to zproject. 2013-08-07 11:04:03 -04:00
authhack.py Rename Django project to zproject. 2013-08-07 11:04:03 -04:00
backends.py Rename Django project to zproject. 2013-08-07 11:04:03 -04:00
settings.py Add administrative panel to allow for user deactivations etc. 2013-08-13 14:20:18 -04:00
test_settings.py Rename Django project to zproject. 2013-08-07 11:04:03 -04:00
urls.py Support API for changing user's API key. 2013-08-08 13:03:09 -04:00
wsgi.py Rename Django project to zproject. 2013-08-07 11:04:03 -04:00