https://github.com/honmaple/flask-word
some flask practice
https://github.com/honmaple/flask-word
Last synced: 8 months ago
JSON representation
some flask practice
- Host: GitHub
- URL: https://github.com/honmaple/flask-word
- Owner: honmaple
- Created: 2016-03-05T04:51:20.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-25T08:02:37.000Z (over 9 years ago)
- Last Synced: 2025-04-08T22:32:17.704Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 323 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## This is My flask Practice
## message board
### Demo
You can have a look [ here ](http://honmaple.cn/word)
## vote
### Demo
You can have a look [ here ](http://honmaple.cn/vote)
## cookies to count
### Demo
You can have a look [ here ](http://honmaple.cn/count)
## config/config.py
DEBUG = True
SECRET_KEY
REDIS_PASSWORD
REDIS_DB
### use
pip install -r requirements.txt
python run.py