Questions tagged [flask]

Use this tag if a question is about flask

11 questions
0
votes
0 answers

AttributeError: module 'dotenv' has no attribute 'find_dotenv'

Following this tutorial: https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world Based on the tutorial (first chapter), created this diagram: Using VS Code (provided as part of CS50 courses on Edx). After running this…