Re: django in javascript

2009-03-11 Thread James Bennett
On Wed, Mar 11, 2009 at 9:45 PM, Eduardo Cereto Carvalho wrote: > I already had a google code project for this but there is nothing > there yet. My primary goal is to create a pluggable django app to help > you take your django applications offline. But I have nothing yet, I > just wanted to hear

Re: django in javascript

2009-03-11 Thread Joe Tyson
I don't really want a bunch of javascript in my django libraries. There are a lot of opportunities for other developers to make something that's not part of the core, and let it be plug-able. It keeps django away from spending time maintaining javascript and being selective towards one framework ov

Re: django in javascript

2009-03-11 Thread Eduardo Cereto Carvalho
Maybe I shouldn't have mentioned about it going into core. That's not my purpose here. But I really think this is something big that tends to become bigger in the future. HTML5 drafts include something similar [1] to Gears, so maybe this is going to be next big thing in web development and django

Re: django in javascript

2009-03-11 Thread Michael
javascript helpers in django were done in the past and this > might be a subject that pisses off some devs. But I really think this > is not ajax or a helper at all, it doesn't create anything for the > user or make any decision on the app design. This is something that > cou

Re: django in javascript

2009-03-11 Thread Eduardo Cereto Carvalho
On Wed, Mar 11, 2009 at 1:28 PM, Michael wrote: > > I think a successful project of this nature would start with an > implementation of Django forms that can be passed to Javascript, where > validation can be done server side. http://code.google.com/p/js-forms seems > to have started down this ro

Re: django in javascript

2009-03-11 Thread Michael
On Wed, Mar 11, 2009 at 11:24 AM, Alex Gaynor wrote: > > > On Wed, Mar 11, 2009 at 12:46 AM, dudus wrote: > >> >> I just read an article at, >> http://www.b-list.org/weblog/2006/jul/04/javascript-orm-and-hding-sql/ >> . First I'll introduce myself, I'm a not so experienced web developer >> concl

Re: django in javascript

2009-03-11 Thread Alex Gaynor
On Wed, Mar 11, 2009 at 12:46 AM, dudus wrote: > > I just read an article at, > http://www.b-list.org/weblog/2006/jul/04/javascript-orm-and-hding-sql/ > . First I'll introduce myself, I'm a not so experienced web developer > concluding graduation doing my final thesis about django and Gears. > >

django in javascript

2009-03-10 Thread dudus
I just read an article at, http://www.b-list.org/weblog/2006/jul/04/javascript-orm-and-hding-sql/ . First I'll introduce myself, I'm a not so experienced web developer concluding graduation doing my final thesis about django and Gears. I completely understand the point about not having an AJAX a