Opened 8 years ago
Closed 8 years ago
#27438 closed New feature (fixed)
manage.py diffsettings should allow to compare to another settings module (not only to default Django settings)
Reported by: | Paweł Marczewski | Owned by: | Paweł Marczewski |
---|---|---|---|
Component: | Core (Management commands) | Version: | 1.10 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Rationale: I use a hierarchy of settings modules, where settings/local.py
imports settings/dev.py
imports settings/base.py
. I want to see what I customized, e.g. ./manage.py diffsettings --default=settings.base
.
Change History (3)
comment:1 by , 8 years ago
Has patch: | set |
---|---|
Owner: | changed from | to
Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.
https://github.com/django/django/pull/7475