https://github.com/zhanglun/teamcoop
TeamCoop
https://github.com/zhanglun/teamcoop
Last synced: 4 months ago
JSON representation
TeamCoop
- Host: GitHub
- URL: https://github.com/zhanglun/teamcoop
- Owner: zhanglun
- Created: 2014-11-10T12:03:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-16T13:06:14.000Z (over 10 years ago)
- Last Synced: 2024-12-27T02:13:52.455Z (6 months ago)
- Language: CSS
- Homepage: http://teamcoop.sinaapp.com/
- Size: 2.77 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## TeamCoop
### Flask 环境配置
Python 版本:2.7.6
参照官网的说明,使用`[virtualenv](http://dormousehole.readthedocs.org/en/latest/installation.html#virtualenv)`提供虚拟环境来避免版本兼容问题。
激活环境之后,安装Flask。
### 数据库文件使用说明
每次连接数据库时要先开启外键约束
`pragma foreign_keys=on;`
当做普通sql语句执行即可,不要忘了分号。