Skip to content
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

Add smarter default for Python ports #54

Closed
philliphoff opened this issue Mar 4, 2020 · 0 comments · Fixed by #73
Closed

Add smarter default for Python ports #54

philliphoff opened this issue Mar 4, 2020 · 0 comments · Fixed by #73
Assignees
Labels
enhancement Update to existing feature P3 Lowest priority
Projects
Milestone

Comments

@philliphoff
Copy link
Collaborator

Currently, Python projects being Dapr-ized will default to port 8000, which is typically fine for Django but not for Flask (which typically uses port 5000). We should add a little more smarts to the scaffolder to try to differentiate between Flask and Django applications, and then default to the appropriate port.

@philliphoff philliphoff added enhancement Update to existing feature P3 Lowest priority labels Mar 4, 2020
@philliphoff philliphoff added this to the 0.2.0 milestone Mar 6, 2020
@philliphoff philliphoff added this to To do in 0.2.0 via automation Mar 6, 2020
@philliphoff philliphoff moved this from To do to In progress in 0.2.0 Mar 16, 2020
@philliphoff philliphoff moved this from In progress to In review in 0.2.0 Mar 16, 2020
@philliphoff philliphoff self-assigned this Mar 16, 2020
0.2.0 automation moved this from In review to Done Mar 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Update to existing feature P3 Lowest priority
Projects
No open projects
0.2.0
  
Done
Development

Successfully merging a pull request may close this issue.

1 participant