Add more manufacturers categories

This commit is contained in:
2023-01-06 01:54:14 +01:00
parent aff1d20260
commit 9279142a41
2 changed files with 32 additions and 1 deletions

View File

@@ -156,7 +156,12 @@ DECODER_INTERFACES = [
(5, "Next18/Next18S"),
]
MANUFACTURER_TYPES = [("model", "Model"), ("real", "Real")]
MANUFACTURER_TYPES = [
("model", "Model"),
("real", "Real"),
("accessory", "Accessory"),
("other", "Other")
]
ROLLING_STOCK_TYPES = [
("engine", "Engine"),