mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +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',
|
||||
'exchange_rate',
|
||||
'exchange_exchangebackend',
|
||||
|
||||
# Django-q
|
||||
'django_q_ormq',
|
||||
'django_q_failure',
|
||||
'django_q_task',
|
||||
'django_q_schedule',
|
||||
'django_q_success',
|
||||
]
|
||||
|
||||
RULE_OPTIONS = [
|
||||
|
Loading…
Reference in New Issue
Block a user