예제 #1
0
파일: tasks.py 프로젝트: Sateanu/django-sis
 def update_contact_to_sugarcrm(contact):
     sugar_sync = SugarSync()
     sugar_sync.update_contact(contact)
예제 #2
0
 def update_contact_to_sugarcrm(contact):
     sugar_sync = SugarSync()
     sugar_sync.update_contact(contact)
예제 #3
0
def update_contact_to_sugarcrm(contact):
    if config.SUGAR_SYNC:
        sugar_sync = SugarSync()
        sugar_sync.update_contact(contact)
예제 #4
0
파일: tasks.py 프로젝트: Alejoss/django-sis
def update_contact_to_sugarcrm(contact):
    if config.SUGAR_SYNC:
        sugar_sync = SugarSync()
        sugar_sync.update_contact(contact)