https://github.com/vsrc/python-playground
Example app written in Python and with Flask
https://github.com/vsrc/python-playground
Last synced: about 1 year ago
JSON representation
Example app written in Python and with Flask
- Host: GitHub
- URL: https://github.com/vsrc/python-playground
- Owner: vsrc
- Created: 2015-07-23T07:59:05.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-23T08:04:26.000Z (almost 11 years ago)
- Last Synced: 2025-02-16T10:42:52.559Z (over 1 year ago)
- Language: JavaScript
- Size: 391 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
## Description
This is just example showcase app for Python.
## Technical informations
* Python
* Flask
## Requirements
```bash
flask/bin/pip install flask==0.9
flask/bin/pip install flask-login
flask/bin/pip install flask-openid
flask/bin/pip install sqlalchemy==0.7.9
flask/bin/pip install flask-sqlalchemy==0.16
flask/bin/pip install sqlalchemy-migrate==0.7.2
flask/bin/pip install flask-whooshalchemy==0.55a
flask/bin/pip install flask-wtf==0.8.4
flask/bin/pip install pytz==2013b
flask/bin/pip install flask-babel==0.8
flask/bin/pip install flup
flask/bin/pip install flask-mail
flask/bin/pip install WTForms-Alchemy
```