blob: b6658ad9c612d4e9a9099e40a0a87b220a730ffd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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:
  |