Skip to content

2.7.7

Compare
Choose a tag to compare
@CheeseCake87 CheeseCake87 released this 12 Nov 15:23

New minimal init option

flask-imp init --minimal:

app/
├── extensions
│   └── __init__.py
│
├── global
│   ├── static
│   │   ├── css
│   │   │   └── water.css
│   │   ├── img
│   │   │   └── flask-imp-logo.png
│   │   └── favicon.ico
│   ├── templates
│   │   └── index.html
│   └── routes.py
│
├── __init__.py
└── default.config.toml

Generates a Flask-Imp app with no blueprints.