mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-22 03:13:12 +00:00
Update, english doc models.py
This commit is contained in:
parent
bd079b2756
commit
c4571ab425
1 changed files with 4 additions and 3 deletions
|
@ -517,8 +517,8 @@ class SwitchBay(AclMixin, RevMixin, models.Model):
|
||||||
|
|
||||||
|
|
||||||
class Dormitory(AclMixin, RevMixin, models.Model):
|
class Dormitory(AclMixin, RevMixin, models.Model):
|
||||||
"""Une résidence universitaire
|
"""A student accomodation/dormitory
|
||||||
A residence"""
|
Une résidence universitaire"""
|
||||||
|
|
||||||
name = models.CharField(max_length=255)
|
name = models.CharField(max_length=255)
|
||||||
|
|
||||||
|
@ -539,7 +539,8 @@ class Dormitory(AclMixin, RevMixin, models.Model):
|
||||||
|
|
||||||
|
|
||||||
class Building(AclMixin, RevMixin, models.Model):
|
class Building(AclMixin, RevMixin, models.Model):
|
||||||
"""Un batiment"""
|
"""A building of a dormitory
|
||||||
|
Un batiment"""
|
||||||
|
|
||||||
name = models.CharField(max_length=255)
|
name = models.CharField(max_length=255)
|
||||||
dormitory = models.ForeignKey(
|
dormitory = models.ForeignKey(
|
||||||
|
|
Loading…
Reference in a new issue