Skip to main content

createsuperuser with password

Project description

Installation

$ [sudo] pip install django-createsuperuser

settings.py

if DEBUG:
    INSTALLED_APPS = ["django_createsuperuser"]+INSTALLED_APPS

Commands

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

Examples

$ python manage.py createsuperuser --username admin --password admin
$ python manage.py createsuperuser --username admin --password admin --email 'admin@example.com'

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.6.28.tar.gz (1.9 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