I have a sql file "localhost.sql" containing the structure of my database written in MySQL I would like to upload this sql file and generate the appropriate code for my models file "db.py" Is there an easy way to do this?
Any suggestions *cheers Andrew