You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
feo-homepage/core/migrations/0003_eventpage_pretix_slug.py

18 lines
483 B

# Generated by Django 2.0.2 on 2020-02-14 11:39
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('core', '0002_auto_20180918_1233'),
]
operations = [
migrations.AddField(
model_name='eventpage',
name='pretix_slug',
field=models.CharField(blank=True, help_text='Slug von Pretix (leer lassen, um klassische Anmeldung zu verwenden)', max_length=512),
),
]