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 the feed Title or Summary then I want to create a entry for that zipcode with that feed?
I have a model for the zip codes, so the list to compare should be pulled from that. There'd be a cron that'd run to do this, so for example if one of the zip codes is 12345 and one of the feeds it gets on the hourly cron has 12345 in the summary, then it'd go to the model linking the two and create/save an entry. Here are the pertinent models: http://dpaste.com/551223/ Thanks, -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

