Skip to content

sandeepraju/fbone

 
 

Repository files navigation

INTRODUCTION

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

Flask bone homepage screenshot

FEATURES

USAGE

Ubuntu

Download codes.

git clone https://github.com/imwilsonxu/fbone.git <your-project-name>
cd <your-project-name>
# Clean git history.
rm -rf .git

Setup packages.

python setup.py install

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

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

Run local server.

python manage.py run

Compile babel.

python setup.py compile_catalog --directory fbone/translations --locale zh -f

Deploy with fabric

fab deploy

STRUCTURE

sudo apt-get install -y tree
cd fbone
tree

ACKNOWLEDGEMENTS

Thanks to Flask and its extensions.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published