Collect constant vars from headers for settings.py
Bug #1179570 reported by
Allan LeSage
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Helipad |
Confirmed
|
Low
|
Unassigned |
Bug Description
It happens a few times that we have constants in the headers of our files, e.g. JENKINS_URL, and there are some duplications. It'd be better to be able to find these in settings.py.
Changed in helipad: | |
status: | New → Confirmed |
To post a comment you must log in.
cjohnston advises us to place vars used in more than one app in settings.py; others belong in a config.py within the app proper.