These all seem like really good ideas, for certain. What I ended up doing is in my middleware.py I query my database to get all the current themes and a dirname attribute. I then build and add the paths for each theme along with building a StaticURLParser for each theme. All of that gets passed into Cascade and I'm good to go. Works nicely.
Thanks for the responses! On Nov 24, 12:29 pm, Jonathan Vanasco <[email protected]> wrote: > you could put everything into > > /templates/_themes > > and then have routes/a controller dispatch stuff to the right files as > needed -- 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.
