.* no longer desirable in /admin in urls.py
According to: http://stackoverflow.com/questions/10145583/django-1-4-and-noreversematch-at-admin-error the .* was no longer correct. It is herein removed.
This commit is contained in:
		
							parent
							
								
									835d482604
								
							
						
					
					
						commit
						55d84a19b1
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -28,7 +28,7 @@ admin.autodiscover() | |||
| urlpatterns = patterns('', | ||||
|     (r'^$', 'conservancy.frontpage.view'), | ||||
|     (r'^admin/doc/', include('django.contrib.admindocs.urls')), | ||||
|     (r'^admin/(.*)', admin.site.urls), | ||||
|     (r'^admin/', admin.site.urls), | ||||
|     (r'^feeds/blog/?$', BlogFeed()), | ||||
|     (r'^feeds/news/?$', PressReleaseFeed()), | ||||
|     (r'^feeds/omnibus/?$', OmnibusFeed()), | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Bradley M. Kuhn
						Bradley M. Kuhn