An open API service indexing awesome lists of open source software.

https://github.com/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
https://github.com/rugvedb/django-database-to-files-and-vice-versa

django django-import-export

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

Django database to files and vice versa.

![](https://img.shields.io/badge/Made_with-Django-blue?style=for-the-badge&logo=Django)]

### 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.


- Gyaanibuddy
- Medium


------------------------------------------
### 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 :heart: by Rugved