Skip to main content

createsuperuser with password

Project description

Installation

$ [sudo] pip install django-createsuperuser

Commands

command help
python manage.py createsuperuser create/update a superuser with password

Executable modules

usage __doc__
python -m django_createsuperuser username password [email] create/update a superuser with password

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

django-readme-generator

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-createsuperuser-2019.8.17.tar.gz (2.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page