From 5cf4c17c33782411cb0db51446f40e3d4e7c4a90 Mon Sep 17 00:00:00 2001 From: Raymond Yee Date: Sat, 12 May 2012 08:28:17 -0700 Subject: [PATCH] Put in the right BASE_URL for production --- settings/prod.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/prod.py b/settings/prod.py index 9be1e83a..fbbd81fc 100644 --- a/settings/prod.py +++ b/settings/prod.py @@ -91,7 +91,7 @@ CELERYD_HIJACK_ROOT_LOGGER = False # 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://unglueit.com' +BASE_URL = 'http://unglue.it' # use redis for production queue BROKER_TRANSPORT = "redis"