Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

dipcode-software/django-ajax-cbv

Repository files navigation

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.