django-rest-framework/docs/examples/objectstore.rst
2011-12-30 01:37:32 +01:00

18 lines
322 B
ReStructuredText

Object Store API
================
* http://rest.ep.io/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: