django-rest-framework/docs/examples/objectstore.rst
tom christie tom@tomchristie.com 98b5b2abd8 Minor docs changes
2011-01-31 08:48:26 +00:00

18 lines
377 B
ReStructuredText

Resource example - An object store
==================================
* http://api.django-rest-framework.org/object-store/
This example shows an object store API that can be used to store arbitrary serializable content.
``urls.py``
.. include:: ../../examples/objectstore/urls.py
:literal:
``views.py``
.. include:: ../../examples/objectstore/views.py
:literal: