mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-10 17:28:50 +00:00
13 lines
261 B
YAML
13 lines
261 B
YAML
# 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" |