Integrating Django Features into WordPress via Custom Plugin

Hello everyone,

I’m working on an existing Django project and I’m looking to integrate it into a WordPress site using a custom plugin. My goal is to enable WordPress to interact with certain features of my Django project, such as retrieving data from the Django database.

However, I’m encountering difficulties in designing the WordPress plugin to effectively interact with my Django project. Specifically, I’m unsure about the best approach to integrating Django features into WordPress via a PHP plugin.

Does anyone have any suggestions on the best way to proceed with this integration? Or any advice on designing a WordPress plugin that communicates with a Django application?

Thank you in advance for your help!

This is a topic that has been discussed here a couple times before.

See Django integration with legacy websites (HTML/PHP/ASP) and How i can integrate my wordpress and django website?? for some of the basic issues to address.

Once you’ve read those, we can continue the discussion here.