forked from DGNum/gestioCOF
Pourquoi c'est pas commité avant ?
This commit is contained in:
parent
ef74c84095
commit
62797491cb
12 changed files with 233 additions and 38 deletions
|
@ -17,7 +17,7 @@ class Spectacle (models.Model):
|
|||
date = models.DateTimeField ("Date & heure")
|
||||
location = models.ForeignKey(Salle)
|
||||
description = models.TextField ("Description", blank = True)
|
||||
#slots_description = models.TextField ("Description des places", blank = True)
|
||||
slots_description = models.TextField ("Description des places", blank = True)
|
||||
price = models.FloatField("Prix d'une place", blank = True)
|
||||
slots = models.IntegerField ("Places")
|
||||
priority = models.IntegerField ("Priorité", default = 1000)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue