From b4e8ecbec7af5989c0bb533a7ff3c509996ef7d7 Mon Sep 17 00:00:00 2001 From: "tom christie tom@tomchristie.com" Date: Wed, 2 Feb 2011 08:44:47 +0000 Subject: [PATCH] More improving of docs --- docs/index.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 78eb2ac90..a7502966d 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