Skip to content

Update quickstart.md #9475

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

Update quickstart.md #9475

wants to merge 1 commit into from

Conversation

sspkash
Copy link

@sspkash sspkash commented Jul 17, 2024

Add the django package to the pip install command.

Description

In the Quickstart webpage, the first code snippet under the Project setup section contains a small discrepancy.

As per the comment/description # Install Django and Django REST framework into the virtual environment, the following command pip install djangorestframework does not include the django package.

This pull request fixes the discrepancy by changing the command pip install djangorestframework to pip install django djangorestframework.

Add the 'django' package to the pip install command, as per the comment/description above said command.
@browniebroke
Copy link
Member

DRF depends on Django, so pip will install it if it's not present in your environemnt. I'd say that in 99% of the case, if you install DRF, you already have Django.

@sspkash
Copy link
Author

sspkash commented Jul 17, 2024

Fair enough, thanks for the info :)

@sspkash sspkash closed this Jul 17, 2024
@sspkash sspkash deleted the patch-1 branch July 17, 2024 11:17
@sspkash sspkash restored the patch-1 branch July 17, 2024 11:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants