Beispiel #1
0
def stathat_user_signups(sender, instance, created, **kwargs):
    if created:
       stathat_count('formhub-signups')
Beispiel #2
0
def stathat_forms_created(sender, instance, created, **kwargs):
    if created:
        stathat_count('formhub-forms-created')
Beispiel #3
0
def stathat_form_submission(sender, instance, created, **kwargs):
    if created:
        stathat_count('formhub-submissions')
Beispiel #4
0
def stats_forms_created(sender, instance, created, **kwargs):
    if created:
        stathat_count('formhub-forms-created')
        stat_log.delay('formhub-forms-created', 1)
Beispiel #5
0
def stathat_form_submission(sender, instance, created, **kwargs):
    if created:
        stathat_count('formhub-submissions')
Beispiel #6
0
def stathat_user_signups(sender, instance, created, **kwargs):
    if created:
        stathat_count('formhub-signups')
Beispiel #7
0
def stats_forms_created(sender, instance, created, **kwargs):
    if created:
        stathat_count('formhub-forms-created')
        stat_log.delay('formhub-forms-created', 1)
Beispiel #8
0
def stathat_forms_created(sender, instance, created, **kwargs):
    if created:
        stathat_count("formhub-forms-created")