diff options
| author | Tom Christie | 2014-12-05 09:44:01 +0000 |
|---|---|---|
| committer | Tom Christie | 2014-12-05 09:44:01 +0000 |
| commit | e2b39088345e564a06ce332b740215600c29e481 (patch) | |
| tree | 3381e4ab22b767dd4aff9058dbab812cc30c6f1b /docs | |
| parent | e65428783e53712c7fedfc58e9646465cb94c461 (diff) | |
| download | django-rest-framework-e2b39088345e564a06ce332b740215600c29e481.tar.bz2 | |
Fix quickstart tutorial
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/tutorial/quickstart.md | 3 |
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: |
