Flask + SQLAlchemy

Flask scaffold with SQLAlchemy models, templates, and static files.

Create this template

bash
# install
pip install jyinit

# create a scaffold for a flask + sqlalchemy
jyinit create my-project --type flask-sqlalchemy

# interactive mode => you will be allowed to choose the TEMPLATE in interactive mode too
jyinit create my-project --interactive

Useful flags

  • --ci
  • --gitrep

Great for

  • web apps
  • databases