django-rest-framework/docs/examples/objectstore.rst

20 lines
359 B
ReStructuredText
Raw Normal View History

2011-02-19 16:12:35 +03:00
.. _objectstore:
Object Store API
================
2011-01-31 11:41:21 +03:00
* http://api.django-rest-framework.org/object-store/
2011-01-31 11:48:26 +03:00
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: