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

Flask-Starter is a boilerplate starter template designed to help you quickstart your Flask web application development.

Results 3 flask-starter issues
Sort by recently updated
recently updated
newest added

I'm using Windows. I've set the FLASK_APP and FLASK_ENV environment variables. When i run flask initdb from the commandline i get various errors pertaining to creating a db using sqlite......

After cloning and setting up the project per the repo, running `flask initdb` results in the following error: `ImportError: cannot import name 'escape' from 'jinja2'` Despite following the suggestions in...