Comment 4 for bug 1957696

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

Reviewed: https://review.opendev.org/c/x/microstack/+/824276
Committed: https://opendev.org/x/microstack/commit/f96a0f8123d5b459a1cc1624b4a40328822242b8
Submitter: "Zuul (22348)"
Branch: master

commit f96a0f8123d5b459a1cc1624b4a40328822242b8
Author: Billy Olsen <email address hidden>
Date: Tue Jan 11 20:10:05 2022 -0700

    Revert django debug setting back to False

    Commit 4123da81 changed the innocuous DEBUG setting from True to False
    in the django local_settings for horizon. Unfortunately, the DEBUG flag
    is used by django in order to determine (among other things) whether or
    not to serve static files.

    This change reverts the DEBUG setting from False to True and adds
    breadcrumb comments for future travelers in oder to prevent this in the
    future.

    Closes-Bug: 1957696

    Change-Id: I0bb57ce3f6b3ba124844267f2d9ae6ca35922d8c