Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.21 KB

File metadata and controls

37 lines (25 loc) · 1.21 KB

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