Merge branch 'usersettings' into 'v3.x'

Persistent User Settings

See merge request allianceauth/allianceauth!1333
This commit is contained in:
Ariel Rin
2022-02-26 06:19:38 +00:00
11 changed files with 410 additions and 10 deletions

View File

@@ -40,7 +40,7 @@ def update_character(character_id: int) -> None:
def run_model_update():
"""Update all alliances, corporations and characters from ESI"""
# update existing corp models
#update existing corp models
for corp in EveCorporationInfo.objects.all().values('corporation_id'):
update_corp.apply_async(args=[corp['corporation_id']], priority=TASK_PRIORITY)