website/website/home/models.py

8 lines
95 B
Python

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