Files
2024-08-27 20:33:44 +02:00

8 lines
95 B
Python

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