BO1.28+4
This commit is contained in:
@@ -3,9 +3,4 @@ from django.apps import AppConfig
|
||||
|
||||
class ControllingConfig(AppConfig):
|
||||
app_label = 'controlling'
|
||||
name = 'controlling'
|
||||
|
||||
|
||||
class ControllingConfigLive(AppConfig):
|
||||
app_label = 'controlling'
|
||||
name = 'aitrainer_backoffice.controlling'
|
||||
name = 'controlling'
|
||||
@@ -12,9 +12,7 @@ class MyCronJob(CronJobBase):
|
||||
print(datetime.datetime.now(), " *** END sync customers ")
|
||||
|
||||
def do(self):
|
||||
sync_customers() # do your thing here
|
||||
helper = MauticHelper()
|
||||
helper.syncTrial()
|
||||
|
||||
|
||||
def sync_customers():
|
||||
helper = MauticHelper()
|
||||
helper.syncTrial()
|
||||
Reference in New Issue
Block a user