mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-10 19:56:59 +03:00
Minor docs tweaks. [ci skip] (#4174)
This commit is contained in:
parent
2712d4e5fe
commit
b1035b2a87
|
@ -130,7 +130,7 @@ Okay, we're done.
|
|||
|
||||
We're now ready to test the API we've built. Let's fire up the server from the command line.
|
||||
|
||||
python ./manage.py runserver
|
||||
python manage.py runserver
|
||||
|
||||
We can now access our API, both from the command-line, using tools like `curl`...
|
||||
|
||||
|
@ -182,7 +182,7 @@ Or using the [httpie][httpie], command line tool...
|
|||
}
|
||||
|
||||
|
||||
Or directly through the browser...
|
||||
Or directly through the browser, by going to the URL `http://127.0.0.1:8000/users/`...
|
||||
|
||||
![Quick start image][image]
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user