Merge branch 'analytics' into 'v2.9.x'

Analytics Enable migration typo

See merge request allianceauth/allianceauth!1331
This commit is contained in:
Ariel Rin 2021-08-20 04:04:33 +00:00
commit 970a111386

View File

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