#16435: Configurable hidden settings in debug mode
--------------------------+------------------------------
 Reporter:  munderwood@…  |          Owner:  nobody
     Type:  New feature   |         Status:  new
Milestone:                |      Component:  Core (Other)
  Version:  1.3           |       Severity:  Normal
 Keywords:  settings.py   |   Triage Stage:  Unreviewed
Has patch:  0             |  Easy pickings:  0
    UI/UX:  0             |
--------------------------+------------------------------
 Hi all,

 I've ran into the case where I have a settings variable in settings.py
 that I would like to have displayed starred out or hidden when in debug
 mode, like the databases PASSWORD variable. It appears that if its name
 contains SECRET, PASSWORD, PROFANITIES_LIST or SIGNATURE then the debug
 view will hide it, but anything else it wont.

 It would be nice from a user point of view to be able to add to this list
 of hidden keywords to hide specific things that dont fall under these four
 keywords.

 Cheers

 Mark

-- 
Ticket URL: <https://code.djangoproject.com/ticket/16435>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to