seawaywen / django-dajax

Easy to use library to create asynchronous presentation logic with django and dajaxice

Home Page:http://dajaxproject.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

Easy to use library to create asynchronous presentation logic with django and dajaxice

http://dajaxproject.com/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 49.6%Language:JavaScript 27.2%Language:Shell 23.1%