A Dynamic Form Building App using Django, HTMX, Tailwind
This project is based on using Django 3.2, HTMX and Tailwind
To run the project first create a virtual enivironment using python -m venv E:\django_dynamic_form_builder\venv
• After that pres ctrl+shift+p
• And select python interpreter from venv scripts python.exe as the interpreter
• then close the terminal and open it again
pip install django==3.2.6
Then to run the project type
python manage.py runserver
and can also view it