mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Add missing fixture for settings
This commit is contained in:
parent
21315096d4
commit
fe9749ba4f
13
InvenTree/common/fixtures/settings.yaml
Normal file
13
InvenTree/common/fixtures/settings.yaml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
# Sample settings objects
|
||||||
|
|
||||||
|
- model: common.InvenTreeSetting
|
||||||
|
pk: 1
|
||||||
|
fields:
|
||||||
|
key: INVENTREE_INSTANCE
|
||||||
|
value: "My very first InvenTree Instance"
|
||||||
|
|
||||||
|
- model: common.InvenTreeSetting
|
||||||
|
pk: 2
|
||||||
|
fields:
|
||||||
|
key: INVENTREE_COMPANY_NAME
|
||||||
|
value: "ACME Pty Ltd"
|
Loading…
Reference in New Issue
Block a user