aboutsummaryrefslogtreecommitdiffstats
path: root/docs/tutorial
diff options
context:
space:
mode:
authorTom Christie2014-12-05 09:44:01 +0000
committerTom Christie2014-12-05 09:44:01 +0000
commite2b39088345e564a06ce332b740215600c29e481 (patch)
tree3381e4ab22b767dd4aff9058dbab812cc30c6f1b /docs/tutorial
parente65428783e53712c7fedfc58e9646465cb94c461 (diff)
downloaddjango-rest-framework-e2b39088345e564a06ce332b740215600c29e481.tar.bz2
Fix quickstart tutorial
Diffstat (limited to 'docs/tutorial')
-rw-r--r--docs/tutorial/quickstart.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/tutorial/quickstart.md b/docs/tutorial/quickstart.md
index 3e1ce0a9..d0703381 100644
--- a/docs/tutorial/quickstart.md
+++ b/docs/tutorial/quickstart.md
@@ -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: