mirror of
				https://github.com/encode/django-rest-framework.git
				synced 2025-11-04 09:57:55 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			229 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			229 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
Sandbox Root API
 | 
						|
================
 | 
						|
 | 
						|
The Resource
 | 
						|
------------
 | 
						|
 | 
						|
The root level resource of the Django REST framework examples is a simple read only resource:
 | 
						|
 | 
						|
``view.py``
 | 
						|
 | 
						|
.. include:: ../../examples/sandbox/views.py
 | 
						|
    :literal:
 |