Try instead:
python manage.py dumpdata auth
The dumpdata
command doesn't require the (fully qualified) package name of the app, only the name.
Manoj Govindan
2010-09-08 12:57:33
Try instead:
python manage.py dumpdata auth
The dumpdata
command doesn't require the (fully qualified) package name of the app, only the name.