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
|
||||
|
||||
|
||||
# class EmptyPage(Page):
|
||||
# pass
|
||||
class EmptyPage(Page):
|
||||
pass
|
||||
|
||||
|
||||
class HomePage(Page):
|
||||
|
||||
Reference in New Issue
Block a user