2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 12:35:46 +00:00

fix rules

This commit is contained in:
Matthias
2021-11-28 17:18:46 +01:00
parent 5f685f3c2a
commit 9454b51866
2 changed files with 2 additions and 3 deletions

View File

@ -145,7 +145,6 @@ class RuleSet(models.Model):
# Core django models (not user configurable)
'admin_logentry',
'contenttypes_contenttype',
'sessions_session',
# Models which currently do not require permissions
'common_colortheme',
@ -159,7 +158,7 @@ class RuleSet(models.Model):
'error_report_error',
'exchange_rate',
'exchange_exchangebackend',
'django_session',
'user_sessions_session',
# Django-q
'django_q_ormq',