This is just a quick blurb about creating an admin username/password in the terminal in Django.
python manage.py createsuperuser
This will prompt a username, email, and password to be filled out. It's important to remember to do this within the Django file and poetry (or pipenv) shell.
Top comments (0)