Typo in token enable flag

This commit is contained in:
Joel Falknau 2021-08-18 11:43:05 +10:00
parent e8f8cb8aa3
commit f6936c5f33

View File

@ -11,7 +11,7 @@ def add_aa_team_token(apps, schema_editor):
token.type = 'GA-U'
token.token = 'UA-186249766-2'
token.send_page_views = True
token.send_celery_views = True
token.send_celery_tasks = True
token.send_stats = True
token.name = 'AA Team Public Google Analytics (Universal)'
token.save()