Skip to main content

Management commands to creating super user with ease.

Project description

django-dev-superuser

Installation

    pip install django-dev-superuser

Usage

  1. Add django_su to your INSTALLED_APPS setting like this:

     INSTALLED_APPS = [
         ...
         'django_su',
     ]
    
  2. Run python manage.py create_dev_su to create a superuser

Settings

DJANGO_SU_CONFIG = {
    "USERNAME": "admin",
    "PASSWORD": "admin",
    "EXTRA_ARGS": {},
}

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-dev-superuser-0.2.0.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

django_dev_superuser-0.2.0-py3-none-any.whl (4.1 kB view hashes)

Uploaded Python 3

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