mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-11 04:07:39 +03:00
Small grammar correction in quickstart. (#6121)
Just felt the sentence could use some improving.
This commit is contained in:
parent
81fa4b4f75
commit
90ed2c1ef7
|
@ -56,7 +56,7 @@ We'll also create an initial user named `admin` with a password of `password123`
|
||||||
|
|
||||||
python manage.py createsuperuser --email admin@example.com --username admin
|
python manage.py createsuperuser --email admin@example.com --username admin
|
||||||
|
|
||||||
Once you've set up a database and initial user created and ready to go, open up the app's directory and we'll get coding...
|
Once you've set up a database and the initial user is created and ready to go, open up the app's directory and we'll get coding...
|
||||||
|
|
||||||
## Serializers
|
## Serializers
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user