I have a data.dump
file for mysql and am trying to use manage.py loaddata
to fill my db with this data file, but getting this error:
CommandError: Problem installing fixture '˜/Downloads/data': dump is not a known serialization format.
Apparently this is not a known format for Django loaddata. The question is how I can convert a .dump to .json, so I can use it with loaddata command?