# repair **Repository Path**: xxsimpson/repair ## Basic Information - **Project Name**: repair - **Description**: python flask 维护后台 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-08-09 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #repair 需要的第三方库可用 pip install -r requirements.txt 数据库连接在config.py 添加环境变量: windows: set MYSQL_USERNAME=yourusername set MYSQL_PASSWORD=yourpassword linux: export MYSQL_USERNAME=yourusername export MYSQL_PASSWORD=yourpassword 运行服务器: python manage.py runserver