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