mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-30 20:46:47 +00:00
style fix
This commit is contained in:
parent
3b12b0231e
commit
7abf70fdd7
@ -35,7 +35,6 @@ class BaseInvenTreeSetting(models.Model):
|
|||||||
single values (e.g. one-off settings values).
|
single values (e.g. one-off settings values).
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
GLOBAL_SETTINGS = {}
|
GLOBAL_SETTINGS = {}
|
||||||
|
|
||||||
class Meta:
|
class Meta:
|
||||||
@ -756,6 +755,7 @@ class InvenTreeSetting(BaseInvenTreeSetting):
|
|||||||
help_text=_('Settings key (must be unique - case insensitive'),
|
help_text=_('Settings key (must be unique - case insensitive'),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
class InvenTreeUserSetting(BaseInvenTreeSetting):
|
class InvenTreeUserSetting(BaseInvenTreeSetting):
|
||||||
"""
|
"""
|
||||||
An InvenTreeSetting object with a usercontext
|
An InvenTreeSetting object with a usercontext
|
||||||
|
Loading…
x
Reference in New Issue
Block a user