Merge pull request #2097 from raonyguimaraes/master

small type
This commit is contained in:
Tom Christie 2014-11-19 16:07:46 +00:00
commit 8df6645012

View File

@ -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 ..