feat(home/models.py): add EmptyPage model
This commit is contained in:
@@ -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):
|
||||||
|
|||||||
Reference in New Issue
Block a user