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/0013_blogpage_subtitle.py

18 lines
451 B

# Generated by Django 5.2 on 2025-04-30 06:04
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('core', '0012_aboutuspage'),
]
operations = [
migrations.AddField(
model_name='blogpage',
name='subtitle',
field=models.CharField(blank=True, default='Aktuelle Neuigkeiten, Einblicke und Ankündigungen', max_length=512),
),
]