Management commands to creating super user with ease.
Project description
django-dev-superuser
Installation
pip install django-dev-superuser
Usage
-
Add
django_su
to yourINSTALLED_APPS
setting like this:INSTALLED_APPS = [ ... 'django_su', ]
-
Run
python manage.py create_dev_su
to create a superuser
Settings
DJANGO_SU_CONFIG = {
"USERNAME": "admin",
"PASSWORD": "admin",
"EXTRA_ARGS": {},
}
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
Built Distribution
Close
Hashes for django-dev-superuser-0.2.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | df7f46ed9bb5566e2e070dbdeab66bfa8a5ff00d5a01b699ddb8d89418727f94 |
|
MD5 | 03e287211cfb9adfceba194de6fa0396 |
|
BLAKE2b-256 | ef2a0f19d1ca2121945258030124e97dcc8feccb59ffe63d23e04ddd3df0910d |
Close
Hashes for django_dev_superuser-0.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b3ed4b3021cc8745d316fe3a8e677b8855ec82576cf7da7302358a0fbfee1a62 |
|
MD5 | 90dc4a41085fd28527f481f30f73de67 |
|
BLAKE2b-256 | c324848da78788eb0c6ea910837fc45bb13a37d5ade8432dd6983494ace7f145 |