aboutsummaryrefslogtreecommitdiffstats
path: root/docs/examples/objectstore.rst
diff options
context:
space:
mode:
authorTom Christie2012-08-29 20:57:37 +0100
committerTom Christie2012-08-29 20:57:37 +0100
commit578017e01d1da4746ae0045268043cfd74d41b42 (patch)
treed729eb93484247fa44b509a4b693811e6978a190 /docs/examples/objectstore.rst
parent21f59162db37c656b4f025cdd8e13cdb9933a4fc (diff)
downloaddjango-rest-framework-578017e01d1da4746ae0045268043cfd74d41b42.tar.bz2
New docs
Diffstat (limited to 'docs/examples/objectstore.rst')
-rw-r--r--docs/examples/objectstore.rst17
1 files changed, 0 insertions, 17 deletions
diff --git a/docs/examples/objectstore.rst b/docs/examples/objectstore.rst
deleted file mode 100644
index 0939fe9c..00000000
--- a/docs/examples/objectstore.rst
+++ /dev/null
@@ -1,17 +0,0 @@
-Object Store API
-================
-
-* http://rest.ep.io/object-store/
-
-This example shows an object store API that can be used to store arbitrary serializable content.
-
-``urls.py``
-
-.. include:: ../../examples/objectstore/urls.py
- :literal:
-
-``views.py``
-
-.. include:: ../../examples/objectstore/views.py
- :literal:
-