Skip to content

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

Notifications You must be signed in to change notification settings

imwilsonxu/fbone

Repository files navigation

INTRODUCTION

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

You can use it for

  • learning Flask.
  • quicker developing your new project.

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!

Debug in local machine.

fab debug

Open http://127.0.0.1:5000, 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) starter/template/bootstrap/boilerplate application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published