Turn on user photos local upload in prod.
author |
Brian Neal <bgneal@gmail.com> |
date |
Sat, 04 Jan 2025 21:29:31 -0600 |
parents |
8cd15df9b563 |
children |
510ef3cbf3e6 |
files |
.hgignore sg101/settings/production.py |
diffstat |
2 files changed, 2 insertions(+), 1 deletions(-)
[+]
|
line diff
--- a/.hgignore Sat Jan 04 14:19:19 2025 -0600
+++ b/.hgignore Sat Jan 04 21:29:31 2025 -0600
@@ -19,6 +19,7 @@
media/potd
media/slideshow
media/smiley
+media/user_photos
celerybeat-schedule
sg101/xapian_index
sg101/node_modules
--- a/sg101/settings/production.py Sat Jan 04 14:19:19 2025 -0600
+++ b/sg101/settings/production.py Sat Jan 04 21:29:31 2025 -0600
@@ -54,7 +54,7 @@
DONATIONS_DEBUG = False
-USER_PHOTOS_LOCAL_UPLOAD = False
+USER_PHOTOS_LOCAL_UPLOAD = True
# SSL related settings
SESSION_COOKIE_SECURE = True