Actions
Task #4275
closedRemove settings.py
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
Yes
Sprint Candidate:
Yes
Tags:
Sprint:
Sprint 47
Quarter:
Description
Pulp has two settings.py which duplicates the settings we need to maintain. This leads to out-of-date settings defaults where the commented value (the default is wrong). You can see the two here:
pulpcore/app/settings.py <--- the real settings file we should keep
pulpcore/etc/pulp/settings.py <----- the regularly out of date one with nothing but comments we should delete
It's valuable to clearly show defaults to users but this file isn't the best way.
Actions
Remove out of date settings.py
Fully commented out and regularly out of date, removed. True file located at pulpcore/app/settings.py
fixes #4275 https://pulp.plan.io/issues/4275