blob: 0939fe9c7cd3facbdf1038b846169cc5a8a5ec10 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
 | 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:
 |