mvc-flask icon indicating copy to clipboard operation
mvc-flask copied to clipboard

You can use the mvc-flask extension to turn on MVC pattern in your applications.

Results 9 mvc-flask issues
Sort by recently updated
recently updated
newest added

Hi I cloned your code and while trying to use the example app I am getting this error raise TemplateNotFound(template) jinja2.exceptions.TemplateNotFound: index.html I tried creating a templates folder under the...

problem
question

Bumps [black](https://github.com/psf/black) from 23.11.0 to 24.3.0. Release notes Sourced from black's releases. 24.3.0 Highlights This release is a milestone: it fixes Black's first CVE security vulnerability. If you run Black...

dependencies

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. Release notes Sourced from jinja2's releases. 3.1.3 This is a fix release for the 3.1.x feature branch. Fix for GHSA-h5c8-rqwp-cp95. You are affected if...

dependencies

Add Python 3.12 to the list of supported Python versions for testing Close #45

add Python 3.12 to the list of supported Python versions for `.github/workflows/test.yml`

improve
good first issue

For enhancement the extensions, we could create commands for generate controllers and etc. E.g: `flask generate controller home` The command must generate file: ```shell app ├── controllers │ └── home_controller.py...

improve

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.6. Release notes Sourced from jinja2's releases. 3.1.6 This is the Jinja 3.1.6 security release, which fixes security issues but does not otherwise change behavior...

dependencies

Update Python versions in GitHub Actions workflow to include 3.13 for better compatibility and testing coverage