django-admin-tools

unregister or register models conditionally in django admin

unregister or register models conditionally in django admin Question: Is it possible to conditionally register or unregister models in django admin? I want some models to appear in django admin, only if request satisfies some conditions. In my specific case I only need to check if the logged in user belongs to a particular group, …

Total answers: 2