Subversion Repositories SmartDukaan

Rev

Rev 18715 | Rev 18843 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 18715 Rev 18717
Line 57... Line 57...
57
PROXY_MESH_GENERAL = "de.proxymesh.com:31280"
57
PROXY_MESH_GENERAL = "de.proxymesh.com:31280"
58
PROXY_FLIPKART = "117.240.187.35:3128"
58
PROXY_FLIPKART = "117.240.187.35:3128"
59
 
59
 
60
PUSH_NOTIFICATION_URL='http://api.profittill.com/admin/users/push'
60
PUSH_NOTIFICATION_URL='http://api.profittill.com/admin/users/push'
61
DTR_API_BASIC_AUTH = base64.encodestring('%s:%s' % ("dtr", "dtr18Feb2015")).replace('\n', '')
61
DTR_API_BASIC_AUTH = base64.encodestring('%s:%s' % ("dtr", "dtr18Feb2015")).replace('\n', '')
62
EMAIL_CRM_PUSH_URL = 'http://staging.profittill.com/feedbacks/crm_mail'
62
EMAIL_CRM_PUSH_URL = 'http://api.profittill.com/feedbacks/crm_mail'
63
statusMap = {1:'Active',2:'EOL',3:'In Process',4:'Exclusive'}
63
statusMap = {1:'Active',2:'EOL',3:'In Process',4:'Exclusive'}
64
SOURCE_MAP = {'AMAZON':1,'FLIPKART':2,'SNAPDEAL':3,'SAHOLIC':4, 'SHOPCLUES.COM':5,'PAYTM.COM':6, 'HOMESHOP18.COM':7}
64
SOURCE_MAP = {'AMAZON':1,'FLIPKART':2,'SNAPDEAL':3,'SAHOLIC':4, 'SHOPCLUES.COM':5,'PAYTM.COM':6, 'HOMESHOP18.COM':7}
65
 
65
 
66
CB_INIT = 'Waiting Confirmation'
66
CB_INIT = 'Waiting Confirmation'
67
CB_PENDING = 'Pending'
67
CB_PENDING = 'Pending'