如何在Django网站中运行PHP内容

I want to port over most of my current website from PHP to Python/Django.

However, I would like to keep the forums the same as I paid for the forums (IPBoard). The forums work off of PHP.

Is there anyway I can still have my forums running on PHP and the rest of my site on Pyhton/Django?

For example...

If I visit mysite.com/ it would be running my python/django code.

However, if I visit mysite.com/forums or mysite.com/forums/whatever it would run the php section of the site for the forums...