mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 12:30:15 +02:00
Typo in token enable flag
This commit is contained in:
parent
e8f8cb8aa3
commit
f6936c5f33
@ -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