If you're looking for a concept of splitting the "theming" into a different abstraction from the normal view templates, then pyramid_layout might be what you want:
http://docs.pylonsproject.org/projects/pyramid_layout/en/latest/ With that you can make a Python package for a particular look-and-feel and develop/distribute it separately from a particular application. Not exactly the same as Diazo-style theming though. --Paul On Jan 22, 2014, at 11:30 AM, Laurent DAVERIO <[email protected]> wrote: > Hi, > > I'm afraid you cannot compare Plone with Pyramid: > > - Plone is a ready-to-use web content management application with a > themeable interface > > - Pyramid is a web development framework with no standard, built-in user > interface. > > So, the notion of "theme" has no meaning in the context Pyramid. > > That being said, nothing prevents you (it may even be a good idea!) to > split your Pyramid applicatin into multiple namespace packages. > > Hope this helps, > > Laurent. > > > >> I come from the Plone world where the theme and app package are usually >> separate packages (mypackage.theme and mypackage.app). >> Is this possible in pyramid? How ? >> >> Thanks. >> >> -- >> You received this message because you are subscribed to the Google >> Groups "pylons-discuss" group. >> To unsubscribe from this group and stop receiving emails from it, send >> an email to [email protected]. >> To post to this group, send email to [email protected]. >> Visit this group at http://groups.google.com/group/pylons-discuss. >> For more options, visit https://groups.google.com/groups/opt_out. > > > -- > You received this message because you are subscribed to the Google Groups > "pylons-discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/pylons-discuss. > For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pylons-discuss. For more options, visit https://groups.google.com/groups/opt_out.
