mirror of
				https://github.com/encode/django-rest-framework.git
				synced 2025-11-04 01:47:59 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			322 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			322 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
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:
 | 
						|
 |