# duty_table_backend **Repository Path**: heylucky/duty_table_backend ## Basic Information - **Project Name**: duty_table_backend - **Description**: 值班后台、微信后台 - **Primary Language**: Python - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-18 - **Last Updated**: 2022-02-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # duty-table-backend #### 介绍 部署环境: centos 7, mariadb5.5.68 gunicorn + nginx py3.6 + flask 客户端安装fabric,进行远程部署时,触发远程主机获取代码自动化操作。 #### 使用说明 ##### 1、安装开发依赖 1. pip install -r requirements.txt 2. xxxx 3. xxxx ##### 2、服务器环境搭建 ``` yum install git yum install mariadb-server ``` > 注意修改mariadb密码,默认无密码。 ``` use mysql; update user set password=password("123456")where user='root'; flush privileges; ``` #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request 创建数据库指定编码格式: ### create database db-name character set utf8