Skip to content

Testing and updated for AA 5.x

Thrain edited this page Mar 22, 2026 · 4 revisions

In the next coming weeks, I will be testing to make sure this app is ready for 5.x.

New updates will be posted here.

As of 3/22/2026:

Initial testing on beta site proves to be a success. Minor issues with AA 5.x not allowing custom css.

March 22, 2026, 6:05 p.m. ERROR [render:136]
Rendering <function dashboard_admin at 0x7f1ec2a794e0> failed!

Traceback (most recent call last):
  File "/usr/local/lib/python3.12/site-packages/allianceauth/hooks.py", line 134, in render
    return self.view_function(request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/allianceauth/authentication/views.py", line 78, in dashboard_admin
    return render_to_string('admin-status/include.html', request=request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/django/template/loader.py", line 61, in render_to_string
    template = get_template(template_name, using=using)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/django/template/loader.py", line 19, in get_template
    raise TemplateDoesNotExist(template_name, chain=chain)
django.template.exceptions.TemplateDoesNotExist: admin-status/include.html

Clone this wiki locally