Small grammar correction in quickstart. (#6121)

Just felt the sentence could use some improving.
This commit is contained in:
Craig Johnson 2018-08-13 15:02:17 +05:30 committed by Tom Christie
parent 81fa4b4f75
commit 90ed2c1ef7

View File

@ -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
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