Skip to content

Commit

Permalink
Update quickstart.md
Browse files Browse the repository at this point in the history
Add the 'django' package to the pip install command, as per the comment/description above said command.
  • Loading branch information
sspkash committed Jul 17, 2024
1 parent f74185b commit 84402a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 virtual environment
pip install djangorestframework
pip install django djangorestframework

# Set up a new project with a single application
django-admin startproject tutorial . # Note the trailing '.' character
Expand Down

0 comments on commit 84402a3

Please sign in to comment.