mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-11 20:27:12 +03:00
15 lines
243 B
ReStructuredText
15 lines
243 B
ReStructuredText
.. _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:
|