aboutsummaryrefslogtreecommitdiffstats
path: root/docs/howto/usingcurl.rst
diff options
context:
space:
mode:
authorTom Christie2011-12-29 13:54:13 +0000
committerTom Christie2011-12-29 13:54:39 +0000
commitd87113ff60e0a48c85eb0c8d37b86416312b18a2 (patch)
tree9d5778705aed5fdb5e201287d39cde3218a692f5 /docs/howto/usingcurl.rst
parent833bcbf69d96ba6ddbb69defb6be256f34e5412e (diff)
downloaddjango-rest-framework-d87113ff60e0a48c85eb0c8d37b86416312b18a2.tar.bz2
For now just point the examples at rest.ep.io
Would be nice to keep the custom subdomain, but too much of a PITA right now.
Diffstat (limited to 'docs/howto/usingcurl.rst')
-rw-r--r--docs/howto/usingcurl.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/usingcurl.rst b/docs/howto/usingcurl.rst
index 2ad2c764..eeb8da06 100644
--- a/docs/howto/usingcurl.rst
+++ b/docs/howto/usingcurl.rst
@@ -27,4 +27,4 @@ There are a few things that can be helpful to remember when using CURL with djan
#. You can use basic authentication to send the username and password::
- curl -X GET -H 'Accept: application/json' -u <user>:<password> http://example.com/my-api/ \ No newline at end of file
+ curl -X GET -H 'Accept: application/json' -u <user>:<password> http://example.com/my-api/