horizon/openstack_dashboard
Akihiro Motoki 85e20a62e2 local_settings.py: Disable django.template DEBUG messages
VariableDoesNotExist error in DEBUG messages from django.template are
super noisy. It happens even for cases where variables are not defined
like "default" filter. It also happens with Django built-in templates.
Previously we tried to fix VariableDoesNotExist errors in our templates,
but it tunrs out there is no convenient way to prevent it.

We agreed to disable django.template DEBUG messages by default
in the horizon weekly meeting [1].

Closes-Bug: #1720893

[1] https://meetings.opendev.org/meetings/horizon/2022/horizon.2022-02-23-15.00.log.html#l-105

Change-Id: Ife9a91c7cd050b30d7f1eca8861a0d6629a23827
2022-02-25 17:14:53 +09:00
..
api Merge "Add Rules operation to Network QoS Policy" 2022-02-21 20:20:37 +00:00
conf Sync default policy rules 2021-09-03 15:49:56 +05:30
contrib Use python3-style super() 2020-10-15 14:37:20 +09:00
dashboards Merge "Address RemovedInDjango40Warning (1)" 2022-02-20 20:11:15 +00:00
django_pyscss_fix Preparation for Django 3.0 and 3.1 support (2) 2021-09-16 16:16:12 +09:00
enabled Add Create QoS operation to Network QoS Panel 2021-08-09 13:12:02 +00:00
local local_settings.py: Disable django.template DEBUG messages 2022-02-25 17:14:53 +09:00
locale Imported Translations from Zanata 2022-02-22 03:02:39 +00:00
management Merge "Replace deprecated imp module" 2022-02-09 15:51:37 +00:00
static Merge "Add Rules operation to Network QoS Policy" 2022-02-21 20:20:37 +00:00
templates Add system scope support to context switcher 2021-11-26 14:09:46 +01:00
templatetags Add system scope support to context switcher 2021-11-26 14:09:46 +01:00
test Merge "Add Rules operation to Network QoS Policy" 2022-02-21 20:20:37 +00:00
themes Fix Material theme to work with any combination of pyScss and MDI icons 2021-02-18 15:14:55 +09:00
usage Consisent abbreviation of size units 2021-05-04 11:50:17 -03:00
utils Address RemovedInDjango40Warning (1) 2022-01-31 22:42:41 +09:00
.eslintrc
__init__.py
context_processors.py Forwards LOGOUT_URL to templates. 2019-09-20 11:51:48 +02:00
defaults.py Merge "Update default value of OPENSTACK_KEYSTONE_DEFAULT_ROLE" 2022-02-10 20:31:25 +00:00
exceptions.py Drop Heat related code from horizon 2017-12-05 07:38:55 +00:00
hooks.py pylint: fix import-error 2019-01-16 00:00:58 +09:00
karma.conf.js Add expectations to identity specs 2020-12-18 10:22:57 -06:00
policy.py Specify POLICY_CHECK_FUNCTION as a string 2016-11-25 13:06:14 +01:00
settings.py Preparation for Django 3.0 and 3.1 support (2) 2021-09-16 16:16:12 +09:00
theme_settings.py pylint: fix several warnings 2019-01-15 00:22:27 +09:00
urls.py Define default settings explicitly (openstack_dashboard 5/5) 2019-07-08 18:20:32 +09:00
views.py Address RemovedInDjango40Warning (1) 2022-01-31 22:42:41 +09:00
wsgi.py Fixed path after moving wsgi/django.wsgi to wsgi.py 2018-09-06 12:05:37 +02:00