Can I perform a dumpdata in Django on just a single model, rather than the whole app, and if so, how?
For an app it would be:
python manage.py dumpdata myapp
However, I want some specific model, such as "myapp.mymodel" to be dumped. The reason being, I have some huge, 3 million records plus, datasets in the same app that I would not like dumped.