Merge branch 'analytics' into 'v4.x'

Analytics UA to V4 Conversion

See merge request allianceauth/allianceauth!1500
This commit is contained in:
Ariel Rin
2023-08-14 03:31:33 +00:00
18 changed files with 243 additions and 565 deletions

View File

@@ -17,7 +17,7 @@ from allianceauth.eveonline.tasks import update_character
@override_settings(
CELERY_ALWAYS_EAGER=True,ALLIANCEAUTH_DASHBOARD_TASK_STATISTICS_DISABLED=False
CELERY_ALWAYS_EAGER=True, ALLIANCEAUTH_DASHBOARD_TASK_STATISTICS_DISABLED=False
)
class TestTaskSignals(TestCase):
fixtures = ["disable_analytics"]