diff --git a/planning/models.py b/planning/models.py index 66852fe..d04afc6 100644 --- a/planning/models.py +++ b/planning/models.py @@ -16,6 +16,7 @@ class Room(models.Model): class Meta: unique_together = ['site', 'name'] + ordering = ['name'] def __str__(self): return self.name