django-ajax-cbv

Django module to easily use generic views with ajax.


Keywords
django, django-ajax, django-cbv, django-views
License
MIT
Install
pip install django-ajax-cbv==0.1.1

Documentation

Django Ajax CBV

Build Status Codacy Badge Coverage Status BCH compliance Pypi

Django module to easily use generic Class Based views with ajax.

Table of contents:

Compatibility

Tested with python 2.7, 3.4, 3.5, 3.6 and Django 1.9, 1.10, 1.11: Travis CI

How to install

To install the app run :

pip install django-ajax-cbv

or add it to the list of requirements of your project.

Then add ‘ajax_cbv’ to your INSTALLED_APPS.

INSTALLED_APPS = [
    ...
    'ajax_cbv',
]

License

MIT license, see the LICENSE file. You can use obfuscator in open source projects and commercial products.