Django admin and MongoDB, possible at all?

前端 未结 7 687
野的像风
野的像风 2021-02-04 03:01

I\'m building a simple short URL service, ala bitly, for our company use. And I would like to use mongodb to store the data, but I will need some kind of simple interface to add

7条回答
  •  南笙
    南笙 (楼主)
    2021-02-04 03:44

    mongodb has many behaviors and django-admin is for relation database like postgresql

    you can create django admin with django-nonrel but its not optimize and good. i think its bettwr you create custom admin for your application.

提交回复
热议问题