Add a block to the update script to create default superuser #45
Labels
django
This issue requires backend work in Django
docker
This issue requires work in Docker
documentation
Improvements or additions to documentation
Overview
Add a block of code that execs into the django container and creates a superuser for development. A django superuser is a user that can view and edit objects and pages in the django admin. This account will be built with the application update and allow devs to see the backend data and manipulate it.
This user should only be created in the development build, not production
This user should have a generic username, fake email, and password and these attributes should be added to the setup instructions
Context
Blocked by #5
Suggested solution (optional)
Superuser and admin tutorial
The text was updated successfully, but these errors were encountered: