diff options
| author | tom christie tom@tomchristie.com | 2011-02-19 13:12:35 +0000 |
|---|---|---|
| committer | tom christie tom@tomchristie.com | 2011-02-19 13:12:35 +0000 |
| commit | e4fff6ea6e5422af23c324897ed1cff8f8a6e903 (patch) | |
| tree | 030c0d0a02e25ffdef43781fbc815dbce48dd16d /docs/examples/sandbox.rst | |
| parent | 57b3a372f2122d022f9d6f43818e5fe9d318ce03 (diff) | |
| download | django-rest-framework-e4fff6ea6e5422af23c324897ed1cff8f8a6e903.tar.bz2 | |
Clean up the docs
Diffstat (limited to 'docs/examples/sandbox.rst')
| -rw-r--r-- | docs/examples/sandbox.rst | 14 |
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: |
