Django module to easily use generic views with ajax.
Project description
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.
Project details
Release history Release notifications | RSS feed
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.1.tar.gz
(11.3 kB
view details)
Built Distribution
File details
Details for the file django-ajax-cbv-0.1.1.tar.gz
.
File metadata
- Download URL: django-ajax-cbv-0.1.1.tar.gz
- Upload date:
- Size: 11.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 312aec60109d408c054e8acc4a206df174bef4c067c2d4c413f3e2e88a0ecce1 |
|
MD5 | 4d78f317d12d3e504d37fd787ecbcc30 |
|
BLAKE2b-256 | f8bd781caa16f95afcfd413c49a3991969d93b1a59a8c6f45b0a3e732516bcbb |
File details
Details for the file django_ajax_cbv-0.1.1-py2.py3-none-any.whl
.
File metadata
- Download URL: django_ajax_cbv-0.1.1-py2.py3-none-any.whl
- Upload date:
- Size: 11.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 259f3ea7a9baa2bfe1b795b756b75c6ccd8643b560767db846a6f5eddbc7ab32 |
|
MD5 | 1e303a66611baf44ee5815df6d940b6f |
|
BLAKE2b-256 | 33ad56b44f64a760fa52511e478e91ce2d94a320d84ff588afbfbf24a5e5a940 |