Module_didactic_pub
This commit is contained in:
parent
5221b2b068
commit
e4faab1cd5
3 changed files with 25 additions and 12 deletions
|
|
@ -125,6 +125,7 @@ class Module(models.Model):
|
|||
pratique_prof = models.IntegerField(default=0, verbose_name='Pratique professionnelle')
|
||||
didactique = models.TextField()
|
||||
evaluation = models.TextField()
|
||||
didactique_published = models.BooleanField(default=False)
|
||||
sem1 = models.IntegerField(default=0)
|
||||
sem2 = models.IntegerField(default=0)
|
||||
sem3 = models.IntegerField(default=0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue