Hello,
I'm new to Pylons, there are many things I don't know yet. After
looking on many docs, I still haven't found what I need, I'm surely
thinking wrong about something.
Here's my prob, we developed a module that display basically articles.
It works well.
Now, we just want to add the ability to subscribe an article to a
category. Category that are listed into the database.
How can I do to display on the main page both modules, ie a list of
all categories on one side, and all the articles contained in the
choosen category on the other ?
'cause I got one controller for my categories, which has a method list
() and executes a render('/category/list.mako'), and other one for the
article, with the method view() and its render('/articles/view.mako').
I'm little confused here, I don't get something.
Is there anyone that can help me / us ?
Thanks
--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---