• Members 1 post
    March 30, 2019, 12:08 p.m.

    Hi Guys,

    First of all thanks for working on this great application!

    I am new in the world of Misago but I really would love to use it for my website. Does any of you have experience with installing Misago as a application inside Django CMS?

    I am following the instructions on docs.django-cms.org/en/release-3.4.x/introduction/plugins.html. (replacing polls for Misago :)

    Is it possible to use a Django_CMS to run Misago?

    Any help is welcome, thnx

  • March 30, 2019, 4:53 p.m.

    Hello,

    You can't integrate Misago with existing project's codebase without considerable time and effort being spent on migrating the data to new structure required by it. Starting with Misago and then adding Django CMS to it later is much more doable.

    Last time somebody attempted this, it was also found that Django CMS didn't support the Python (or Django) version required by Misago. I don't know how the things are today.

    The preferable way to integrate Misago with other sites is by using it's JSON API. For integrating users system, there are solutions like SSO that are already tested in other software and are proven to be much better than other approaches: github.com/rafalp/Misago/issues/415