Skip to content

Commit

Permalink
Remove an unnecessary step from quickstart.md (#9387)
Browse files Browse the repository at this point in the history
Since django is a dependency of djangorestframework, we don’t need to install it manually.
  • Loading branch information
gogowitsch committed Apr 26, 2024
1 parent 9864c47 commit f4daa98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/tutorial/quickstart.md
Expand Up @@ -15,7 +15,6 @@ 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 virtual environment
pip install django
pip install djangorestframework

# Set up a new project with a single application
Expand Down

0 comments on commit f4daa98

Please sign in to comment.