django-ajax-helpers

Django app to assist with posting Ajax and receiving commands from django


License
MIT
Install
pip install django-ajax-helpers==0.0.22

Documentation

PyPI version

Helps building buttons to send data to Django views and get command back from Django

Provides bootstrap tooltips populated with html from Django view Provides functions to download and upload files

Add to installed apps in settings
'ajax_helpers',