[snowy] Make URI_SCHEME setting more clearly available



commit 90904ab1fdff619ff00b5d85a9ef0ff180958cdc
Author: Sandy Armstrong <sanfordarmstrong gmail com>
Date:   Tue Sep 14 21:02:47 2010 -0700

    Make URI_SCHEME setting more clearly available
    
    https://bugzilla.gnome.org/show_bug.cgi?id=629717

 local_settings.py.in |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/local_settings.py.in b/local_settings.py.in
index ac389f0..32c83a7 100644
--- a/local_settings.py.in
+++ b/local_settings.py.in
@@ -16,3 +16,6 @@ EMAIL_PORT = 1025
 
 # Uncomment for limited user access
 #MODERATE_NEW_USERS = True
+
+# Uncomment for HTTPS
+#URI_SCHEME = 'https'



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]