How can I disable the Django Celery admin modules?

前端 未结 2 532
粉色の甜心
粉色の甜心 2020-12-29 14:36

I have no need to the celery modules in my Django admin. Is there a way I could remove it?

2条回答
  •  春和景丽
    2020-12-29 14:40

    You can simply unregister celerys models like admin.site.unregister(CeleryModelIdoNotWantInAdmin)

提交回复
热议问题