diff options
| author | Raony GuimarĂ£es | 2014-11-19 13:53:36 -0200 | 
|---|---|---|
| committer | Raony GuimarĂ£es | 2014-11-19 13:53:36 -0200 | 
| commit | 928cbc640ef1db2c3fb96d352f69b8ffb66313e6 (patch) | |
| tree | e47d53a1da0994bfc5b2ddb20bb6c4e3711e7390 /docs/tutorial | |
| parent | 40b1ea919b00bd8bf1f53f8eb8bf33a498b237b8 (diff) | |
| download | django-rest-framework-928cbc640ef1db2c3fb96d352f69b8ffb66313e6.tar.bz2 | |
small type
Diffstat (limited to 'docs/tutorial')
| -rw-r--r-- | docs/tutorial/quickstart.md | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/tutorial/quickstart.md b/docs/tutorial/quickstart.md index c2dc4bea..1c398c1f 100644 --- a/docs/tutorial/quickstart.md +++ b/docs/tutorial/quickstart.md @@ -19,7 +19,7 @@ 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 .. | 
