Details
- Reviewers
anlambert vlorentz - Group Reviewers
Reviewers - Commits
- rDWAPPSe06b7191d1ee: Remove indirection swh.web.wsgi to start server
tox
Diff Detail
- Repository
- rDWAPPS Web applications
- Branch
- master
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 8281 Build 11960: Cypress tests for swh-web diffs Jenkins Build 11959: tox-on-jenkins Jenkins Build 11958: arc lint + arc unit
Event Timeline
Build is green
See https://jenkins.softwareheritage.org/job/DWAPPS/job/tox/730/ for more details.
Makefile.local | ||
---|---|---|
62 | 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 ;)