Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mozillazg/flask-demo
Hello Flask.
https://github.com/mozillazg/flask-demo
Last synced: 22 days ago
JSON representation
Hello Flask.
- Host: GitHub
- URL: https://github.com/mozillazg/flask-demo
- Owner: mozillazg
- Created: 2013-03-02T05:05:57.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-03-26T14:55:29.000Z (almost 10 years ago)
- Last Synced: 2024-10-03T15:42:29.678Z (3 months ago)
- Language: Python
- Size: 254 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## init
```
virtualenv .env
source .env/bin/activate
pip install -r requirements.txt
python mamager db upgrade
```## run
```
python manager.py runserverpython manager.py runserver -h 0.0.0.0 -d
```