Re: Do you think Django's future is threatened by JS frameworks in both client & server?

2014-01-27 Thread Chris Hinds
Coffeescript.org makes some of those things better, but it's no Python. C. > On 27 Jan 2014, at 23:57, "Tim Chase" wrote: > >> On 2014-01-27 14:44, damondevi...@gmail.com wrote: >> Why then adopt Django (or web2py) for a new project today, instead >> of going pure JS? >> >> I am a big Python

Re: define form in yaml file

2013-01-24 Thread Chris Hinds
Hey, I've got a project where models, forms and templates are all generated from a single yaml file. It works well here as the forms are long, with a fair amount of layout and plenty of formsets. I'm doing a refactor at the moment which should yield some reusable bits. I'd be very happy to