diff options
author | Philip Sargent <philip@Muscogee.localdomain> | 2020-05-15 21:32:55 +0100 |
---|---|---|
committer | Philip Sargent <philip@Muscogee.localdomain> | 2020-05-15 21:32:55 +0100 |
commit | d4ac28af18ef41661c299a1b9fc1f630cda6193c (patch) | |
tree | be6a0200be3459835c21769a8073c6c45739d00d /settings.py | |
parent | 931aa4e3cba04382b8d8c94658c7a871c739be5b (diff) | |
download | troggle-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.py | 2 |
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") |