Skip to main content

Django module to easily use generic views with ajax.

Project description

Build Status Codacy Badge Coverage Status BCH compliance

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

Table of contents:

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-ajax-cbv-0.1.0.tar.gz (9.5 kB view hashes)

Uploaded Source

Built Distribution

django_ajax_cbv-0.1.0-py2-none-any.whl (11.2 kB view hashes)

Uploaded Python 2

Supported by

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