Enables entering the details into HTML form and let's the user export all that data into CSV format.
git clone https://github.com/puneeth1999/Django-HTML-form-to-CSV.git
pip install -r requirements.txt
python manage.py runserver
Enables entering the details into HTML form and let's the user export all that data into CSV format.
Python