Add Question.valid_file_portrait as well as crop editor for images

This commit is contained in:
Raphael Michel
2021-04-19 15:39:38 +02:00
parent 638b856f42
commit 24bccf8b9c
24 changed files with 4239 additions and 21 deletions

View File

@@ -0,0 +1,18 @@
# Generated by Django 3.0.13 on 2021-04-19 09:39
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('pretixbase', '0181_team_can_checkin_orders'),
]
operations = [
migrations.AddField(
model_name='question',
name='valid_file_portrait',
field=models.BooleanField(default=False),
),
]