Merge branch 'aa-framework-part-2' into 'v4.x'

Alliance Auth Framework (Part 2)

See merge request allianceauth/allianceauth!1558
This commit is contained in:
Ariel Rin
2023-12-25 09:46:57 +00:00
52 changed files with 614 additions and 179 deletions

View File

@@ -25,6 +25,7 @@ INSTALLED_APPS = [
'django_bootstrap5', # https://github.com/zostera/django-bootstrap5
'sortedm2m',
'esi',
'allianceauth.framework',
'allianceauth.authentication',
'allianceauth.services',
'allianceauth.eveonline',