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 experience doing so? Anything I should be aware of when integrating the two, for instance, urls that are mapped in the application?
Thanks!