[WEI] Request bus size
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
parent
aa35724be2
commit
41a0b3a1c1
3 changed files with 254 additions and 245 deletions
|
|
@ -66,6 +66,11 @@ class Bus(models.Model):
|
|||
verbose_name=_("name"),
|
||||
)
|
||||
|
||||
size = models.IntegerField(
|
||||
verbose_name=_("seat count in the bus"),
|
||||
default=50,
|
||||
)
|
||||
|
||||
description = models.TextField(
|
||||
blank=True,
|
||||
default="",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue