Subversion Repositories SmartDukaan

Rev

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

Rev 18927 Rev 19092
Line 83... Line 83...
83
AFFILIATE_OFFER_DESC_API = {1:"https://www.spicesafar.com/FreeBapp/individualOffersSM?deviceId=%s&offerId=%s&retailerCode=%d"}
83
AFFILIATE_OFFER_DESC_API = {1:"https://www.spicesafar.com/FreeBapp/individualOffersSM?deviceId=%s&offerId=%s&retailerCode=%d"}
84
CREDIT_TYPE_ORDER = "Order"
84
CREDIT_TYPE_ORDER = "Order"
85
CREDIT_TYPE_APP = "App"
85
CREDIT_TYPE_APP = "App"
86
SUB_CATEGORY_MAP = {7:'Memory Card',8:'Cable',9:'USB Lights',10:"Screen Magnifier",11:"Car Charger",12:"Power Bank",13:"Pendrive",14:"Combo",15:"Charger",16:"Bluetooth Headset",17:"Speaker", \
86
SUB_CATEGORY_MAP = {7:'Memory Card',8:'Cable',9:'USB Lights',10:"Screen Magnifier",11:"Car Charger",12:"Power Bank",13:"Pendrive",14:"Combo",15:"Charger",16:"Bluetooth Headset",17:"Speaker", \
87
                    18:"Adapter",19:"Cases",20:"Screen Guard",21:"Earphone",22:"Card Reader",23:"Mobile Holder",24:"AUX Cable",25:"OTG Cable",26:"Selfie Stick",27:"Back Cover",28:"Tempered Glass",29:"Battery", \
87
                    18:"Adapter",19:"Cases",20:"Screen Guard",21:"Earphone",22:"Card Reader",23:"Mobile Holder",24:"AUX Cable",25:"OTG Cable",26:"Selfie Stick",27:"Back Cover",28:"Tempered Glass",29:"Battery", \
88
                    30:"Usb Hub",31:"Portable Music Player"}
88
                    30:"Usb Hub",31:"Portable Music Player",32:"Smart Watch",33:'Flip Cover'}
89
 
89
 
90
def get_mongo_connection(host='localhost', port=27017):
90
def get_mongo_connection(host='localhost', port=27017):
91
    global con
91
    global con
92
    if con is None:
92
    if con is None:
93
        print "Establishing connection %s host and port %d" %(host,port)
93
        print "Establishing connection %s host and port %d" %(host,port)