Mrdoc/README.md
2019-07-24 15:19:07 +08:00

45 lines
697 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# MrDoc
## 介绍
一个简单的文档写作系统
## 软件架构
基于Python Web框架Django构建。
语言Python 3
后端Django 2.1
前端UILayUI 2.5.4
文档编辑器Editormd
社交分享Share.js
科学公式Katex
## 安装教程
1. 下载并解压;
2. 如果需要使用其他数据库,请修改;
3. 运行python manage.py makemigrations&&python manage.py migrate 创建和执行数据库迁移;
4. 运行python manage.py createsuperuser 创建管理员账号;
## 使用说明
1. xxxx
2. xxxx
3. xxxx
## 二次开发说明
1. xxxx
2. xxxx
3. xxxx
## 参与贡献
1. Fork 本仓库
2. 新建 Feat_xxx 分支
3. 提交代码
4. 新建 Pull Request