Skip to content

Commit 169098e

Browse files
authored
Update README.md
Added the kill command for windows.
1 parent a6fdc15 commit 169098e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

en/django_admin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ OK, time to look at our Post model. Remember to run `python manage.py runserver`
1717

1818
![Login page](images/login_page2.png)
1919

20-
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):
20+
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 or ctrl-break) 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):
2121

2222
(myvenv) ~/djangogirls$ python manage.py createsuperuser
2323
Username: admin

0 commit comments

Comments
 (0)