mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-06 05:20:12 +03:00
quickstart.md: fix instruction mistake. Don't cd to parent directory.
This commit is contained in:
parent
e8cbf41bd9
commit
aa645dec05
|
@ -22,7 +22,6 @@ Create a new Django project named `tutorial`, then start a new app called `quick
|
||||||
django-admin.py startproject tutorial
|
django-admin.py startproject tutorial
|
||||||
cd tutorial
|
cd tutorial
|
||||||
django-admin.py startapp quickstart
|
django-admin.py startapp quickstart
|
||||||
cd ..
|
|
||||||
|
|
||||||
Now sync your database for the first time:
|
Now sync your database for the first time:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user