Django commands used to promote or demote users
Project description
Give me the damn rights.
Current Features
- Promote an existing user
- Demote an existing user
Installation
- Install using pip install django-promoter
- Add 'django_promoter' to your 'INSTALLED_APPS' settings
- You can now access the promote and demote commands from your ./manage.py
Usage
Promote a user
$ ./manage.py promote username
Demote a user
$ ./manage.py demote username
Why would I use this ?
The main purpose of this project is to be able to manage rights when you have to use a read-only backend. The ./manage.py createsuperuser isn’t available because you can’t create new users. Using Django Promoter, once the user is inserted in the Django database, you can promote him to a superuser without having to modify the auth database.
License
The MIT License (MIT)
Copyright © 2017 Numberly
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-promoter-1.0.1.tar.gz
(4.2 kB
view hashes)