Fbone is a template/boostrap/boilerplate flask application.
- Register, login, logout, remember me and reset password.
- Use twitter/bootstrap and HTML5 Boilerplate.
- Handle forms with WTForms.
- Handle database with SQLAlchemy.
- Deploy on Apache + mod_wsgi with fabric.
- i18n support with Flask-Babel.
- Unit testing with Flask-Testing.
# install packages.
$ python setup.py install
# run local server
$ python shell.py run
# reset database
$ python shell.py reset
# compile with babel
$ python setup.py compile_catalog --directory fbone/translations --locale zh -f