Metadata-Version: 2.1
Name: django-ajax-helpers
Version: 0.0.14
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
Description: [![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',`
            
            django-ajax-helpers @ git+git://github.com/jonesim/ajax-helpers@14a56c381ef30de0f9b8a883a174cc747c7c6c24
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
