summaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip@Muscogee.localdomain>2020-05-15 21:32:55 +0100
committerPhilip Sargent <philip@Muscogee.localdomain>2020-05-15 21:32:55 +0100
commitd4ac28af18ef41661c299a1b9fc1f630cda6193c (patch)
treebe6a0200be3459835c21769a8073c6c45739d00d /settings.py
parent931aa4e3cba04382b8d8c94658c7a871c739be5b (diff)
downloadtroggle-d4ac28af18ef41661c299a1b9fc1f630cda6193c.tar.gz
troggle-d4ac28af18ef41661c299a1b9fc1f630cda6193c.tar.bz2
troggle-d4ac28af18ef41661c299a1b9fc1f630cda6193c.zip
Remove PHOTOS_ROOT and DPhoto class
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.py b/settings.py
index 6710e72..d3de6e9 100644
--- a/settings.py
+++ b/settings.py
@@ -44,7 +44,7 @@ NOTABLECAVESHREFS = [ "161", "204", "258", "76", "107", "264" ]
# trailing slash.
# Examples: "http://foo.com/media/", "/media/".
ADMIN_MEDIA_PREFIX = '/troggle/media-admin/'
-PHOTOS_ROOT = os.path.join(EXPOWEB, 'photos')
+#PHOTOS_ROOT = os.path.join(EXPOWEB, 'mugshot-data')
CAVEDESCRIPTIONS = os.path.join(EXPOWEB, "cave_data")
ENTRANCEDESCRIPTIONS = os.path.join(EXPOWEB, "entrance_data")