empresalibre.net/mysite/home/models.py

8 lines
100 B
Python

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