Comment 2 for bug 1568764

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon (master)

Reviewed: https://review.openstack.org/304067
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=17176d06173133a7e59432fdbd46af30e44c20d3
Submitter: Jenkins
Branch: master

commit 17176d06173133a7e59432fdbd46af30e44c20d3
Author: Yves-Gwenael Bourhis <email address hidden>
Date: Mon Apr 11 13:40:44 2016 +0200

    Template loaders defined before local settings

    TEMPLATE_LOADERS was defined after loading local_settings.py and was sqashing
    any attempt to customize the template loaders.
    This patch adds CACHED_TEMPLATE_LOADERS, ADD_TEMPLATE_LOADERS and a doc
    defining how to use them in order to ease customization process.

    Change-Id: I2544529ee965ef01c6ac4973056801ebee50be6d
    Closes-Bug: #1568764