This website requires JavaScript.
Explore
Help
Register
Sign In
opc
/
skelet
Watch
2
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
a2d2cd226debab9138f0e81e8e4ebebc52111ef4
skelet
/
home
/
models.py
T
8 lines
95 B
Python
Raw
Normal View
History
Unescape
Escape
T-001: 初始化 Wagtail 项目骨架
2026-07-06 17:30:34 +08:00
from
django.db
import
models
from
wagtail.models
import
Page
class
HomePage
(
Page
):
pass
Reference in New Issue
Copy Permalink