diff options
| author | Tom Christie | 2014-12-17 16:23:42 +0000 | 
|---|---|---|
| committer | Tom Christie | 2014-12-17 16:23:42 +0000 | 
| commit | 760da25c6018eff02b3aab33dc6fea7c93881d9f (patch) | |
| tree | cda0f7ea1821d3054be7f9e9251e37b4c06281b7 /tutorial/quickstart/index.html | |
| parent | c05c1f5c7cf562634382c25716d7a7588794f107 (diff) | |
| download | django-rest-framework-760da25c6018eff02b3aab33dc6fea7c93881d9f.tar.bz2 | |
Update documentation
Diffstat (limited to 'tutorial/quickstart/index.html')
| -rw-r--r-- | tutorial/quickstart/index.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tutorial/quickstart/index.html b/tutorial/quickstart/index.html index 64243dc0..b81e1dc4 100644 --- a/tutorial/quickstart/index.html +++ b/tutorial/quickstart/index.html @@ -403,7 +403,7 @@ pip install django  pip install djangorestframework  # Set up a new project with a single application -django-admin.py startproject tutorial . +django-admin.py startproject tutorial .  # Note the trailing '.' character  cd tutorial  django-admin.py startapp quickstart  cd .. | 
