Metadata-Version: 2.1
Name: django-jsform
Version: 1.0.0
Summary: Django integration for jsform
Home-page: https://github.com/quadrant-newmedia/jsform
Author: Alex Fischer
Author-email: alex@quadrant.net
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
Requires-Dist: Django (<3.1,>=2.2)

# django_jsform

This project is a thin wrapper around [jsform](https://github.com/quadrant-newmedia/jsform).

We include jsform's scripts as static files, and provide some basic "javascript responses" for use with jsform_execresponse.js.

Totally untested. We might end up writing a test suite here, or we might just test features as we use them in other projects.

