fix django-admin commands on tutorial/1-serialization doc

This commit is contained in:
Jufebrown 2018-10-03 09:25:43 -05:00
parent 9c85e85598
commit 7cad027cb2

View File

@ -33,7 +33,7 @@ Okay, we're ready to get coding.
To get started, let's create a new project to work with.
cd ~
django-admin.py startproject tutorial
django-admin startproject tutorial
cd tutorial
Once that's done we can create an app that we'll use to create a simple Web API.