I've been reading this post about "how do larger teams work with web2py" https://groups.google.com/forum/#!searchin/web2py/team$20work/web2py/hdDPtxOmqyA/Vln888ii1GcJ But my question is a little bit different, because it's not about the team size; but about the tasks of programmers and html designers.
Specifically, I've a web2py app (that is, the models, controllers). Now I want to make a lot of different "templates" for that app, because I want the posibility to choose the template that the app will use once installed. so when the app is installed, the client can choose the template he likes it more. So, the controllers remain the same, they don't change, every controller has its functions and every function returns some dict to the corresponding view. ¿How can I do if I need to hire a html designer to render the view? The html designer only knows html, and doesn't have to know python or web2py's template langage. So I'm stucked here. I thought about letting the html designer work separately with the html, css and javascript, however, when his work is done, I would have to adapt it to web2py's template language. ¿Is there anybody who came across the same question? ¿Does anyone has a suggestion about an approach? Thanks in advance. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

