django-rest-framework/docs/examples/objectstore.rst
tom christie tom@tomchristie.com e4fff6ea6e Clean up the docs
2011-02-19 13:12:35 +00:00

20 lines
359 B
ReStructuredText

.. _objectstore:
Object Store API
================
* 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: