diff options
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: | 
