mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-04-16 07:02:10 +03:00
Update quickstart.md
Add the 'django' package to the pip install command, as per the comment/description above said command.
This commit is contained in:
parent
f74185b6dd
commit
84402a326b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user