mirror of
				https://github.com/django/django.git
				synced 2025-10-27 07:36:08 +00:00 
			
		
		
		
	git-svn-id: http://code.djangoproject.com/svn/django/trunk@11861 bcc190cf-cafb-0310-a4f2-bffc1f526a37
		
			
				
	
	
		
			7 lines
		
	
	
		
			147 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			147 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| from django.conf.urls.defaults import *
 | |
| from django.contrib import admin
 | |
| 
 | |
| urlpatterns = patterns('',
 | |
|     (r'^admin/', include(admin.site.urls)),
 | |
| )
 |