feat(home/models.py): add EmptyPage model

This commit is contained in:
2026-03-13 14:38:34 +01:00
parent 3f3dbfc341
commit 5e78c9f18a

View File

@@ -8,8 +8,8 @@ from wagtail.models import Page
from wagtail.models.copying import ParentalManyToManyField from wagtail.models.copying import ParentalManyToManyField
# class EmptyPage(Page): class EmptyPage(Page):
# pass pass
class HomePage(Page): class HomePage(Page):