https://github.com/zerc/flask-test
small flask examples
https://github.com/zerc/flask-test
Last synced: about 1 month ago
JSON representation
small flask examples
- Host: GitHub
- URL: https://github.com/zerc/flask-test
- Owner: zerc
- Created: 2013-09-07T15:28:21.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-09-07T16:35:31.000Z (over 12 years ago)
- Last Synced: 2025-01-27T10:08:34.713Z (about 1 year ago)
- Language: Python
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Flask test job
=====================
Just a test.
### Install
sudo apt-get install python-pip, sqlite3
sudo pip install virtualenv
git clone git@github.com:zerc/flask-test.git flask-test
cd flask-test
virtualenv venv
. venv/bin/activate
pip install -r pip.req
Run:
./run.py
And go to *http://localhost:8000/*