Skip to content

gunthercox/setsuperuser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

setsuperuser

Django command for setting the super user from environment variables.

Installation

This package can be installed with pip.

pip install setsuperuser

Add setsuperuser to INSTALLED_APPS.

INSTALLED_APPS = [
    # ...
    'setsuperuser',
]

Set the following environment variables to create the superuser.

  • SUPERUSER_EMAIL
  • SUPERUSER_PASSWORD

About

Django command for setting the super user from environment variables

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages