On Tue, Aug 18, 2009 at 1:35 PM, Yuri Baburov<burc...@gmail.com> wrote:
>
> In example, I want some django 3rd-party or contrib package with
> autocomplete fields, ajax validation, ajax form sending and inline
> property editing.
> I want to be able to integrate it into admin interface and overall
> interface in painless and fast way.
>
> What do you suggest me to do?
> How do you see further django-and-js-related infrastructure in future?

What a 3rd-party chooses to use to accomplish functionality is up to
them.  jQuery, plus most other libraries, have the ability to operate
in a mode that doesn't cause conflicts with other libraries.  As long
as the 3rd-party Django app properly uses those features of the JS
lib, this isn't an issue.

That way, you can you whatever 3rd party app you want, and not have to
worry about what javascript framework they may or may not have used.

Integration to the admin can be normal via the normal avenues of admin
customization -- namely, adding in your own forms, templates, and
views.  I'm not sure I see how what JS library is used to do things
like AJAX is related.

-- dz

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to