From 0488307ded26188d64abdc6a3a39f87ea1039ecb Mon Sep 17 00:00:00 2001 From: Roman Voropaev Date: Fri, 16 Sep 2016 10:35:53 +0400 Subject: [PATCH] Whitespace remove --- docs/tutorial/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/quickstart.md b/docs/tutorial/quickstart.md index 1f0f1b80d..e5474faae 100644 --- a/docs/tutorial/quickstart.md +++ b/docs/tutorial/quickstart.md @@ -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