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