Installation
$ [sudo] pip install django-createsuperuser
Examples
example#1 - management command:
settings.py
INSTALLED_APPS+= ["django_createsuperuser"]
$ python manage.py createsuperuser --username admin --password admin
$ python manage.py createsuperuser --username admin --password admin --email foo@foo.foo
example#2 - python module cli:
$ export DJANGO_SETTINGS_MODULE=settings
$ python -m django_createsuperuser "username" "password"
$ python -m django_createsuperuser "username" "password" foo@foo.foo
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-createsuperuser-2020.12.3.tar.gz.
File metadata
- Download URL: django-createsuperuser-2020.12.3.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ce538d81f56899cefa8c78d965df631531eab15de04e90a84781d604def05dac
|
|
| MD5 |
97ccc12e8dd105a5a5f01f1ba79df8ca
|
|
| BLAKE2b-256 |
d5b0b88e88eba5b7fc9321dfdb80309df69a0a79c0d1080af523006159a41952
|