Gauge vs track

This commit is contained in:
2022-07-18 23:41:47 +02:00
parent ad33731913
commit be6a685f55
6 changed files with 45 additions and 8 deletions

View File

@@ -85,6 +85,7 @@ class Scale(models.Model):
scale = models.CharField(max_length=32, unique=True)
ratio = models.CharField(max_length=16, blank=True)
gauge = models.CharField(max_length=16, blank=True)
track = models.CharField(max_length=16, blank=True)
class Meta:
ordering = ["scale"]