Subversion Repositories SmartDukaan

Rev

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

Rev 17267 Rev 17273
Line 35... Line 35...
35
            'Accept-Language' : 'en-US,en;q=0.8',                     
35
            'Accept-Language' : 'en-US,en;q=0.8',                     
36
            'Accept-Charset' : 'ISO-8859-1,utf-8;q=0.7,*;q=0.3',
36
            'Accept-Charset' : 'ISO-8859-1,utf-8;q=0.7,*;q=0.3',
37
            'Connection':'keep-alive',
37
            'Connection':'keep-alive',
38
            'Accept-Encoding' : 'gzip,deflate,sdch'
38
            'Accept-Encoding' : 'gzip,deflate,sdch'
39
        }
39
        }
40
PROXY_MESH_LIVE = "us.proxymesh.com:31280"
40
PROXY_MESH_LIVE = "us-ny.proxymesh.com:31280"
41
PROXY_MESH_GENERAL = "us-il.proxymesh.com:31280"
41
PROXY_MESH_GENERAL = "us.proxymesh.com:31280"
42
PROXY_FLIPKART = "14.139.172.170:3128"
42
PROXY_FLIPKART = "117.240.187.35:3128"
43
 
43
 
44
PUSH_NOTIFICATION_URL='http://api.profittill.com/admin/users/push'
44
PUSH_NOTIFICATION_URL='http://api.profittill.com/admin/users/push'
45
DTR_API_BASIC_AUTH = base64.encodestring('%s:%s' % ("dtr", "dtr18Feb2015")).replace('\n', '')
45
DTR_API_BASIC_AUTH = base64.encodestring('%s:%s' % ("dtr", "dtr18Feb2015")).replace('\n', '')
46
statusMap = {1:'Active',2:'EOL',3:'In Process',4:'Exclusive'}
46
statusMap = {1:'Active',2:'EOL',3:'In Process',4:'Exclusive'}
47
SOURCE_MAP = {'AMAZON':1,'FLIPKART':2,'SNAPDEAL':3,'SAHOLIC':4, 'SHOPCLUES.COM':5,'PAYTM.COM':6, 'HOMESHOP18.COM':7}
47
SOURCE_MAP = {'AMAZON':1,'FLIPKART':2,'SNAPDEAL':3,'SAHOLIC':4, 'SHOPCLUES.COM':5,'PAYTM.COM':6, 'HOMESHOP18.COM':7}