Improve debug config selection in Flask/Django #161
Labels
feature-request
Request for new features or functionality
needs PR
Ready to be worked on
on-testplan
Added to test plan
Milestone
When we reach this part, while setting up django or flask:
Currently we show manage.py. even if that file does not exist. This is fine, in addition we should show files in the works space that are potential start up files. These should be listed in the order of most likely to least likely.
The point here is to avoid users having to type in the file if it is slightly different from
app.py
like saywebapp.py
The text was updated successfully, but these errors were encountered: