I'm going through GeoDjango basics right now. Ideally, I'd like to publish a GeoRSS from a set of data I have that is already in Django's database. I know how to get a regular Feed working, but when I try GeoRSSFeed, I'm running into problems. One of my main problems is:
Exception Value: __init__() takes at least 4 arguments (1 given)
In reference to my urls.py file when I try to make my Feed to GeoRSSFeed. Is there no tutorial for getting GeoRSSFeeds to work? I've seen this but it really isn't helping me.
urls.py? Have you subclassed the feed to let it know you have a GeoRSS feed? – scw Mar 23 '11 at 14:31