Skip to main content

Django module to easily use generic views with ajax.

Project description

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.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page