Repository URL to install this package:
|
Version:
2.4.1b3 ▾
|
from django.db import models
from wagtail.core.models import Page
class HomePage(Page):
pass