Initial commit

This commit is contained in:
2024-08-27 20:33:44 +02:00
commit 1f1832267d
14794 changed files with 1599592 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
# Generated by Django 5.0.8 on 2024-08-26 14:07
import wagtail.fields
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('home', '0002_create_homepage'),
]
operations = [
migrations.AddField(
model_name='homepage',
name='body',
field=wagtail.fields.RichTextField(blank=True),
),
]