mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-27 00:19:53 +03:00
Update docs/index.md
Thought I'd save someone else the time of figuring out how to upgrade to a new release.
This commit is contained in:
parent
a75db4cfb8
commit
cec8f7a150
|
@ -74,6 +74,12 @@ If you're intending to use the browseable API you'll probably also want to add R
|
||||||
|
|
||||||
Note that the URL path can be whatever you want, but you must include `'rest_framework.urls'` with the `'rest_framework'` namespace.
|
Note that the URL path can be whatever you want, but you must include `'rest_framework.urls'` with the `'rest_framework'` namespace.
|
||||||
|
|
||||||
|
## Upgrade
|
||||||
|
|
||||||
|
Upgrade to the latest release using `pip`,
|
||||||
|
|
||||||
|
pip install djangorestframework --upgrade
|
||||||
|
|
||||||
## Quickstart
|
## Quickstart
|
||||||
|
|
||||||
Can't wait to get started? The [quickstart guide][quickstart] is the fastest way to get up and running with REST framework.
|
Can't wait to get started? The [quickstart guide][quickstart] is the fastest way to get up and running with REST framework.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user