From 8ef65bcea5bd88c22209099c9756f1ab9e79bd24 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Mon, 27 Nov 2017 20:41:35 +0100 Subject: [PATCH] moved site_url to config.yaml --- rowsandall_app/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rowsandall_app/settings.py b/rowsandall_app/settings.py index ac9b9a8d..f4cd50c5 100644 --- a/rowsandall_app/settings.py +++ b/rowsandall_app/settings.py @@ -266,7 +266,7 @@ TP_REDIRECT_URI = CFG["tp_redirect_uri"] TP_CLIENT_KEY = TP_CLIENT_ID # Full Site URL -SITE_URL = "https://rowsandall.com" +SITE_URL = CFG['site_url'] # RQ stuff