Closed
Bug 616561
Opened 15 years ago
Closed 14 years ago
Remove unused settings
Categories
(support.mozilla.org :: Code Quality, task)
support.mozilla.org
Code Quality
Tracking
(Not tracked)
VERIFIED
FIXED
2.4.1
People
(Reporter: jsocol, Assigned: paulc)
Details
(Whiteboard: [qa-])
We have a few unused settings lying around, from back in the day. Things like SEARCH_FORUM_MIN_AGE = 7 which never got used, and SEARCH_SUMMARY_LENGTH_MULTIPLIER = 1.3 which is not, afaik, used anymore. Also things like WIKI_*_URL which are long-gone as of 2.3.
There's also a small face-palm. DEBUG = True in settings.py, you have to turn it off. Then we have an if DEBUG: condition. Let's just put what's necessary (test_utils) into installed apps and drop the others. Put it in settings_local if you still want them.
Assignee | ||
Updated•14 years ago
|
Assignee: nobody → paulc
Assignee | ||
Comment 1•14 years ago
|
||
Nothing to QA here (except that the site loads, really :D)
https://github.com/jsocol/kitsune/commit/118c6d3ca1a93aa3e9d1b12ad826b2a77e3c2eb4
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Whiteboard: [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•