Subversion Repositories SmartDukaan

Rev

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

Rev 18134 Rev 18152
Line 47... Line 47...
47
            'Accept-Charset' : 'ISO-8859-1,utf-8;q=0.7,*;q=0.3',
47
            'Accept-Charset' : 'ISO-8859-1,utf-8;q=0.7,*;q=0.3',
48
            'Connection':'keep-alive',
48
            'Connection':'keep-alive',
49
            'Accept-Encoding' : 'gzip,deflate,sdch'
49
            'Accept-Encoding' : 'gzip,deflate,sdch'
50
        }
50
        }
51
PROXY_MESH_LIVE = "ch.proxymesh.com:31280"
51
PROXY_MESH_LIVE = "ch.proxymesh.com:31280"
52
PROXY_MESH_GENERAL = "us-ca.proxymesh.com:31280"
52
PROXY_MESH_GENERAL = "us-il.proxymesh.com:31280"
53
PROXY_FLIPKART = "117.240.187.35:3128"
53
PROXY_FLIPKART = "117.240.187.35:3128"
54
 
54
 
55
PUSH_NOTIFICATION_URL='http://api.profittill.com/admin/users/push'
55
PUSH_NOTIFICATION_URL='http://api.profittill.com/admin/users/push'
56
DTR_API_BASIC_AUTH = base64.encodestring('%s:%s' % ("dtr", "dtr18Feb2015")).replace('\n', '')
56
DTR_API_BASIC_AUTH = base64.encodestring('%s:%s' % ("dtr", "dtr18Feb2015")).replace('\n', '')
57
statusMap = {1:'Active',2:'EOL',3:'In Process',4:'Exclusive'}
57
statusMap = {1:'Active',2:'EOL',3:'In Process',4:'Exclusive'}