RugvedB / django-database-to-files-and-vice-versa

Convert database model to csv, xls, json, html, yaml, tsv, ods etc and file to database using django-import-export

Home Page:https://www.gyaanibuddy.com/blog/how-to-convert-database-model-to-csvxlsjson-etc-and-vice-versa-using-django-import-export/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django database to files and vice versa.

]

About

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.



Installation

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/


Developed with ❤️ by Rugved

About

Convert database model to csv, xls, json, html, yaml, tsv, ods etc and file to database using django-import-export

https://www.gyaanibuddy.com/blog/how-to-convert-database-model-to-csvxlsjson-etc-and-vice-versa-using-django-import-export/


Languages

Language:Python 100.0%