From d4ac28af18ef41661c299a1b9fc1f630cda6193c Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Fri, 15 May 2020 21:32:55 +0100 Subject: Remove PHOTOS_ROOT and DPhoto class --- settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'settings.py') 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") -- cgit v1.2.3