2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-29 20:16:44 +00:00

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', 'error_report_error',
'exchange_rate', 'exchange_rate',
'exchange_exchangebackend', 'exchange_exchangebackend',
# Django-q
'django_q_ormq',
'django_q_failure',
'django_q_task',
'django_q_schedule',
'django_q_success',
] ]
RULE_OPTIONS = [ RULE_OPTIONS = [