mirror of
				https://github.com/encode/django-rest-framework.git
				synced 2025-11-04 01:47:59 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			122 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			122 B
		
	
	
	
		
			Python
		
	
	
	
	
	
"""
 | 
						|
Blank URLConf just to keep the test suite happy
 | 
						|
"""
 | 
						|
from django.conf.urls import patterns
 | 
						|
 | 
						|
urlpatterns = patterns('')
 |