django-dajax
django-dajax copied to clipboard
Easy to use library to create asynchronous presentation logic with django and dajaxice
Would this still work for 2.0? Well I am already trying but just in case has anyone tried it? And if anyone can let me know in advance..
As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/) ‘Securing subdomains’: > Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on...
Currently, the GitHub blurb for this project says: > Easy to use library to create asynchronous presentation logic with django and dajaxice http://dajaxproject.com/ Could it be modified to something like...
fixes Django version migration compatibility
In my setup, I found that if django_dajax was installed as a zipped egg (e.g. easy_install -z django_dajax), then collectstatic failed to find dajax/jquery.dajax.core.js and other dajax static files. The...
I can't for the life of me figure out how to include ajax CSRF tokens myself, so I'm looking for someone more clever than I am to have done it...
support for django 1.7 added ...