- dump the current db of django project settings
python manage.py dumpdata > dbdump.json
- Change the database settings to new database
- run
migrate
command to set up the new database *if the new database does not have same model (tables), as when creating new databasepython manage.py migrate