so I am working on this flask program for the flask course I am doing. Something about my configurations is different from what the instructor of this Udemy course assumes. My code runs but there's an issue with Flask. I did everything he said in the video but when I enter the flask run command, it doesn't do anything. I know if I run the python file it gets no errors.
greg@Windows:~/Documents/Python/Flask Course/Project_1_Microblog$ export FLASK_APP=app.py
greg@Windows:~/Documents/Python/Flask Course/Project_1_Microblog$ flask run
Usage: flask run [OPTIONS]
Try 'flask run --help' for help.
Error: Failed to find Flask application or factory in module 'app'. Use 'app:name' to specify one.
greg@Windows:~/Documents/Python/Flask Course/Project_1_Microblog$ /bin/python "/home/greg/Documents/Python/Flask Course/Project 1: Microblog/app.py"
Here is a link to the video course:
https://www.udemy.com/course/web-developer-bootcamp-flask-python/learn/lecture/23393565#content
I'm on lecture 100.
Can someone help me out here? I'm not using Windows I'm using Ubuntu btw.