Forums

Cannot migrate to MySQL database

Resolved and Removed

if you have data saved onn your local machine in the local db.sqlite3, that is not accessible from PythonAnywhere. so you would need to create the same table on PythonAnywhere's mysql database before migrating etc.

That makes so much sense - I just remembered one of my model takes a length of another model as value. That was causing the error.

Fixing it solved my problem. Thank you so much!!!

Excellent -- glad we could help!