I have an existing project in django 1.7.1, but from django 1.9.1 a new feature had been introduced in the dumpdata
command (--output)
python manage.py dumpdata --output backup.json
On executing this command we can see the progress bar in the terminal(Progress of the dumpdata
to a json file).
Is there any way to achieve this in django 1.7.1, can we do any additional functionalities in our project?, please help me for this.Thanks in advance.