mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 20:40:17 +02:00
Merge branch 'analytics' into 'v2.9.x'
Analytics Enable migration typo See merge request allianceauth/allianceauth!1331
This commit is contained in:
commit
970a111386
@ -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()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user