Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a block to the update script to create default superuser #45

Open
travissouthard opened this issue May 8, 2023 · 0 comments
Open
Labels
django This issue requires backend work in Django docker This issue requires work in Docker documentation Improvements or additions to documentation

Comments

@travissouthard
Copy link
Collaborator

travissouthard commented May 8, 2023

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

@travissouthard travissouthard added documentation Improvements or additions to documentation django This issue requires backend work in Django docker This issue requires work in Docker labels May 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
django This issue requires backend work in Django docker This issue requires work in Docker documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant