summaryrefslogtreecommitdiffstats
path: root/_deploy/xubuntu
diff options
context:
space:
mode:
authorExpo laptop Crowley <cucc.expedition@gmail.com>2023-07-05 12:49:30 +0200
committerExpo laptop Crowley <cucc.expedition@gmail.com>2023-07-05 12:49:30 +0200
commitfd9f21de2ee629433962314e1af9a78af87d571a (patch)
tree471d81c985c4989111c5d484c91bb8d22e42fa9c /_deploy/xubuntu
parent7268eb4f30e6c18f2193bc114d898a6aeb734b08 (diff)
downloadtroggle-fd9f21de2ee629433962314e1af9a78af87d571a.tar.gz
troggle-fd9f21de2ee629433962314e1af9a78af87d571a.tar.bz2
troggle-fd9f21de2ee629433962314e1af9a78af87d571a.zip
more local fixups
Diffstat (limited to '_deploy/xubuntu')
-rw-r--r--_deploy/xubuntu/localsettingsXubuntu.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/_deploy/xubuntu/localsettingsXubuntu.py b/_deploy/xubuntu/localsettingsXubuntu.py
index f2590de..8bfbdff 100644
--- a/_deploy/xubuntu/localsettingsXubuntu.py
+++ b/_deploy/xubuntu/localsettingsXubuntu.py
@@ -173,8 +173,8 @@ sys.path.append(str(PYTHON_PATH))
# Sanitise these to be strings as all other code is expecting strings
# and we have not made the change to pathlib Path type in the other localsettings-* variants yet.
-CAVEDESCRIPTIONS = os.fspath(CAVEDESCRIPTIONS)
-ENTRANCEDESCRIPTIONS = os.fspath(ENTRANCEDESCRIPTIONS)
+#CAVEDESCRIPTIONS = os.fspath(CAVEDESCRIPTIONS)
+#ENTRANCEDESCRIPTIONS = os.fspath(ENTRANCEDESCRIPTIONS)
STATIC_URL = str(STATIC_URL) + "/"
MEDIA_URL = str(MEDIA_URL) + "/"