Fix the exapmle of how to use customization_module
If a user use current example[1] as is, other attributes that HORIZON_CONFIG have are eliminated. As a result, some unexpected behavior may occur. So, this patch modify the exapmle. [1]:http://docs.openstack.org/developer/horizon/topics/customizing.html Change-Id: I022a73e6da6ad9b8ae1f807838cf29efedf7e1ef Closes-Bug: #1626858
This commit is contained in:
parent
28793564ff
commit
07185eca28
@ -422,9 +422,7 @@ To specify the python module containing your modifications, add the key
|
||||
``local_settings.py``. The value should be a string containing the path to your
|
||||
module in dotted python path notation. Example::
|
||||
|
||||
HORIZON_CONFIG = {
|
||||
"customization_module": "my_project.overrides"
|
||||
}
|
||||
HORIZON_CONFIG["customization_module"] = "my_project.overrides"
|
||||
|
||||
You can do essentially anything you like in the customization module. For
|
||||
example, you could change the name of a panel::
|
||||
|
Loading…
x
Reference in New Issue
Block a user