# webpyCMS **Repository Path**: idart/webpyCMS ## Basic Information - **Project Name**: webpyCMS - **Description**: webpyCMS是基于web.py的网站内容管理系统,小巧实用,非常适合做博客和个人简历网站 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-19 - **Last Updated**: 2022-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: webpy, blog ## README # webpyCMS webpyCMS是基于web.py的网站内容管理系统,小巧实用,非常适合做博客和个人简历网站。 当前版本为0.1,搭好了基本框架,简单实现了分类、文章的后台管理,前端(使用了bootstrap框架)展示。 项目基于 python3+peewee+templator完成。 使用步骤 ========= 1、下载代码 2、安装依赖 pip install -r requirements.txt 3、创建数据库 webpycms, 执行 webpycms.sql 初始化数据表结构和初始数据 4、执行 python manage.py 运行程序 5、访问 http://127.0.0.1:8080 6、截图 ![Image text](https://raw.githubusercontent.com/colinshin/webpyCMS/master/static/images/one.png) ![Image text](https://raw.githubusercontent.com/colinshin/webpyCMS/master/static/images/two.png)