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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

INTRODUCTION

Fbone is a Flask template/bootstrap/boilerplate application.

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 reset

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) starter/template/bootstrap/boilerplate application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published