process_eval_2
This commit is contained in:
parent
3fb35fc516
commit
49fbc9bd54
1 changed files with 16 additions and 0 deletions
16
cms/migrations/0019_merge_20170308_1159.py
Normal file
16
cms/migrations/0019_merge_20170308_1159.py
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Generated by Django 1.10.1 on 2017-03-08 10:59
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('cms', '0018_competence_processus_eval'),
|
||||
('cms', '0017_auto_20170308_0437'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue