2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-13 10:35:40 +00:00

add ruleset

This commit is contained in:
Matthias
2021-11-28 16:50:34 +01:00
parent 6511a774d1
commit ace4370ee9

View File

@ -159,6 +159,7 @@ class RuleSet(models.Model):
'error_report_error',
'exchange_rate',
'exchange_exchangebackend',
'django_session',
# Django-q
'django_q_ormq',