I want dump data of django.contrib.auth
app.
I've tried:
>> python manage.py dumpdata django.contrib.auth > 'django.contrib.admin.json' Error: Unknown application: django.contrib.auth >> python manage.py dumpdata 'django.contrib.auth' > 'django.contrib.admin.json' Error: Unknown application: django.contrib.auth
Nothing works. Need your help.
Solution was much more easy than a thought. Just run
python manage.py dumpdata auth
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With