Apparently, "Feed" is now capitalized.
http://stackoverflow.com/questions/6642829/how-to-resolve-could-not-import-django-contrib-syndication-views-feed-error-in
This commit is contained in:
parent
d70e6f3f8b
commit
7835493122
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ urlpatterns = patterns('',
|
|||
(r'^admin/doc/', include('django.contrib.admindocs.urls')),
|
||||
(r'^admin/(.*)', admin.site.urls),
|
||||
(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')),
|
||||
|
|
Loading…
Reference in a new issue