ernestophone.ens.fr/gestion/migrations/0006_auto_20210608_1029.py
Lucie Galland e36311774b fix image
2021-06-08 13:31:41 +02:00

19 lines
489 B
Python

# Generated by Django 2.2.17 on 2021-06-08 10:29
from django.db import migrations, models
import gestion.models
class Migration(migrations.Migration):
dependencies = [
('gestion', '0005_auto_20210427_1834'),
]
operations = [
migrations.AlterField(
model_name='photo',
name='image',
field=models.ImageField(default=None, upload_to='trombonoscope/deco', validators=[gestion.models.Photo.validate_image]),
),
]