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