My small blog and portfolio written in Python using Flask.
- Flask
- Flask-Login
- Flask-SQLAlchemy
- Pygments
- Markdown
- translitcodec
Easiest way to install these is via easy_install or pip.
- Rename
chalice/default_config.py
tochalice/config.py
- Set your db connection string.
- Set username and password for the admin interface.
- Call
python createdb.py && python run.py
- Point your browser to http:://localhost:5000/