On Apr 27, 12:22 pm, Jonathan Vanasco <[email protected]> wrote:
> I've been working on such a project, and its a bit of a PITA..
>
> The way Pylons works, you can't really consolidate all the Plugin
> stuff as 'neatly' as with other systems: ie- you can't really do an
> isolated tree that offers it's own MVC directories.
>
> But you can do something where you can import 'shared' controllers or
> models, and then just subclass them or use as-is.. and have your own
> templates folder.

Why wouldn't this work:

http://pythonpaste.org/deploy/#composite-applications

[composite:main]
use = egg:Paste#urlmap
/ = blog
/forum = forum

[app:blog]
use = egg:MyPortOfWordPressToPython

[app:forum]
use = egg:MyForum

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to