aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorTom Christie2014-12-08 16:38:17 +0000
committerTom Christie2014-12-08 16:38:17 +0000
commit4e9ebb5fe9eee2ef6f21718d9becfb8e94bbbe98 (patch)
treeda01e3b8f47f39ec10a2c515538485d13797a484 /docs
parentfd02d8266b3df2a5ed41f599eae6765631643da2 (diff)
downloaddjango-rest-framework-4e9ebb5fe9eee2ef6f21718d9becfb8e94bbbe98.tar.bz2
cd back to parent directory
Diffstat (limited to 'docs')
-rw-r--r--docs/tutorial/quickstart.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/tutorial/quickstart.md b/docs/tutorial/quickstart.md
index d0703381..f72fc7dd 100644
--- a/docs/tutorial/quickstart.md
+++ b/docs/tutorial/quickstart.md
@@ -22,6 +22,7 @@ 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: