How to transfer data in django from sqlite to mysql, so that all the data that is in the admin are preserved?
I have a database with the same tables, where I can transfer all the data. I tried to do it the standard way throughpython manage.py loaddata datadump.json
.
The data in the tables was transferred but the admin panel got stuck. I use wagtail django admin.
To be more clear, I need information and not the structure itself