Competences
This commit is contained in:
parent
e490cde92d
commit
12ce9c7900
3 changed files with 42 additions and 2 deletions
|
|
@ -120,9 +120,9 @@ class Module(models.Model):
|
|||
situation = models.TextField()
|
||||
evaluation = models.TextField()
|
||||
contenu = models.TextField()
|
||||
periode_presentiel = models.IntegerField(verbose_name='Période en présentiel')
|
||||
periode_presentiel = models.IntegerField(verbose_name='Présentiel')
|
||||
travail_perso = models.IntegerField(verbose_name = 'Travail personnel')
|
||||
pratique_prof = models.IntegerField(default=0, verbose_name='Pratique professionnelle')
|
||||
pratique_prof = models.IntegerField(default=0, verbose_name='Pratique prof.')
|
||||
didactique = models.TextField()
|
||||
evaluation = models.TextField()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue