quickstart.md: fix instruction mistake. Don't cd to parent directory.

This commit is contained in:
Oscar Utbult 2014-12-04 23:40:44 +01:00
parent e8cbf41bd9
commit aa645dec05

View File

@ -22,7 +22,6 @@ Create a new Django project named `tutorial`, then start a new app called `quick
django-admin.py startproject tutorial
cd tutorial
django-admin.py startapp quickstart
cd ..
Now sync your database for the first time: