Basic boilerplate for getting started with Flask, a basic framework for building web apps in Python. Includes jQuery 1.9 and basic directory structure (including extending templates).
- set up virtualenv
- pip install flask
- python runserver.py
More documentation on Flask here.