That works pretty well for my case. But I'm still confused as to how to create and work with multiples packages.By following the tutorial, I have to create a project using a scaffold. How do I create a "theme package" and an aplication project and work with both? Do I just create a normal python package for my "theme" and create the aplication using pcreate and selecting a scaffold?
2014/1/22 Paul Everitt <[email protected]> > > 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. > -- 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.
