Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 712 Bytes

README.rst

File metadata and controls

18 lines (12 loc) · 712 Bytes

django-dajax

Dajax is a powerfull tool to easily and super-fastly develop asynchronous presentation logic in web applications using python and almost no lines of JS source code.

It supports up to four of the most popular JS frameworks:

  • jQuery
  • Prototype
  • Dojo
  • mootols

Using django-dajaxice communication core, django-dajax implements an abstraction layer between the presentation logic managed with JS and your python business logic. With dajax you can modify your DOM structure directly from python.

For more information about how django-dajax works: https://dajaxproject.com

Official site http://dajaxproject.com Documentation http://readthedocs.org/projects/django-dajax/