First commit
This commit is contained in:
commit
dc05952f76
46 changed files with 1752 additions and 0 deletions
24
cms/migrations/0006_auto_20161224_1339.py
Normal file
24
cms/migrations/0006_auto_20161224_1339.py
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Generated by Django 1.10.4 on 2016-12-24 13:39
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('cms', '0005_auto_20161224_1236'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
name='module',
|
||||
options={'ordering': ('code',)},
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='module',
|
||||
name='nom',
|
||||
field=models.CharField(default='Nom du module', max_length=100),
|
||||
),
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue