diff options
| author | Tom Christie | 2014-12-08 16:38:17 +0000 | 
|---|---|---|
| committer | Tom Christie | 2014-12-08 16:38:17 +0000 | 
| commit | 4e9ebb5fe9eee2ef6f21718d9becfb8e94bbbe98 (patch) | |
| tree | da01e3b8f47f39ec10a2c515538485d13797a484 /docs/tutorial | |
| parent | fd02d8266b3df2a5ed41f599eae6765631643da2 (diff) | |
| download | django-rest-framework-4e9ebb5fe9eee2ef6f21718d9becfb8e94bbbe98.tar.bz2 | |
cd back to parent directory
Diffstat (limited to 'docs/tutorial')
| -rw-r--r-- | docs/tutorial/quickstart.md | 1 | 
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: | 
