reverse engineer mysql database to create django app

Viewed 11084

I basically want to take an existing mysql database structure created and used by a php app (codeigniter framework) and reverse engineer it to a django app. is there some tool to do this? south migrations maybe?

1 Answers
Related