Re: Parsing feeds that are imported

2011-06-08 Thread Chris McComas
Chris, Thanks, the django community aggregator is built on top of the Universal Feed Parser. I figured out the zip codes function of my app. What I can't figure out is why when I add a m2m model to my update_feeds.py does not work. As far as I can tell in the update_feeds doesn't access the Feed

Re: Parsing feeds that are imported

2011-06-07 Thread Chris Lawlor
I've not used the django community aggregator, so I'm making some assumptions about it's functionality. If that app were to emit a signal for each feed entry that it processed, it would be fairly simple to write a signal handler that would create the associations that you want. With this approach

Re: Parsing feeds that are imported

2011-06-06 Thread Chris McComas
Also, using the update_feeds that's part of the Django Community Aggregator worked initially, but I started over adding a m2m field on the Feed model for Sites. I'll have several "sites" as part of the Django app, like team1.mysite.com, team2.mysite.com, etc. When I added that field to the models

Parsing feeds that are imported

2011-06-06 Thread Chris McComas
This could be the wrong place to ask (maybe a BeautifulSoup) question... I have a Django app that is based around the Django Community Aggregator, it gets feeds from various sites and displays them on my site. What I am wanting to do, if possible, is when it gets a feed if a certain zip code is th