James Bennett wrote: > On 8/2/06, patrickk <[EMAIL PROTECTED]> wrote: >> 3. Unless I´m very much mistaken, there´s already some development >> going on - in order to provide AJAX (Dojo) for the Admin-Interface. >> Since most of the django-users (I guess) will use the Admin- >> Interface, they probably won´t switch to another js-toolkit for their >> site ... well, at least I won´t. > > That's actually something that really worries me; Dojo is very nice, > but it's *not* the best toolkit for any given job you throw at it, and > I'd hate to see someone refuse to try a better solution for their > project simply because "I only use what the Django admin app uses". > Django should be about making it easier for developers to do their > jobs, not about telling developers how to do their jobs. >
hmmm.. why don't consider ajax the same way as let's say the templating system? django does not force you to use the django-templating-system (you can use myghty/zope-tal/whatever instead), but it clearly recommends the django-templating-system, and that's the system which is the most tested/streamlined/documented/developed. and i think this is very important. as David H. Hanssen wrote : "Flexibility is overrated. Constraints are liberating" (yes, yes, not the brightest idea to quote a RoR developer here :-)) basically it's a good thing, that if i want to create a webapp with django, there is a RECOMMENDED configuration with a RECOMMENDED urlconf, a RECOMMENDED templating system and a RECOMMENDED orm. which i will surely use, and only plug in something else if the default/recommended components are not enough. the same way i would like to see a "recommended" javascript library. gabor --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---