diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index 33a5257ad0..44df3f683d 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -648,6 +648,7 @@ Contributors * Bolarinwa Comfort Ajayi * Mary Ojo * Oluwaloseyi Adeleye +* Dennis Onyeka Translators =========== diff --git a/docs/getting_started/tutorial.md b/docs/getting_started/tutorial.md index 76552f6985..df55c7cd76 100644 --- a/docs/getting_started/tutorial.md +++ b/docs/getting_started/tutorial.md @@ -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 won’t be visible when typed, for security reasons. ### Start the server