blob: 05c750c5f0bfef6a582ebf1dbe504625fc32cb3a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Resource example - An object store
==================================
* http://api.django-rest-framework.org/object-store/
``urls.py``
.. include:: ../../examples/objectstore/urls.py
:literal:
``views.py``
.. include:: ../../examples/objectstore/views.py
:literal:
|