Remove Task Results from admin backend
This commit is contained in:
parent
a0e5007958
commit
ed21a6238e
1 changed files with 4 additions and 0 deletions
|
@ -24,3 +24,7 @@ admin.site.unregister(otp_static.models.StaticDevice)
|
|||
from django_cron.models import CronJobLog
|
||||
|
||||
admin.site.unregister(CronJobLog)
|
||||
|
||||
from django_celery_results.models import TaskResult
|
||||
|
||||
admin.site.unregister(TaskResult)
|
||||
|
|
Loading…
Reference in a new issue