Add 'ignore' rules for the django-q tables

This commit is contained in:
Oliver Walters 2021-03-12 16:00:25 +11:00
parent 51616c8aca
commit 9d404afec0

View File

@ -132,6 +132,13 @@ class RuleSet(models.Model):
'error_report_error',
'exchange_rate',
'exchange_exchangebackend',
# Django-q
'django_q_ormq',
'django_q_failure',
'django_q_task',
'django_q_schedule',
'django_q_success',
]
RULE_OPTIONS = [