On 9/30/06, patrickk <[EMAIL PROTECTED]> wrote: > > > Am 29.09.2006 um 18:35 schrieb Onno Timmerman: > > > > > Hello, > > > > I started to learn Django this week and have a lot of questions. My > > background is PHP. > > I hope to save time with Django and be able to do more. > > > > My first question: > > Many frameworks are working with a ajax framework. I realy like > > Jquery.com... It's easy and very intiutive, the same philosophy as > > Django has. > > well, this is not really a question. > however, I´ve been a little bit disappointed at first that django > doesn´t come with a js-library and that the django-developers refused > to agree on a js-framework. > in the meantime, I totally understand that decision and I´m very > happy with it. we are currently using jquery and we´ve been using > dojo before. so, we switched the js-library - and it was very easy > because it has nothing to do with django. > > patrick. > I'm also studying jQuery now, and I think it's an interesting ajax framework, and I'm trying to use jquery to auto create management interface according Django Model, and simplify the view process.
I'v finished a table, and form integration, so you can add, delete, edit records without leaving current page. All these is handled through ajax. For client side, you just need to fill in the admin template, for example: fields, forms, others things will be created by js. And for server, you only need to think about first render, data load, add, delete, edit. And template is only used in first render stage. Others will only return json format data. -- I like python! UliPad <<The Python Editor>>: http://wiki.woodpecker.org.cn/moin/UliPad My Blog: http://www.donews.net/limodou --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---