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.
