mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-11 12:17:24 +03:00
13 lines
229 B
ReStructuredText
13 lines
229 B
ReStructuredText
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:
|