Bogdanp / django_dramatiq

A Django app that integrates with Dramatiq.
https://dramatiq.io
Other
347 stars 77 forks source link

Make Task model read-only in Django Admin #30

Closed CapedHero closed 5 years ago

CapedHero commented 5 years ago

Refers to Issue #29.

Bogdanp commented 5 years ago

Thanks! I've merged the change with rebase.

trepmag commented 5 years ago

Hello, in my case those permissions override (has_add, has_change, and has_delete) completely prevent the access to the Task model admin even for super admin... Did I miss something?...

Had to register elsewhere django_dramatiq Task with a custom admin without those permissions overrides...