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.
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