Explain the _create an admin step_ of the tutorial (#9371)

Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
pull/9395/head
Dennis Onyeka 2022-10-25 07:08:37 +01:00 zatwierdzone przez GitHub
rodzic bd83ef5f4e
commit 2808304662
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -648,6 +648,7 @@ Contributors
* Bolarinwa Comfort Ajayi
* Mary Ojo
* Oluwaloseyi Adeleye
* Dennis Onyeka
Translators
===========

Wyświetl plik

@ -111,7 +111,7 @@ This command ensures that the tables in your database are matched to the models
python manage.py createsuperuser
```
When logged into the admin site, a superuser has full permissions and is able to view/create/manage the database.
This will prompt you to create a new superuser account with full permissions. Note the password text wont be visible when typed, for security reasons.
### Start the server