Whitespace remove

This commit is contained in:
Roman Voropaev 2016-09-16 10:35:53 +04:00 committed by GitHub
parent fb3f652661
commit 0488307ded

View File

@ -15,7 +15,7 @@ Create a new Django project named `tutorial`, then start a new app called `quick
source env/bin/activate # On Windows use `env\Scripts\activate`
# Install Django and Django REST framework into the virtualenv
pip install django
pip install django
pip install djangorestframework
# Set up a new project with a single application