Re: Porting a Pylons app to Akhet

2011-03-14 Thread Dan Jacob
Personally I don't see the point of screencasts. Sample code/tutorials are much more instructive and easier to refer back to. Yet Another 5- minute Blog App is not going to convince people one way or the other. Plus, Akhet's looking great and we shouldn't be doing anything to distract Mike from ge

Re: ANN: pyramid_simpleform

2011-01-21 Thread Dan Jacob
Regarding JSON support, it should be easy enough: perhaps a to_json() method on the form that returns the current state as a dict, something like: { success : false, errors : {'name' : 'Your name is missing'}, data : {'email' : '...'} } On Jan 17, 10:19 am, Mike Burrows