mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-30 18:09:59 +03:00
fix django-admin commands on tutorial/1-serialization doc
This commit is contained in:
parent
9c85e85598
commit
7cad027cb2
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user