-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Test: Implement automatic configuration for Flask #19547
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Testing blocked for me on #19558. |
Hi @alexr00 You can try updating the python extension and try it again, it should be working now. Thank you. |
Updated to version |
Hi @alexr00 what happens when you click on the wheel? |
@paulacamargo25 I tested this on Ubuntu, seems to be working for me: |
Uh oh!
There was an error while loading. Please reload this page.
Refs: #19451
Complexity: 3
Create Issue
Automatically detect a Flask application and run it with the correct Debug Configuration.
Steps
Verification
Notes
Flask's application detection works by looking for the wsgi.py, app.py and init.py files in the root or in a subdirectory just one level lower and looking for them to have the declaration of a flask application
app = Flask(
. So you can try moving the python file and changing the name, and check that the detection still works.The text was updated successfully, but these errors were encountered: