If I’ve written a web application in PHP as a learning project, but at some point I may want to re-write using the Django framework, what would be the difficulties?
I feel like my primary concern would be getting the new Django app to play nice with the existing mysql database.
Has anyone had any experience doing this? Thanks.
e.g, how is:
(from http://www.djangoproject.com/documentation/db-api/)easier than:
my 2 cents: write your own DB access layer, fight the obscure black magic.(nothing but quibbles with the templating engine, though)