From b08b489daf8ca85ae957beedc6ff013c90e557f2 Mon Sep 17 00:00:00 2001 From: Raymond Yee Date: Tue, 22 Nov 2011 16:57:54 -0800 Subject: [PATCH] One more try at setting BASE_URL....maybe you do need the ending '/' --- settings/prod.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings/prod.py b/settings/prod.py index 076f5bdd..515e3b69 100644 --- a/settings/prod.py +++ b/settings/prod.py @@ -84,9 +84,9 @@ FREEBASE_PASSWORD = '' # send celery log to Python logging CELERYD_HIJACK_ROOT_LOGGER = False -# BASE_URL is a hard-coding of the domain name for site and used for PayPal IPN (no ending /) +# BASE_URL is a hard-coding of the domain name for site and used for PayPal IPN # Next step to try https -BASE_URL = 'http:/please.unglueit.com' +BASE_URL = 'http:/please.unglueit.com/' # use redis for production queue BROKER_TRANSPORT = "redis"