Django module to easily use generic Class Based views with ajax.
- Table of contents:
 
Tested with python 2.7, 3.4, 3.5, 3.6 and Django 1.9, 1.10, 1.11: Travis CI
To install the app run :
pip install django-ajax-cbvor add it to the list of requirements of your project.
Then add ‘ajax_cbv’ to your INSTALLED_APPS.
INSTALLED_APPS = [
    ...
    'ajax_cbv',
]MIT license, see the LICENSE file. You can use obfuscator in open source projects and commercial products.