Fix quickstart tutorial

This commit is contained in:
Tom Christie 2014-12-05 09:44:01 +00:00
parent e65428783e
commit e2b3908834

View File

@ -19,10 +19,9 @@ Create a new Django project named `tutorial`, then start a new app called `quick
pip install djangorestframework
# Set up a new project with a single application
django-admin.py startproject tutorial
django-admin.py startproject tutorial .
cd tutorial
django-admin.py startapp quickstart
cd ..
Now sync your database for the first time: