I *really* like how the modular approach can compartmentalize the
necessary templates and controllers.
I intensely dislike how the modular approach compartmentalizes the
routing and model. If something is affecting the routing & model,
IMHO, it's not a plugin - its a standalone app.
At FindMeOn, we're currently finishing up "Open Social Network - In A
Box" , basically a toolkit for building social media webapps under
pylons. The design we're running with right now... is a core model/
controller/lib which the main Pylons app inherits. Instead of
creating a new 'module/blog', you just create blog_controller.py,
which can be as simple as
from inabox.controllers.blog_contoller import BlogController as
OpenSocialNetworkBlogController
clas BlogController( OpenSocialNetworkBlogController ):
pass
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---