Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nekocode/wcmovie_test
「卧槽电影」公众号营销用测试游戏
https://github.com/nekocode/wcmovie_test
app backend
Last synced: about 2 months ago
JSON representation
「卧槽电影」公众号营销用测试游戏
- Host: GitHub
- URL: https://github.com/nekocode/wcmovie_test
- Owner: nekocode
- Created: 2015-11-24T09:29:10.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-04T09:31:39.000Z (about 9 years ago)
- Last Synced: 2024-10-29T18:24:03.442Z (3 months ago)
- Topics: app, backend
- Language: Python
- Homepage:
- Size: 375 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wcmovie_test
「卧槽电影」公众号营销用 Web 游戏。### run steps
- add config.py
```
DOMAIN = ''
DB_HOST = ''
DB_NAME = ''
DB_USER = ''
DB_PWD = ''QINIU_AK = ''
QINIU_SK = ''
QINIU_BUCKET_NAME = ''
```
- you can read `optsql/db.py` for checking what sql tables need to create
- run `server.py`### note
if you don't need a admin, please switch to the **[lite](https://github.com/nekocode/wcmovie_test/tree/lite)** branch.### screenshots
![](art/1.png "")
![](art/2.png "")
![](art/3.png "")