mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-11 12:17:24 +03:00
14 lines
225 B
ReStructuredText
14 lines
225 B
ReStructuredText
|
Resource example - An object store
|
||
|
==================================
|
||
|
|
||
|
``urls.py``
|
||
|
|
||
|
.. include:: ../../examples/objectstore/urls.py
|
||
|
:literal:
|
||
|
|
||
|
``views.py``
|
||
|
|
||
|
.. include:: ../../examples/objectstore/views.py
|
||
|
:literal:
|
||
|
|