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

18 lines
341 B
ReStructuredText

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: