aboutsummaryrefslogtreecommitdiffstats
path: root/docs/examples/sandbox.rst
diff options
context:
space:
mode:
authortom christie tom@tomchristie.com2011-02-19 13:12:35 +0000
committertom christie tom@tomchristie.com2011-02-19 13:12:35 +0000
commite4fff6ea6e5422af23c324897ed1cff8f8a6e903 (patch)
tree030c0d0a02e25ffdef43781fbc815dbce48dd16d /docs/examples/sandbox.rst
parent57b3a372f2122d022f9d6f43818e5fe9d318ce03 (diff)
downloaddjango-rest-framework-e4fff6ea6e5422af23c324897ed1cff8f8a6e903.tar.bz2
Clean up the docs
Diffstat (limited to 'docs/examples/sandbox.rst')
-rw-r--r--docs/examples/sandbox.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/examples/sandbox.rst b/docs/examples/sandbox.rst
new file mode 100644
index 00000000..b6658ad9
--- /dev/null
+++ b/docs/examples/sandbox.rst
@@ -0,0 +1,14 @@
+.. _sandbox:
+
+Sandbox Root API
+================
+
+The Resource
+------------
+
+The root level resource of the Django REST framework examples is a simple read only resource:
+
+``view.py``
+
+.. include:: ../../examples/sandbox/views.py
+ :literal: