django-createsuperuser 2020.7.1
pip install django-createsuperuser==2020.7.1
Newer version available (2020.12.3)
Released:
createsuperuser with password
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: Public Domain (Unlicense)
- Tags django , superuser
Classifiers
- Framework
- License
- Operating System
- Programming Language
Project description
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
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: Public Domain (Unlicense)
- Tags django , superuser
Classifiers
- Framework
- License
- Operating System
- Programming Language
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
File details
Details for the file django-createsuperuser-2020.7.1.tar.gz
.
File metadata
- Download URL: django-createsuperuser-2020.7.1.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/47.3.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
7411241d2e15486a19d15e9473e9c746ffc18fdc03780a7bc8b18e4e7d21b1bb
|
|
MD5 |
dd51278fe95bec41d75508def85995d2
|
|
BLAKE2b-256 |
13ffb0030850a5c7f584b1e4007741a0cb64a27dd6434485fde04d791237de8e
|