Merge "Remove unused LOCAL_PATH"

This commit is contained in:
Zuul 2023-09-25 09:41:24 +00:00 committed by Gerrit Code Review
commit 8a4d294a8e
1 changed files with 0 additions and 4 deletions

View File

@ -1,5 +1,3 @@
import os
from django.utils.translation import gettext_lazy as _
from horizon.utils import secret_key
@ -164,8 +162,6 @@ HORIZON_CONFIG["disable_password_reveal"] = True
ENFORCE_PASSWORD_CHECK = True
<% end -%>
LOCAL_PATH = os.path.dirname(os.path.abspath(__file__))
# Set custom secret key:
# You can either set it to a specific value or you can let horizon generate a
# default secret key that is unique on this machine, e.i. regardless of the