Remove an unnecessary step from quickstart.md (#9387)

Since django is a dependency of djangorestframework, we don’t need to install it manually.
This commit is contained in:
Christian Bläul 2024-04-26 14:18:16 +02:00 committed by GitHub
parent 9864c47018
commit f4daa98f48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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