Quantcast
Channel: Redirect Django feed to FeedBurner - Stack Overflow
Browsing all 3 articles
Browse latest View live

Answer by DataGreed for Redirect Django feed to FeedBurner

Well, i guess it helps someone, who wonders what is the correct way of doing it in django 1.3+from django.http import HttpResponseRedirectfrom feeds import MyFeed #your feed class, check...

View Article



Answer by Daniel Naab for Redirect Django feed to FeedBurner

The problem here is that you removed the django.contrib.syndication.views.feed reference from your urls.py.Instead of using reverse to redirect to a different URL, try just returning the feed from your...

View Article

Redirect Django feed to FeedBurner

I have an Atom feed set up according to http://docs.djangoproject.com/en/dev/ref/contrib/syndication/ which means I have something like(r'^feeds/(?P<url>.*)/$',...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images