moguanzhong / fbone

Fbone (Flask bone) is a Flask (Python microframework) template/bootstrap/boilerplate application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

INTRODUCTION

Fbone (Flask bone) is a Flask (Python microframework) template/bootstrap/boilerplate application.

Flask bone homepage screenshot

FEATURES

USAGE

Assume you are in Ubuntu and the project name is "myapp".

sudo git clone https://github.com/imwilsonxu/fbone.git /srv/www/myapp
sudo chmod -R o+w /srv/www/myapp
cd /srv/www/myapp
fab init:myapp

Open http://127.0.0.1, done!

Init/reset database (with sqlite, check out fbone/config.py).

python manage.py initdb
sudo chmod o+w /tmp/<project>.sqlite

Debug with local server.

fab run

Compile babel.

fab babel

STRUCTURE

sudo apt-get install -y tree
cd fbone
tree

LICENSE

MIT LICENSE

ACKNOWLEDGEMENTS

Thanks to Flask, its extensions, and other goodies.

About

Fbone (Flask bone) is a Flask (Python microframework) template/bootstrap/boilerplate application.

License:Other