mirror of
				https://github.com/encode/django-rest-framework.git
				synced 2025-10-31 16:07:38 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			123 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			123 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| """
 | |
| Blank URLConf just to keep runtests.py happy.
 | |
| """
 | |
| from django.conf.urls.defaults import *
 | |
| 
 | |
| urlpatterns = patterns('',
 | |
| ) |