This repo provides code required to convert database model to csv, xls, json, html, yaml, tsv, ods etc and file to database using django-import-export.
Clone the repository and install node modules
git clone https://github.com/RugvedB/django-database-to-files-and-vice-versa
cd django-database-to-files-and-vice-versa
cd DemoProject
pip install django-import-export
Run
python manage.py runserver
Checkout the site on http://127.0.0.1:8000/