wagtail_ahl/home/models.py

7 lines
95 B
Python

from django.db import models
from wagtail.models import Page
class HomePage(Page):
pass