Pylons is a fantastic framework, with lots of application structure built in. However, it offers no constraints, nor aid in the actual building of web sites. If you want to build in a consistent look and feel, you are going to have to build that all yourself. What I would recommend is using Mako's inheritance feature to build your "base pages" and build on that.
Jose On 8/8/07, delilah_302 <[EMAIL PROTECTED]> wrote: > > > Is there (or will there be) any concept of themes for Pylons? In the > week or so I've been looking at Pylons, I've seen how to use CSS and > Mako templates to give the application you are developing a consistent > look and feel but I'm not sure how to extend that same look and feel > to other applications I may add into Pylons. For example, let's say > I've got a Pylons project that contains all the basic web pages, CSS, > forms, etc. for a simple website and I wanted to add on a Wiki or a > forum or some other application that someone else created and handed > off to me as an egg. Can Pylons provide a consistent look and feel > across my website and the add-on apps? Or maybe the better question > is how do I structure my site within Pylons to allow me to have a > theme that applies to all my apps? > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
