mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Added file missing from r13590.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13591 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
		| @@ -0,0 +1,10 @@ | ||||
| # A URLs file that doesn't use the default | ||||
| # from django.conf.urls.defaults import * | ||||
| # import pattern. | ||||
| from django.conf.urls.defaults import patterns, url | ||||
| from views import empty_view, bad_view | ||||
|  | ||||
| urlpatterns = patterns('', | ||||
|     url(r'^test_view/$', empty_view, name="test_view"), | ||||
|     url(r'^bad_view/$', bad_view, name="bad_view"), | ||||
| ) | ||||
		Reference in New Issue
	
	Block a user