Cleanest way to delete stale ContentTypes
python manage.py remove_stale_contenttypes
copy data of a DB to another
python3 manage.py dumpdata --natural-foreign --natural-primary -e contenttypes -e auth.Permission --indent 4 > db.json
python manage.py remove_stale_contenttypes
python3 manage.py dumpdata --natural-foreign --natural-primary -e contenttypes -e auth.Permission --indent 4 > db.json
0 Comments