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:
parent
51616c8aca
commit
9d404afec0
@ -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 = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user