Metadata-Version: 2.1
Name: django-htmx-forms
Version: 0.0.0
Summary: A Django helper app to add editing capabilities to the frontend using Django, HTMX and modal forms.
Home-page: http://github.com/morlandi/django-htmx-forms
Author: Mario Orlandi
Author-email: morlandi@brainstorm.it
License: MIT
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Framework :: Django
Classifier: Framework :: Django :: 5.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.12
Description-Content-Type: text/markdown


> This project is still in early construction and largely incomplete.

> Do not use in production at this time.


# django-htmx-forms

A Django helper app to add editing capabilities to the frontend using Django, HTMX and modal forms.

Bases on my previous somehow incomplete researches as documented here:

- [Editing Django models in the front end](https://editing-django-models-in-the-frontend.readthedocs.io/en/latest/)
- [Django Frontend Forms](https://github.com/morlandi/django-frontend-forms)


# Resources

- [Custom Modal Dialogs](https://htmx.org/examples/modal-custom/)




# History

## v0.0.0

- project planning
