Django with NoSQL database

后端 未结 2 1359
长发绾君心
长发绾君心 2021-01-11 19:29

I am working with an Django application which uses Django 1.8 version.

Most of the data we deal with is JSON formatted ones. We ar

2条回答
  •  一向
    一向 (楼主)
    2021-01-11 19:55

    Here is an interesting repo for allowing using MongoDB as your django backend. It works by compiling SQL commands into MongoDB document queries.

    Most of the basic stuff like django admin, django session etc all work.

    https://github.com/nesdis/djongo

提交回复
热议问题