Files
skelet/home/models.py
T

8 lines
95 B
Python

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