aboutsummaryrefslogtreecommitdiffstats
path: root/examples/sandbox/views.py
diff options
context:
space:
mode:
authorTom Christie2012-08-25 19:53:10 +0100
committerTom Christie2012-08-25 19:53:10 +0100
commit00d3aa21ba3bd5524932a692b75053a24ecbebd2 (patch)
treef648ec1299d329eda9d6af2f0703d744df8252d6 /examples/sandbox/views.py
parent7d70948f9b348bdfd970dbd71c5ed2d02269ce3c (diff)
downloaddjango-rest-framework-00d3aa21ba3bd5524932a692b75053a24ecbebd2.tar.bz2
Updated sandbox links
Diffstat (limited to 'examples/sandbox/views.py')
-rw-r--r--examples/sandbox/views.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/sandbox/views.py b/examples/sandbox/views.py
index 8e3b3a10..86b3c28b 100644
--- a/examples/sandbox/views.py
+++ b/examples/sandbox/views.py
@@ -11,8 +11,8 @@ class Sandbox(View):
All the example APIs allow anonymous access, and can be navigated either through the browser or from the command line...
- bash: curl -X GET http://api.django-rest-framework.org/ # (Use default renderer)
- bash: curl -X GET http://api.django-rest-framework.org/ -H 'Accept: text/plain' # (Use plaintext documentation renderer)
+ bash: curl -X GET http://shielded-mountain-6732.herokuapp.com/ # (Use default renderer)
+ bash: curl -X GET http://shielded-mountain-6732.herokuapp.com/ -H 'Accept: text/plain' # (Use plaintext documentation renderer)
The examples provided: