fbbe16f76d
This patch moves the developer panel enabled files to contrib, to stop any strange behaviour when interacting with settings from enabled files and prevent warning logs when DEBUG is False. Change-Id: If7a2d023afe418b6dd90edf8a4a1d3bc9646c7ad
10 lines
358 B
YAML
10 lines
358 B
YAML
---
|
|
upgrade:
|
|
- The developer enabled files have been moved from
|
|
``openstack_dashboard/enabled`` to
|
|
``openstack_dashboard/contrib/developer/enabled``. To enable them, copy
|
|
into ``openstack_dashboard/local/enabled`` and set ``DEBUG = True``.
|
|
fixes:
|
|
- There will no longer be any ``WARNING`` messages regarding
|
|
the developer panels in logs.
|