Adjax

Adjax is Ajax for Django

Adjax is a small framework to streamline the building of ajax-based sites using the Django web development framework.

The library can be used:

The gory details

Adjax looks to keep the development of common ajax tasks more organised and clean. As much as possible, ajax functionality is defined in Django views, javascript is kept unobtrusive (defined in linked files) and the developer has full freedom over the HTML produced by the system.

Adjax's mostly attainable goals are:

Have a look at the API to see if it implements these goals, and is useful for you.

What else is there