-To log in, you need to create a *superuser* - a user which has control over everything on the site. Go back to the command-line, kill the server (ctrl-c) and type `python manage.py createsuperuser`, and press enter. When prompted, type your username (lowercase, no spaces), email address, and password. Don't worry that you can't see the password you're typing in - that's how it's supposed to be. Just type it in and press `enter` to continue. The output should look like this (where username and email should be your own ones):
0 commit comments