I have faced this issue.
Writing Django forms is confusing and repetitive.
I am creating a HTML to Django forms generator.
The code is at GitHub - hehenischal/django-forms-generator: This repo contains code for Django forms generator that gives out django form classes from html code
The Implementation is at django forms Generator | Convert HTML to django forms Online
How to use:
- paste the code into the textarea
- submit
- get the django forms code to get the entered HTML when rendered
If this Tool interests you. I would like to encourage you to contribute to the opensource repo.
The tool is under Modified MIT License.