This commit is contained in:
mayres 2017-04-15 21:06:48 +00:00 committed by GitHub
commit a2bcbbab10

View File

@ -175,6 +175,12 @@ Here's our project's root `urls.py` module:
You can now open the API in your browser at [http://127.0.0.1:8000/](http://127.0.0.1:8000/), and view your new 'users' API. If you use the login control in the top right corner you'll also be able to add, create and delete users from the system. You can now open the API in your browser at [http://127.0.0.1:8000/](http://127.0.0.1:8000/), and view your new 'users' API. If you use the login control in the top right corner you'll also be able to add, create and delete users from the system.
## 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, and building APIs with REST framework. Can't wait to get started? The [quickstart guide][quickstart] is the fastest way to get up and running, and building APIs with REST framework.