Best way to integrate PHP forum into Django site?

前端 未结 2 1088
没有蜡笔的小新
没有蜡笔的小新 2021-02-04 21:07

Suppose you are running a Django site, and have a legacy PHP forum to support and integrate into your site, since current Django forum solutions are not mature enough.

W

2条回答
  •  别那么骄傲
    2021-02-04 21:44

    When I read the question summary I immediately thought that you would need some kind of script, which could be linked to a signal via the Dispatcher in Django, to syncronize the user database from your Django site to the forum. This would keep the authentication side of things in check - but you still need to do one of the things that Oli has suggested, to make them look the same.

    Themeing will probably be the least hassle-free route, but that's not to say it will be easy!

提交回复
热议问题