Details
- Reviewers
anlambert vlorentz - Group Reviewers
Reviewers - Commits
- rDWAPPSe06b7191d1ee: Remove indirection swh.web.wsgi to start server
tox
Diff Detail
- Repository
- rDWAPPS Web applications
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Build is green
See https://jenkins.softwareheritage.org/job/DWAPPS/job/tox/730/ for more details.
Makefile.local | ||
---|---|---|
62–63 | I think DJANGO_SETTINGS_MODULE should be set before calling gunicorn here |
Build is green
See https://jenkins.softwareheritage.org/job/DWAPPS/job/cypress-diff/334/ for more details.
Build is green
See https://jenkins.softwareheritage.org/job/DWAPPS/job/tox/731/ for more details.
Set the DJANGO_SETTINGS_MODULE environment variable.
I'm not sure we want to integrate it in the makefile though ¯\_(ツ)_/¯
That could be to the users to determine what they want:
DJANGO_SETTINGS_MODULE=swh.web.settings.development make run-gunicorn-server
Build is green
See https://jenkins.softwareheritage.org/job/DWAPPS/job/cypress-diff/335/ for more details.
Build is green
See https://jenkins.softwareheritage.org/job/DWAPPS/job/tox/732/ for more details.
Build is green
See https://jenkins.softwareheritage.org/job/DWAPPS/job/cypress-diff/336/ for more details.
I'm not sure we want to integrate it in the makefile though ¯\_(ツ)_/¯
That could be to the users to determine what they want:
This target is used to mimic production behavior so production settings should be set by default from my point of view (this was the previous behavior).
This target is used to mimic production behavior so production settings should be set by default from my point of view (this was the previous behavior).
Yes, yes, that's why i made it back ;)