We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9864c47 commit f4daa98Copy full SHA for f4daa98
docs/tutorial/quickstart.md
@@ -15,7 +15,6 @@ Create a new Django project named `tutorial`, then start a new app called `quick
15
source env/bin/activate # On Windows use `env\Scripts\activate`
16
17
# Install Django and Django REST framework into the virtual environment
18
- pip install django
19
pip install djangorestframework
20
21
# Set up a new project with a single application
0 commit comments