-
Notifications
You must be signed in to change notification settings - Fork 13
Migrate template to Python3 #2
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
Conversation
|
Preliminary conclusions of above mentioned discussion-points:
Yes, a production server is needed. By default however, we configure the amount of workers by
Providing linting config for a local setup encourages a way of development that goes against the mu.semte.ch-idea that development should happen in a dockerized environment. Despite the fact that the provided linting configuration lowers the bar for novice (mu.semte.ch-) developers, we will not include the linting config in this PR, but rather discuss it separately. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey Michael, Thank you!!
This PR aims to migrate the Python template to Python3 + adds various major improvements. Currently marked as draft, allowing for discussion prior to formal review.
Bugfixes
web.pyandhelpers.pysession_id_headerandrewrite_url_headerwork with the right headersfeatures
Discussion
.pylintrcconfigured for developing microservices based on this template. See README for rationale & See discussion here