This commit is contained in:
2024-09-10 20:21:33 +02:00
parent 1cc67371c5
commit 9b0cb634b5
276 changed files with 16434 additions and 439 deletions

View File

@@ -0,0 +1,18 @@
# Generated by Django 5.0.8 on 2024-09-07 14:12
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('contact', '0002_contactcontactpage_delete_contactpage'),
('wagtailcore', '0094_alter_page_locale'),
]
operations = [
migrations.RenameModel(
old_name='ContactContactpage',
new_name='Contactpage',
),
]