Can you perform a 'dumpdata' in Django on just a single model (rather than the whole app) and if so, how?
E.g. for an app it would be...
python manage.py dumpdata myapp
However, I want some specific model, (e.g. myapp.mymodel) to be dumped... reason being I have some huge datasets (3 million records plus) in the same app that I would not like dumped.