1 Star 0 Fork 0

akira/webpyCMS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
.idea
.workflow
actions
models
__init__.py
albums.py
article_comments.py
articles.py
base.py
categories.py
database.py
images.py
notes.py
users.py
version.py
settings
static
templates
util
LICENSE
README.md
manage.py
requirements.txt
克隆/下载
version.py 146 Bytes
一键复制 编辑 原始数据 按行查看 历史
申海朋 提交于 4年前 . init project
# -*- coding: utf-8 -*-
from peewee import TextField
from models.base import BaseModel
class Version(BaseModel):
description = TextField()
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/idart/webpyCMS.git
git@gitee.com:idart/webpyCMS.git
idart
webpyCMS
webpyCMS
master

搜索帮助