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
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