Skip to content

Commit f4daa98

Browse files
authored
Remove an unnecessary step from quickstart.md (#9387)
Since django is a dependency of djangorestframework, we don’t need to install it manually.
1 parent 9864c47 commit f4daa98

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/tutorial/quickstart.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ Create a new Django project named `tutorial`, then start a new app called `quick
1515
source env/bin/activate # On Windows use `env\Scripts\activate`
1616

1717
# Install Django and Django REST framework into the virtual environment
18-
pip install django
1918
pip install djangorestframework
2019

2120
# Set up a new project with a single application

0 commit comments

Comments
 (0)