Corrections mineures
This commit is contained in:
parent
5e59148fd9
commit
3fdb5496d8
6 changed files with 172 additions and 18 deletions
30
cms/migrations/0017_auto_20170308_0437.py
Normal file
30
cms/migrations/0017_auto_20170308_0437.py
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Generated by Django 1.10.4 on 2017-03-08 03:37
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('cms', '0016_remove_module_description'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='module',
|
||||
name='periode_presentiel',
|
||||
field=models.IntegerField(verbose_name='Période en présentiel'),
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='module',
|
||||
name='pratique_prof',
|
||||
field=models.IntegerField(default=0, verbose_name='Pratique professionnelle'),
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='module',
|
||||
name='travail_perso',
|
||||
field=models.IntegerField(verbose_name='Travail personnel'),
|
||||
),
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue