Search code examples
mongodbcontent-management-systemmezzanine

Mezzanine CMS using MongoDB ?


Looks Mezzanine is one of the best Django based CMS. I would like to use it in my project but want to use NoSQL DB. Did some research but could not find a straight answer to it.

Any documents on how to use MongoDB for Mezzanine?

Thanks in advance


Solution

  • Mezzanine is heavily tied to using a relational database, so what you're trying to do here won't be achievable.

    As I mentioned above though, your requirement for using a "NoSQL" database are most likely misguided - no offence!