a little blog based on Flask
development: opehshift
references
Flask Web Development: Developing Web Applications with Python
export MAIL_PASSWORD='...'
python manage.py shell
> from app import db
> db.create_all()
> from app.models import Role
> Role.insert_roles()