django-rest-framework/docs/examples/objectstore.rst
Tom Christie d87113ff60 For now just point the examples at rest.ep.io
Would be nice to keep the custom subdomain, but too much of a PITA
right now.
2011-12-29 13:54:39 +00:00

20 lines
340 B
ReStructuredText

.. _objectstore:
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: