File diff 888028f64b95 → 9b59b9efe348
www/conservancy/urls.py
Show inline comments
...
 
@@ -5,7 +5,7 @@ handler404 = 'modpythoncustom.view404'
 

	
 
urlpatterns = patterns('',
 
    (r'^$', 'conservancy.frontpage.view'),
 
    (r'^feeds/(?P<url>.*)/$', 'django.contrib.syndication.views.feed',
 
    (r'^feeds/(?P<url>.*)/?$', 'django.contrib.syndication.views.feed',
 
     {'feed_dict': feed_dict}),
 
    (r'^feeds/$', 'conservancy.feeds.view'),
 
    (r'^news/', include('conservancy.apps.news.urls')),