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
- Host: GitHub
- URL: https://github.com/rugvedb/django-database-to-files-and-vice-versa
- Owner: RugvedB
- Created: 2021-02-06T12:01:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-06T12:35:32.000Z (over 4 years ago)
- Last Synced: 2025-01-21T15:49:05.837Z (4 months ago)
- Topics: django, django-import-export
- Language: Python
- Homepage: https://www.gyaanibuddy.com/blog/how-to-convert-database-model-to-csvxlsjson-etc-and-vice-versa-using-django-import-export/
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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.
- Gyaanibuddy
- Medium
------------------------------------------
### InstallationClone 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