PHP front end and Django backend?
I need to replace the front end portion of our site with PHP that uses some Ajax calls, but the backend uses Django for db calls. I'm hesitant about using PHP and Django together, so I was wondering if anyone has ex开发者_如何学JAVAperience doing so? Anything I should be aware of when integrating the two, for instance, urls that are mapped in the application?
Thanks!
There is absolutely no worry.
You can inspectdb from django, that generates models, add admin files and you can use that for admin purposes.
There are many such projects including the django backend for wordpress
精彩评论