Fix the BASE_URL for just

pull/1/head
Raymond Yee 2012-05-08 16:21:13 +00:00
parent 9fc2444f37
commit 6c829a0556
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,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://please.unglueit.com'
BASE_URL = 'http://just.unglueit.com'
# use redis for production queue
BROKER_TRANSPORT = "redis"