This is a Python web app for poets to share and improve their work.
##Installation Use the following unix commands to install: *If you don't have virualenv installed, use this command to install it before continuing.
-
git clone [email protected]:morganwallace/poem_site.git
-
virtualenv venv && source venv/bin/activate
python app.py
- preview at http://localhost:5000/
##Documentation
- Flask
- Heroku
- Postgres
Bootsrap 3.0 Jinja2 (templating)
Flask==0.9 Flask-KVSession==0.6.1 Flask-Login==0.2.11 Flask-Migrate==1.2.0 Flask-SQLAlchemy==1.0 Flask-Script==2.0.5 Jinja2==2.6 Mako==1.0.0 MarkupSafe==0.23 SQLAlchemy==0.7.8 Werkzeug==0.8.3 alembic==0.6.5 itsdangerous==0.24 psycopg2==2.4.5 simplekv==0.9.2 six==1.7.3 wsgiref==0.1.2