+91 9404 340 614    gyaanibuddy@gmail.com

Login to write a blog.

Django
Django standalone script to take database backup

In this blog, we will learn to write django standalone scripts and use it to iterate over every single table and store data in the form of csv.


How
How to convert database model to csv,xls,json etc and vice versa using django-import-export?

This blog provides steps required to convert database model to csv, xls, json, html, yaml, tsv, ods etc files and file to database using django-import-export.