1
0
mirror of https://gitlab.crans.org/mediatek/med.git synced 2025-07-07 11:04:01 +02:00

Add revues

This commit is contained in:
Yohann D'ANELLO
2020-05-24 15:37:57 +02:00
parent 3977ab9ec3
commit 963ff25506
7 changed files with 225 additions and 1 deletions

View File

@ -0,0 +1,18 @@
# Generated by Django 2.2.10 on 2020-05-24 13:36
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('media', '0036_auto_20200524_1500'),
]
operations = [
migrations.AddField(
model_name='revue',
name='double',
field=models.BooleanField(default=False, verbose_name='double'),
),
]