diff options
| author | tom christie tom@tomchristie.com | 2011-02-02 08:44:47 +0000 |
|---|---|---|
| committer | tom christie tom@tomchristie.com | 2011-02-02 08:44:47 +0000 |
| commit | b4e8ecbec7af5989c0bb533a7ff3c509996ef7d7 (patch) | |
| tree | be97855b6a2b9dc9e6ff77adf4d97e018b443002 /docs/index.rst | |
| parent | fa1ec507655ce275e9b0c405cffe2575b0bb9365 (diff) | |
| download | django-rest-framework-b4e8ecbec7af5989c0bb533a7ff3c509996ef7d7.tar.bz2 | |
More improving of docs
Diffstat (limited to 'docs/index.rst')
| -rw-r--r-- | docs/index.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst index 78eb2ac9..a7502966 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -79,10 +79,12 @@ Now we'll write our resources. The first is a read only resource that links to .. include:: ../examples/resourceexample/views.py :literal: -That's us done. Our API now provides both programmatic access using JSON and XML, as well a nice browseable HTML view: +That's us done. Our API now provides both programmatic access using JSON and XML, as well a nice browseable HTML view, so we can now access it both from the browser: * http://api.django-rest-framework.org/resource-example/ +And from the command line: + .. code-block:: bash # Demonstrates API's input validation using form input |
