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

18 lines
348 B
ReStructuredText
Raw Normal View History

2011-02-19 16:12:35 +03:00
Object Store API
================
2012-08-25 22:53:10 +04:00
* http://shielded-mountain-6732.herokuapp.com/object-store/
2011-01-31 11:41:21 +03:00
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: