Actions
Issue #7720
closedPulpWorker doesn't set a default DJANGO_SETTINGS_MODULE
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
Similar to #7179, it would be useful if the PulpWorker entry point would have a default.
Updated by pulpbot about 4 years ago
- Status changed from NEW to POST
Added by Ewoud Kohl van Wijngaarden about 4 years ago
Updated by Anonymous about 4 years ago
- Status changed from POST to MODIFIED
Applied in changeset pulpcore|bfd0aa5058c18ad1eb6ba1a32e502d0a00309be7.
Updated by pulpbot about 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Always set a default for DJANGO_SETTINGS_MODULE
6a2e7f304c31adcbf12d964753f639c5e3ea4cce already set this in one place for the handler, but this does it everywhere before calling django.setup. This means the services files don't need to.
fixes #7720