django-rest-framework/docs/examples/objectstore.rst
2012-08-25 19:53:10 +01:00

18 lines
348 B
ReStructuredText

Object Store API
================
* http://shielded-mountain-6732.herokuapp.com/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: