To create a fixture for an app in my project I can do:
$ manage.py dumpdata app > app.json
How would I do the same for the auth app, from the django core? That is, I want to transfer all my data from any table starting with app_. Thank you.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Doesn’t matter that it’s not inside project folder: