Creating an entire web application using django admin

前端 未结 5 603
陌清茗
陌清茗 2020-12-05 15:29

I was thinking that django admin is an utility to provide trusted administrators of the site, full access to the site\'s data model.

However, after going through dja

5条回答
  •  庸人自扰
    2020-12-05 15:47

    In short:

    Try out the admin part for your needs. Modify the standard views. If there is something missing, you can always develop your own view.

    For me, I can't imagine an entire (bigger than rolodex) application based only on django-admin.

    A.

提交回复
热议问题