Metadata-Version: 2.1
Name: django-ajax-helpers
Version: 0.0.4
Summary: Django app to assist with posting Ajax and receiving commands from django
Home-page: https://github.com/jonesim/ajax-helpers
Author: Ian Jones
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

[![PyPI version](https://badge.fury.io/py/django-ajax-helpers.svg)](https://badge.fury.io/py/django-ajax-helpers)

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',`



