Jon Rosebaugh wrote:
> On 10/12/06, [EMAIL PROTECTED]
> <[EMAIL PROTECTED]> wrote:
> > Hi, I'm new to python and I am trying to implement a website which
> > parses newsgroups for cooking recipes.
>
> My recommendation would be to write a separate script (not directly
> using Pylons) that parses the newsgroups and adds the recipes to the
> database. You could then have this script running in a cronjob, and
> the Pylons app could handle reading the recipes from the database.

Ok, that is a solution for me.

I'd like to use the pylons framework for this task, especially the
model, in order to avoid code duplication (that is the reason
why I implemented the task by a controller).

So, how do I have to proceed ?

Greetings, Uwe


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" 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/pylons-discuss
-~----------~----~----~----~------~----~------~--~---

Reply via email to