2025-04-03 07:35:47.759500 [ERROR] [UID:1256][0] wsgiHandler getApp [application] failed, pApp=(nil).
[ERROR] [UID:1256][100983] wsgiHandler getApp [application] failed, pApp=(nil).
AttributeError: module 'passenger_wsgi' has no attribute 'application'
[ERROR] [UID:1256][100983] wsgiHandler getApp [application] failed, pApp=(nil).
AttributeError: module 'passenger_wsgi' has no attribute 'application'
[ERROR] [UID:1256][100983] wsgiHandler getApp [application] failed, pApp=(nil).
AttributeError: module 'passenger_wsgi' has no attribute 'application'
[ERROR] [UID:1256][100983] wsgiHandler getApp [application] failed, pApp=(nil).
AttributeError: module 'passenger_wsgi' has no attribute 'application'
[ERROR] [UID:1256][100983] wsgiHandler getApp [application] failed, pApp=(nil).
AttributeError: module 'passenger_wsgi' has no attribute 'application'
2025-04-03 07:37:48.168795 [ERROR] [UID:1256][0] wsgiHandler getApp [application] failed, pApp=(nil).
[ERROR] [UID:1256][107137] wsgiHandler getApp [application] failed, pApp=(nil).
AttributeError: module 'passenger_wsgi' has no attribute 'application'
[ERROR] [UID:1256][107137] wsgiHandler getApp [application] failed, pApp=(nil).
AttributeError: module 'passenger_wsgi' has no attribute 'application'
[INFO] [core_user_get_users] RESPONSE: {"users":[],"warnings":[]}
[INFO] [core_user_create_users] RESPONSE: [{"id":18,"username":"christian.gallegos@istvc.edu.ec"}]
[INFO] [core_user_get_users] RESPONSE: {"users":[{"id":18,"username":"christian.gallegos@istvc.edu.ec","firstname":"Christian Javier","lastname":"Gallegos Trujillo","fullname":"Christian Javier Gallegos Trujillo","email":"christian.gallegos@istvc.edu.ec","department":"","firstaccess":0,"lastaccess":0,"auth":"manual","suspended":false,"confirmed":true,"lang":"es","theme":"","timezone":"99","mailformat":1,"trackforums":0,"city":"Pichincha","country":"EC","profileimageurlsmall":"https:\/\/evaplus.istvc.edu.ec\/theme\/image.php\/moove\/core\/1743467854\/u\/f2","profileimageurl":"https:\/\/evaplus.istvc.edu.ec\/theme\/image.php\/moove\/core\/1743467854\/u\/f1"}],"warnings":[]}
Not Found: /static/css/styles.css
Not Found: /static/css/styles.css
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Internal Server Error: /admin/informacion/docente/add/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/options.py", line 718, in wrapper
    return self.admin_site.admin_view(view)(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 188, in _view_wrapper
    result = _process_exception(request, e)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 186, in _view_wrapper
    response = view_func(request, *args, **kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper
    response = view_func(request, *args, **kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/sites.py", line 241, in inner
    return view(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/options.py", line 1961, in add_view
    return self.changeform_view(request, None, form_url, extra_context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 48, in _wrapper
    return bound_method(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 188, in _view_wrapper
    result = _process_exception(request, e)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 186, in _view_wrapper
    response = view_func(request, *args, **kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/options.py", line 1820, in changeform_view
    return self._changeform_view(request, object_id, form_url, extra_context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/options.py", line 1871, in _changeform_view
    self.save_model(request, new_object, form, not add)
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/admin.py", line 124, in save_model
    obj.save()
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/base.py", line 892, in save
    self.save_base(
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/base.py", line 1013, in save_base
    post_save.send(
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/dispatch/dispatcher.py", line 189, in send
    response = receiver(signal=self, sender=sender, **named)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/signals.py", line 34, in sync_docente_moodle
    print(f"\u2705 Docente enviado a Moodle: {instance.nombre} {instance.apellido}")
UnicodeEncodeError: 'ascii' codec can't encode character '\u2705' in position 0: ordinal not in range(128)
[INFO] [core_user_get_users] RESPONSE: {"users":[{"id":18,"username":"christian.gallegos@istvc.edu.ec","firstname":"Christian Javier","lastname":"Gallegos Trujillo","fullname":"Christian Javier Gallegos Trujillo","email":"christian.gallegos@istvc.edu.ec","department":"","firstaccess":0,"lastaccess":0,"auth":"manual","suspended":false,"confirmed":true,"lang":"es","theme":"","timezone":"99","mailformat":1,"trackforums":0,"city":"Pichincha","country":"EC","profileimageurlsmall":"https:\/\/evaplus.istvc.edu.ec\/theme\/image.php\/moove\/core\/1743467854\/u\/f2","profileimageurl":"https:\/\/evaplus.istvc.edu.ec\/theme\/image.php\/moove\/core\/1743467854\/u\/f1"}],"warnings":[]}
[INFO] [core_user_get_users] RESPONSE: {"users":[{"id":18,"username":"christian.gallegos@istvc.edu.ec","firstname":"Christian Javier","lastname":"Gallegos Trujillo","fullname":"Christian Javier Gallegos Trujillo","email":"christian.gallegos@istvc.edu.ec","department":"","firstaccess":0,"lastaccess":0,"auth":"manual","suspended":false,"confirmed":true,"lang":"es","theme":"","timezone":"99","mailformat":1,"trackforums":0,"city":"Pichincha","country":"EC","profileimageurlsmall":"https:\/\/evaplus.istvc.edu.ec\/theme\/image.php\/moove\/core\/1743467854\/u\/f2","profileimageurl":"https:\/\/evaplus.istvc.edu.ec\/theme\/image.php\/moove\/core\/1743467854\/u\/f1"}],"warnings":[]}
Docente enviado a Moodle: Christian Javier Gallegos Trujillo
Error general al crear curso Moodle para DOCTOR: 'ascii' codec can't encode character '\xed' in position 14: ordinal not in range(128)
Internal Server Error: /admin/informacion/estudiante/add/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/options.py", line 718, in wrapper
    return self.admin_site.admin_view(view)(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 188, in _view_wrapper
    result = _process_exception(request, e)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 186, in _view_wrapper
    response = view_func(request, *args, **kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper
    response = view_func(request, *args, **kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/sites.py", line 241, in inner
    return view(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/options.py", line 1961, in add_view
    return self.changeform_view(request, None, form_url, extra_context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 48, in _wrapper
    return bound_method(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 188, in _view_wrapper
    result = _process_exception(request, e)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 186, in _view_wrapper
    response = view_func(request, *args, **kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/options.py", line 1820, in changeform_view
    return self._changeform_view(request, object_id, form_url, extra_context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/options.py", line 1871, in _changeform_view
    self.save_model(request, new_object, form, not add)
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/admin.py", line 84, in save_model
    obj.save()
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/base.py", line 892, in save
    self.save_base(
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/base.py", line 1013, in save_base
    post_save.send(
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/dispatch/dispatcher.py", line 189, in send
    response = receiver(signal=self, sender=sender, **named)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/signals.py", line 21, in sync_estudiante_moodle
    print(f"Estudiante enviado a Moodle: {instance.nombre} {instance.apellido}")
UnicodeEncodeError: 'ascii' codec can't encode character '\xed' in position 42: ordinal not in range(128)
Internal Server Error: /admin/informacion/estudiante/add/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/options.py", line 718, in wrapper
    return self.admin_site.admin_view(view)(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 188, in _view_wrapper
    result = _process_exception(request, e)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 186, in _view_wrapper
    response = view_func(request, *args, **kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper
    response = view_func(request, *args, **kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/sites.py", line 241, in inner
    return view(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/options.py", line 1961, in add_view
    return self.changeform_view(request, None, form_url, extra_context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 48, in _wrapper
    return bound_method(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 188, in _view_wrapper
    result = _process_exception(request, e)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 186, in _view_wrapper
    response = view_func(request, *args, **kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/options.py", line 1820, in changeform_view
    return self._changeform_view(request, object_id, form_url, extra_context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/options.py", line 1871, in _changeform_view
    self.save_model(request, new_object, form, not add)
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/admin.py", line 84, in save_model
    obj.save()
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/base.py", line 892, in save
    self.save_base(
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/base.py", line 1013, in save_base
    post_save.send(
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/dispatch/dispatcher.py", line 189, in send
    response = receiver(signal=self, sender=sender, **named)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/signals.py", line 21, in sync_estudiante_moodle
    # =============================
            ^^^^^^^^^^^^^^^^^^^^^^^^
UnicodeEncodeError: 'ascii' codec can't encode character '\xed' in position 42: ordinal not in range(128)
[INFO] [core_user_get_users] RESPONSE: {"users":[],"warnings":[]}
[INFO] [core_user_create_users] RESPONSE: [{"id":19,"username":"c1723657700@istvc.edu.ec"}]
[INFO] [core_user_get_users] RESPONSE: {"users":[{"id":19,"username":"c1723657700@istvc.edu.ec","firstname":"Karina","lastname":"Falcon\u00ed","fullname":"Karina Falcon\u00ed","email":"c1723657700@istvc.edu.ec","department":"","firstaccess":0,"lastaccess":0,"auth":"manual","suspended":false,"confirmed":true,"lang":"es","theme":"","timezone":"99","mailformat":1,"trackforums":0,"city":"Pichincha","country":"EC","profileimageurlsmall":"https:\/\/evaplus.istvc.edu.ec\/theme\/image.php\/moove\/core\/1743467854\/u\/f2","profileimageurl":"https:\/\/evaplus.istvc.edu.ec\/theme\/image.php\/moove\/core\/1743467854\/u\/f1"}],"warnings":[]}
Internal Server Error: /admin/informacion/materia/1/change/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/options.py", line 718, in wrapper
    return self.admin_site.admin_view(view)(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 188, in _view_wrapper
    result = _process_exception(request, e)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 186, in _view_wrapper
    response = view_func(request, *args, **kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper
    response = view_func(request, *args, **kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/sites.py", line 241, in inner
    return view(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/options.py", line 1964, in change_view
    return self.changeform_view(request, object_id, form_url, extra_context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 48, in _wrapper
    return bound_method(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 188, in _view_wrapper
    result = _process_exception(request, e)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 186, in _view_wrapper
    response = view_func(request, *args, **kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/options.py", line 1820, in changeform_view
    return self._changeform_view(request, object_id, form_url, extra_context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/options.py", line 1872, in _changeform_view
    self.save_related(request, form, formsets, not add)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/options.py", line 1322, in save_related
    self.save_formset(request, form, formset, change=change)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/options.py", line 1310, in save_formset
    formset.save()
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/forms/models.py", line 796, in save
    return self.save_existing_objects(commit) + self.save_new_objects(commit)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/forms/models.py", line 959, in save_new_objects
    self.new_objects.append(self.save_new(form, commit=commit))
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/forms/models.py", line 1157, in save_new
    return super().save_new(form, commit=commit)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/forms/models.py", line 769, in save_new
    return form.save(commit=commit)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/forms/models.py", line 554, in save
    self.instance.save()
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/base.py", line 892, in save
    self.save_base(
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/base.py", line 1013, in save_base
    post_save.send(
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/dispatch/dispatcher.py", line 189, in send
    response = receiver(signal=self, sender=sender, **named)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/signals.py", line 106, in crear_calificacion_automatica
    print(f"Calificaci\xf3n creada autom\xe1ticamente para materia ID: {instance.materia.id}")
UnicodeEncodeError: 'ascii' codec can't encode character '\xf3' in position 10: ordinal not in range(128)
Internal Server Error: /admin/informacion/materia/1/change/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/options.py", line 718, in wrapper
    return self.admin_site.admin_view(view)(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 188, in _view_wrapper
    result = _process_exception(request, e)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 186, in _view_wrapper
    response = view_func(request, *args, **kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper
    response = view_func(request, *args, **kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/sites.py", line 241, in inner
    return view(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/options.py", line 1964, in change_view
    return self.changeform_view(request, object_id, form_url, extra_context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 48, in _wrapper
    return bound_method(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 188, in _view_wrapper
    result = _process_exception(request, e)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 186, in _view_wrapper
    response = view_func(request, *args, **kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/options.py", line 1820, in changeform_view
    return self._changeform_view(request, object_id, form_url, extra_context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/options.py", line 1872, in _changeform_view
    self.save_related(request, form, formsets, not add)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/options.py", line 1322, in save_related
    self.save_formset(request, form, formset, change=change)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/options.py", line 1310, in save_formset
    formset.save()
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/forms/models.py", line 796, in save
    return self.save_existing_objects(commit) + self.save_new_objects(commit)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/forms/models.py", line 959, in save_new_objects
    self.new_objects.append(self.save_new(form, commit=commit))
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/forms/models.py", line 1157, in save_new
    return super().save_new(form, commit=commit)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/forms/models.py", line 769, in save_new
    return form.save(commit=commit)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/forms/models.py", line 554, in save
    self.instance.save()
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/base.py", line 892, in save
    self.save_base(
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/base.py", line 1013, in save_base
    post_save.send(
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/dispatch/dispatcher.py", line 189, in send
    response = receiver(signal=self, sender=sender, **named)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/signals.py", line 106, in crear_calificacion_automatica
    print(f"Calificaci\xf3n creada autom\xe1ticamente para materia ID: {instance.materia.id}")
UnicodeEncodeError: 'ascii' codec can't encode character '\xf3' in position 10: ordinal not in range(128)
[INFO] [core_user_get_users] RESPONSE: {"users":[{"id":19,"username":"c1723657700@istvc.edu.ec","firstname":"Karina","lastname":"Falcon\u00ed","fullname":"Karina Falcon\u00ed","email":"c1723657700@istvc.edu.ec","department":"","firstaccess":0,"lastaccess":0,"auth":"manual","suspended":false,"confirmed":true,"lang":"es","theme":"","timezone":"99","mailformat":1,"trackforums":0,"city":"Pichincha","country":"EC","profileimageurlsmall":"https:\/\/evaplus.istvc.edu.ec\/theme\/image.php\/moove\/core\/1743467854\/u\/f2","profileimageurl":"https:\/\/evaplus.istvc.edu.ec\/theme\/image.php\/moove\/core\/1743467854\/u\/f1"}],"warnings":[]}
Estudiante enviado a Moodle con ID: 3
Not Found: /static/css/styles.css
Not Found: /static/css/styles.css
Not Found: /static/css/styles.css
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Calificacion creada para la materia: DOCTOR
Calificacion creada para la materia: DOCTOR
Not Found: /ruta/a/tu/imagen.jpg
Error general al crear curso Moodle para asdfasdf: 'ascii' codec can't encode character '\xed' in position 14: ordinal not in range(128)
Calificacion creada automaticamente para asdfasdf
[INFO] Categoria ya existe: PA. PRUEBA (ID: 141)
[INFO] Categoria creada: S (ID: 142)
[INFO] Categoria creada: PRUEBA (ID: 143)
[INFO] Categoria creada: PRIMER SEMESTRE (ID: 144)
[INFO] Curso creado en Moodle: OFIMATICA [PA. PRUEBA - S - PRUEBA - PRIMER SEMESTRE] (ID: 98)
[INFO] Usuario christian.gallegos@istvc.edu.ec matriculado en curso 98: None
Curso creado en Moodle: OFIMATICA [PA. PRUEBA - S - PRUEBA - PRIMER SEMESTRE] (ID: 98)
[INFO] Usuario christian.gallegos@istvc.edu.ec matriculado en curso 98: None
Calificacion creada automaticamente para OFIMATICA
[INFO] Usuario c1723657700@istvc.edu.ec matriculado en curso 98: None
Not Found: /static/css/styles.css
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /static/css/styles.css
[INFO] Respuesta completa de Moodle:
{
  "usergrades": [
    {
      "courseid": 98,
      "courseidnumber": "",
      "userid": 19,
      "userfullname": "Karina Falcon\u00ed",
      "useridnumber": "",
      "maxdepth": 3,
      "gradeitems": [
        {
          "id": 697,
          "itemname": "CASO PR\u00c1CTICO [CALIFICADO]",
          "itemtype": "mod",
          "itemmodule": "assign",
          "iteminstance": 128,
          "itemnumber": 0,
          "idnumber": "",
          "categoryid": 164,
          "outcomeid": null,
          "scaleid": null,
          "locked": false,
          "cmid": 3152,
          "weightraw": 1,
          "weightformatted": "100,00 %",
          "graderaw": 10,
          "gradedatesubmitted": null,
          "gradedategraded": 1743701087,
          "gradehiddenbydate": false,
          "gradeneedsupdate": false,
          "gradeishidden": false,
          "gradeislocked": false,
          "gradeisoverridden": false,
          "gradeformatted": "10,00",
          "grademin": 0,
          "grademax": 10,
          "rangeformatted": "0&ndash;10",
          "percentageformatted": "100,00 %",
          "feedback": "",
          "feedbackformat": 0
        },
        {
          "id": 712,
          "itemname": "nota1_sem1",
          "itemtype": "category",
          "itemmodule": null,
          "iteminstance": 164,
          "itemnumber": null,
          "idnumber": "",
          "categoryid": null,
          "outcomeid": null,
          "scaleid": null,
          "locked": false,
          "weightraw": 1,
          "weightformatted": "100,00 %",
          "graderaw": 10,
          "gradedatesubmitted": null,
          "gradedategraded": 1743701087,
          "gradehiddenbydate": false,
          "gradeneedsupdate": false,
          "gradeishidden": false,
          "gradeislocked": false,
          "gradeisoverridden": false,
          "gradeformatted": "<i class=\"icon fa fa-check text-success fa-fw inline\"  title=\"Aprobado\" role=\"img\" aria-label=\"Aprobado\"></i>10,00",
          "grademin": 0.01,
          "grademax": 10,
          "rangeformatted": "0&ndash;10",
          "percentageformatted": "100,00 %",
          "feedback": "",
          "feedbackformat": 2
        },
        {
          "id": 713,
          "itemname": "nota2_sem1",
          "itemtype": "category",
          "itemmodule": null,
          "iteminstance": 167,
          "itemnumber": null,
          "idnumber": "",
          "categoryid": null,
          "outcomeid": null,
          "scaleid": null,
          "locked": false,
          "weightraw": 0,
          "weightformatted": "0,00 %",
          "status": "novalue",
          "graderaw": null,
          "gradedatesubmitted": null,
          "gradedategraded": null,
          "gradehiddenbydate": false,
          "gradeneedsupdate": false,
          "gradeishidden": false,
          "gradeislocked": false,
          "gradeisoverridden": false,
          "gradeformatted": "-",
          "grademin": 0.01,
          "grademax": 10,
          "rangeformatted": "0&ndash;10",
          "percentageformatted": "-",
          "feedback": "",
          "feedbackformat": 2
        },
        {
          "id": 714,
          "itemname": "prueba_sem1",
          "itemtype": "category",
          "itemmodule": null,
          "iteminstance": 161,
          "itemnumber": null,
          "idnumber": "",
          "categoryid": null,
          "outcomeid": null,
          "scaleid": null,
          "locked": false,
          "weightraw": 0,
          "weightformatted": "0,00 %",
          "status": "novalue",
          "graderaw": null,
          "gradedatesubmitted": null,
          "gradedategraded": null,
          "gradehiddenbydate": false,
          "gradeneedsupdate": false,
          "gradeishidden": false,
          "gradeislocked": false,
          "gradeisoverridden": false,
          "gradeformatted": "-",
          "grademin": 0.01,
          "grademax": 10,
          "rangeformatted": "0&ndash;10",
          "percentageformatted": "-",
          "feedback": "",
          "feedbackformat": 2
        },
        {
          "id": 701,
          "itemname": "CASO PR\u00c1CTICO [CALIFICADO]",
          "itemtype": "mod",
          "itemmodule": "assign",
          "iteminstance": 129,
          "itemnumber": 0,
          "idnumber": null,
          "categoryid": 160,
          "outcomeid": null,
          "scaleid": null,
          "locked": false,
          "cmid": 3169,
          "weightraw": 0,
          "weightformatted": "0,00 %",
          "status": "novalue",
          "graderaw": null,
          "gradedatesubmitted": null,
          "gradedategraded": null,
          "gradehiddenbydate": false,
          "gradeneedsupdate": false,
          "gradeishidden": false,
          "gradeislocked": false,
          "gradeisoverridden": false,
          "gradeformatted": "-",
          "grademin": 0,
          "grademax": 100,
          "rangeformatted": "0&ndash;100",
          "percentageformatted": "-",
          "feedback": "",
          "feedbackformat": 2
        },
        {
          "id": 715,
          "itemname": "examen_sem1",
          "itemtype": "category",
          "itemmodule": null,
          "iteminstance": 165,
          "itemnumber": null,
          "idnumber": "",
          "categoryid": null,
          "outcomeid": null,
          "scaleid": null,
          "locked": false,
          "weightraw": 0,
          "weightformatted": "0,00 %",
          "status": "novalue",
          "graderaw": null,
          "gradedatesubmitted": null,
          "gradedategraded": null,
          "gradehiddenbydate": false,
          "gradeneedsupdate": false,
          "gradeishidden": false,
          "gradeislocked": false,
          "gradeisoverridden": false,
          "gradeformatted": "-",
          "grademin": 0.01,
          "grademax": 10,
          "rangeformatted": "0&ndash;10",
          "percentageformatted": "-",
          "feedback": "",
          "feedbackformat": 2
        },
        {
          "id": 692,
          "itemname": "asdf",
          "itemtype": "mod",
          "itemmodule": "assign",
          "iteminstance": 127,
          "itemnumber": 0,
          "idnumber": null,
          "categoryid": 168,
          "outcomeid": null,
          "scaleid": null,
          "locked": false,
          "cmid": 3122,
          "graderaw": null,
          "gradedatesubmitted": null,
          "gradedategraded": null,
          "gradehiddenbydate": false,
          "gradeneedsupdate": false,
          "gradeishidden": false,
          "gradeislocked": false,
          "gradeisoverridden": false,
          "gradeformatted": "-",
          "grademin": 0,
          "grademax": 10,
          "rangeformatted": "0&ndash;10",
          "percentageformatted": "-",
          "feedback": "",
          "feedbackformat": 0
        },
        {
          "id": 716,
          "itemname": "nota1_sem2",
          "itemtype": "category",
          "itemmodule": null,
          "iteminstance": 168,
          "itemnumber": null,
          "idnumber": "",
          "categoryid": null,
          "outcomeid": null,
          "scaleid": null,
          "locked": false,
          "weightraw": 0,
          "weightformatted": "0,00 %",
          "status": "novalue",
          "graderaw": null,
          "gradedatesubmitted": null,
          "gradedategraded": null,
          "gradehiddenbydate": false,
          "gradeneedsupdate": false,
          "gradeishidden": false,
          "gradeislocked": false,
          "gradeisoverridden": false,
          "gradeformatted": "-",
          "grademin": 0.01,
          "grademax": 10,
          "rangeformatted": "0&ndash;10",
          "percentageformatted": "-",
          "feedback": "",
          "feedbackformat": 2
        },
        {
          "id": 717,
          "itemname": "nota2_sem2",
          "itemtype": "category",
          "itemmodule": null,
          "iteminstance": 162,
          "itemnumber": null,
          "idnumber": "",
          "categoryid": null,
          "outcomeid": null,
          "scaleid": null,
          "locked": false,
          "weightraw": 0,
          "weightformatted": "0,00 %",
          "status": "novalue",
          "graderaw": null,
          "gradedatesubmitted": null,
          "gradedategraded": null,
          "gradehiddenbydate": false,
          "gradeneedsupdate": false,
          "gradeishidden": false,
          "gradeislocked": false,
          "gradeisoverridden": false,
          "gradeformatted": "-",
          "grademin": 0.01,
          "grademax": 10,
          "rangeformatted": "0&ndash;10",
          "percentageformatted": "-",
          "feedback": "",
          "feedbackformat": 2
        },
        {
          "id": 706,
          "itemname": "CASO PR\u00c1CTICO [CALIFICADO]",
          "itemtype": "mod",
          "itemmodule": "assign",
          "iteminstance": 130,
          "itemnumber": 0,
          "idnumber": null,
          "categoryid": 160,
          "outcomeid": null,
          "scaleid": null,
          "locked": false,
          "cmid": 3191,
          "weightraw": 0,
          "weightformatted": "0,00 %",
          "status": "novalue",
          "graderaw": null,
          "gradedatesubmitted": null,
          "gradedategraded": null,
          "gradehiddenbydate": false,
          "gradeneedsupdate": false,
          "gradeishidden": false,
          "gradeislocked": false,
          "gradeisoverridden": false,
          "gradeformatted": "-",
          "grademin": 0,
          "grademax": 100,
          "rangeformatted": "0&ndash;100",
          "percentageformatted": "-",
          "feedback": "",
          "feedbackformat": 2
        },
        {
          "id": 718,
          "itemname": "prueba_sem2",
          "itemtype": "category",
          "itemmodule": null,
          "iteminstance": 166,
          "itemnumber": null,
          "idnumber": "",
          "categoryid": null,
          "outcomeid": null,
          "scaleid": null,
          "locked": false,
          "weightraw": 0,
          "weightformatted": "0,00 %",
          "status": "novalue",
          "graderaw": null,
          "gradedatesubmitted": null,
          "gradedategraded": null,
          "gradehiddenbydate": false,
          "gradeneedsupdate": false,
          "gradeishidden": false,
          "gradeislocked": false,
          "gradeisoverridden": false,
          "gradeformatted": "-",
          "grademin": 0.01,
          "grademax": 10,
          "rangeformatted": "0&ndash;10",
          "percentageformatted": "-",
          "feedback": "",
          "feedbackformat": 2
        },
        {
          "id": 719,
          "itemname": "examen_sem2",
          "itemtype": "category",
          "itemmodule": null,
          "iteminstance": 169,
          "itemnumber": null,
          "idnumber": "",
          "categoryid": null,
          "outcomeid": null,
          "scaleid": null,
          "locked": false,
          "weightraw": 0,
          "weightformatted": "0,00 %",
          "status": "novalue",
          "graderaw": null,
          "gradedatesubmitted": null,
          "gradedategraded": null,
          "gradehiddenbydate": false,
          "gradeneedsupdate": false,
          "gradeishidden": false,
          "gradeislocked": false,
          "gradeisoverridden": false,
          "gradeformatted": "-",
          "grademin": 0.01,
          "grademax": 10,
          "rangeformatted": "0&ndash;10",
          "percentageformatted": "-",
          "feedback": "",
          "feedbackformat": 2
        },
        {
          "id": 720,
          "itemname": "recuperacion",
          "itemtype": "category",
          "itemmodule": null,
          "iteminstance": 163,
          "itemnumber": null,
          "idnumber": "",
          "categoryid": null,
          "outcomeid": null,
          "scaleid": null,
          "locked": false,
          "weightraw": 0,
          "weightformatted": "0,00 %",
          "status": "novalue",
          "graderaw": null,
          "gradedatesubmitted": null,
          "gradedategraded": null,
          "gradehiddenbydate": false,
          "gradeneedsupdate": false,
          "gradeishidden": false,
          "gradeislocked": false,
          "gradeisoverridden": false,
          "gradeformatted": "-",
          "grademin": 0,
          "grademax": 0,
          "rangeformatted": "0&ndash;0",
          "percentageformatted": "-",
          "feedback": "",
          "feedbackformat": 2
        },
        {
          "id": 710,
          "itemname": "CASO PR\u00c1CTICO [CALIFICADO]",
          "itemtype": "mod",
          "itemmodule": "assign",
          "iteminstance": 131,
          "itemnumber": 0,
          "idnumber": null,
          "categoryid": 160,
          "outcomeid": null,
          "scaleid": null,
          "locked": false,
          "cmid": 3210,
          "weightraw": 0,
          "weightformatted": "0,00 %",
          "status": "novalue",
          "graderaw": null,
          "gradedatesubmitted": null,
          "gradedategraded": null,
          "gradehiddenbydate": false,
          "gradeneedsupdate": false,
          "gradeishidden": false,
          "gradeislocked": false,
          "gradeisoverridden": false,
          "gradeformatted": "-",
          "grademin": 0,
          "grademax": 100,
          "rangeformatted": "0&ndash;100",
          "percentageformatted": "-",
          "feedback": "",
          "feedbackformat": 2
        },
        {
          "id": 693,
          "itemname": "Verificando mi conocimiento: Crucigrama [CALIFICADO]",
          "itemtype": "mod",
          "itemmodule": "game",
          "iteminstance": 190,
          "itemnumber": 0,
          "idnumber": null,
          "categoryid": 160,
          "outcomeid": null,
          "scaleid": null,
          "locked": false,
          "cmid": 3145,
          "weightraw": 0,
          "weightformatted": "0,00 %",
          "status": "novalue",
          "graderaw": null,
          "gradedatesubmitted": null,
          "gradedategraded": null,
          "gradehiddenbydate": false,
          "gradeneedsupdate": false,
          "gradeishidden": false,
          "gradeislocked": false,
          "gradeisoverridden": false,
          "gradeformatted": "-",
          "grademin": 0,
          "grademax": 100,
          "rangeformatted": "0&ndash;100",
          "percentageformatted": "-",
          "feedback": "",
          "feedbackformat": 2
        },
        {
          "id": 694,
          "itemname": "Ahorcado[CALIFICADO]",
          "itemtype": "mod",
          "itemmodule": "game",
          "iteminstance": 191,
          "itemnumber": 0,
          "idnumber": null,
          "categoryid": 160,
          "outcomeid": null,
          "scaleid": null,
          "locked": false,
          "cmid": 3146,
          "weightraw": 0,
          "weightformatted": "0,00 %",
          "status": "novalue",
          "graderaw": null,
          "gradedatesubmitted": null,
          "gradedategraded": null,
          "gradehiddenbydate": false,
          "gradeneedsupdate": false,
          "gradeishidden": false,
          "gradeislocked": false,
          "gradeisoverridden": false,
          "gradeformatted": "-",
          "grademin": 0,
          "grademax": 100,
          "rangeformatted": "0&ndash;100",
          "percentageformatted": "-",
          "feedback": "",
          "feedbackformat": 2
        },
        {
          "id": 699,
          "itemname": "Ahorcado",
          "itemtype": "mod",
          "itemmodule": "game",
          "iteminstance": 193,
          "itemnumber": 0,
          "idnumber": null,
          "categoryid": 160,
          "outcomeid": null,
          "scaleid": null,
          "locked": false,
          "cmid": 3164,
          "weightraw": 0,
          "weightformatted": "0,00 %",
          "status": "novalue",
          "graderaw": null,
          "gradedatesubmitted": null,
          "gradedategraded": null,
          "gradehiddenbydate": false,
          "gradeneedsupdate": false,
          "gradeishidden": false,
          "gradeislocked": false,
          "gradeisoverridden": false,
          "gradeformatted": "-",
          "grademin": 0,
          "grademax": 100,
          "rangeformatted": "0&ndash;100",
          "percentageformatted": "-",
          "feedback": "",
          "feedbackformat": 2
        },
        {
          "id": 704,
          "itemname": "Ahorcado",
          "itemtype": "mod",
          "itemmodule": "game",
          "iteminstance": 195,
          "itemnumber": 0,
          "idnumber": null,
          "categoryid": 160,
          "outcomeid": null,
          "scaleid": null,
          "locked": false,
          "cmid": 3186,
          "weightraw": 0,
          "weightformatted": "0,00 %",
          "status": "novalue",
          "graderaw": null,
          "gradedatesubmitted": null,
          "gradedategraded": null,
          "gradehiddenbydate": false,
          "gradeneedsupdate": false,
          "gradeishidden": false,
          "gradeislocked": false,
          "gradeisoverridden": false,
          "gradeformatted": "-",
          "grademin": 0,
          "grademax": 100,
          "rangeformatted": "0&ndash;100",
          "percentageformatted": "-",
          "feedback": "",
          "feedbackformat": 2
        },
        {
          "id": 696,
          "itemname": "-EVALUACI\u00d3N [CALIFICADO]",
          "itemtype": "mod",
          "itemmodule": "quiz",
          "iteminstance": 109,
          "itemnumber": 0,
          "idnumber": null,
          "categoryid": 160,
          "outcomeid": null,
          "scaleid": null,
          "locked": false,
          "cmid": 3151,
          "weightraw": 0,
          "weightformatted": "0,00 %",
          "status": "novalue",
          "graderaw": null,
          "gradedatesubmitted": null,
          "gradedategraded": null,
          "gradehiddenbydate": false,
          "gradeneedsupdate": false,
          "gradeishidden": false,
          "gradeislocked": false,
          "gradeisoverridden": false,
          "gradeformatted": "-",
          "grademin": 0,
          "grademax": 10,
          "rangeformatted": "0&ndash;10",
          "percentageformatted": "-",
          "feedback": "",
          "feedbackformat": 2
        },
        {
          "id": 702,
          "itemname": "-EVALUACI\u00d3N",
          "itemtype": "mod",
          "itemmodule": "quiz",
          "iteminstance": 110,
          "itemnumber": 0,
          "idnumber": null,
          "categoryid": 160,
          "outcomeid": null,
          "scaleid": null,
          "locked": false,
          "cmid": 3170,
          "weightraw": 0,
          "weightformatted": "0,00 %",
          "status": "novalue",
          "graderaw": null,
          "gradedatesubmitted": null,
          "gradedategraded": null,
          "gradehiddenbydate": false,
          "gradeneedsupdate": false,
          "gradeishidden": false,
          "gradeislocked": false,
          "gradeisoverridden": false,
          "gradeformatted": "-",
          "grademin": 0,
          "grademax": 10,
          "rangeformatted": "0&ndash;10",
          "percentageformatted": "-",
          "feedback": "",
          "feedbackformat": 2
        },
        {
          "id": 707,
          "itemname": "-EVALUACI\u00d3N (copia) (copia)",
          "itemtype": "mod",
          "itemmodule": "quiz",
          "iteminstance": 111,
          "itemnumber": 0,
          "idnumber": null,
          "categoryid": 160,
          "outcomeid": null,
          "scaleid": null,
          "locked": false,
          "cmid": 3192,
          "weightraw": 0,
          "weightformatted": "0,00 %",
          "status": "novalue",
          "graderaw": null,
          "gradedatesubmitted": null,
          "gradedategraded": null,
          "gradehiddenbydate": false,
          "gradeneedsupdate": false,
          "gradeishidden": false,
          "gradeislocked": false,
          "gradeisoverridden": false,
          "gradeformatted": "-",
          "grademin": 0,
          "grademax": 10,
          "rangeformatted": "0&ndash;10",
          "percentageformatted": "-",
          "feedback": "",
          "feedbackformat": 2
        },
        {
          "id": 711,
          "itemname": "-EVALUACI\u00d3N",
          "itemtype": "mod",
          "itemmodule": "quiz",
          "iteminstance": 112,
          "itemnumber": 0,
          "idnumber": null,
          "categoryid": 160,
          "outcomeid": null,
          "scaleid": null,
          "locked": false,
          "cmid": 3211,
          "weightraw": 0,
          "weightformatted": "0,00 %",
          "status": "novalue",
          "graderaw": null,
          "gradedatesubmitted": null,
          "gradedategraded": null,
          "gradehiddenbydate": false,
          "gradeneedsupdate": false,
          "gradeishidden": false,
          "gradeislocked": false,
          "gradeisoverridden": false,
          "gradeformatted": "-",
          "grademin": 0,
          "grademax": 10,
          "rangeformatted": "0&ndash;10",
          "percentageformatted": "-",
          "feedback": "",
          "feedbackformat": 2
        },
        {
          "id": 695,
          "itemname": "LECCION [CALIFICADO]",
          "itemtype": "mod",
          "itemmodule": "lesson",
          "iteminstance": 109,
          "itemnumber": 0,
          "idnumber": null,
          "categoryid": 160,
          "outcomeid": null,
          "scaleid": null,
          "locked": false,
          "cmid": 3147,
          "weightraw": 0,
          "weightformatted": "0,00 %",
          "status": "novalue",
          "graderaw": null,
          "gradedatesubmitted": null,
          "gradedategraded": null,
          "gradehiddenbydate": false,
          "gradeneedsupdate": false,
          "gradeishidden": false,
          "gradeislocked": false,
          "gradeisoverridden": false,
          "gradeformatted": "-",
          "grademin": 0,
          "grademax": 100,
          "rangeformatted": "0&ndash;100",
          "percentageformatted": "-",
          "feedback": "",
          "feedbackformat": 2
        },
        {
          "id": 700,
          "itemname": "LECCION",
          "itemtype": "mod",
          "itemmodule": "lesson",
          "iteminstance": 110,
          "itemnumber": 0,
          "idnumber": null,
          "categoryid": 160,
          "outcomeid": null,
          "scaleid": null,
          "locked": false,
          "cmid": 3165,
          "weightraw": 0,
          "weightformatted": "0,00 %",
          "status": "novalue",
          "graderaw": null,
          "gradedatesubmitted": null,
          "gradedategraded": null,
          "gradehiddenbydate": false,
          "gradeneedsupdate": false,
          "gradeishidden": false,
          "gradeislocked": false,
          "gradeisoverridden": false,
          "gradeformatted": "-",
          "grademin": 0,
          "grademax": 100,
          "rangeformatted": "0&ndash;100",
          "percentageformatted": "-",
          "feedback": "",
          "feedbackformat": 2
        },
        {
          "id": 705,
          "itemname": "LECCION",
          "itemtype": "mod",
          "itemmodule": "lesson",
          "iteminstance": 111,
          "itemnumber": 0,
          "idnumber": null,
          "categoryid": 160,
          "outcomeid": null,
          "scaleid": null,
          "locked": false,
          "cmid": 3187,
          "weightraw": 0,
          "weightformatted": "0,00 %",
          "status": "novalue",
          "graderaw": null,
          "gradedatesubmitted": null,
          "gradedategraded": null,
          "gradehiddenbydate": false,
          "gradeneedsupdate": false,
          "gradeishidden": false,
          "gradeislocked": false,
          "gradeisoverridden": false,
          "gradeformatted": "-",
          "grademin": 0,
          "grademax": 100,
          "rangeformatted": "0&ndash;100",
          "percentageformatted": "-",
          "feedback": "",
          "feedbackformat": 2
        },
        {
          "id": 709,
          "itemname": "LECCION",
          "itemtype": "mod",
          "itemmodule": "lesson",
          "iteminstance": 112,
          "itemnumber": 0,
          "idnumber": null,
          "categoryid": 160,
          "outcomeid": null,
          "scaleid": null,
          "locked": false,
          "cmid": 3206,
          "weightraw": 0,
          "weightformatted": "0,00 %",
          "status": "novalue",
          "graderaw": null,
          "gradedatesubmitted": null,
          "gradedategraded": null,
          "gradehiddenbydate": false,
          "gradeneedsupdate": false,
          "gradeishidden": false,
          "gradeislocked": false,
          "gradeisoverridden": false,
          "gradeformatted": "-",
          "grademin": 0,
          "grademax": 100,
          "rangeformatted": "0&ndash;100",
          "percentageformatted": "-",
          "feedback": "",
          "feedbackformat": 2
        },
        {
          "id": 698,
          "itemname": "Criptograma",
          "itemtype": "mod",
          "itemmodule": "game",
          "iteminstance": 192,
          "itemnumber": 0,
          "idnumber": null,
          "categoryid": 160,
          "outcomeid": null,
          "scaleid": null,
          "locked": false,
          "cmid": 3163,
          "weightraw": 0,
          "weightformatted": "0,00 %",
          "status": "novalue",
          "graderaw": null,
          "gradedatesubmitted": null,
          "gradedategraded": null,
          "gradehiddenbydate": false,
          "gradeneedsupdate": false,
          "gradeishidden": false,
          "gradeislocked": false,
          "gradeisoverridden": false,
          "gradeformatted": "-",
          "grademin": 0,
          "grademax": 100,
          "rangeformatted": "0&ndash;100",
          "percentageformatted": "-",
          "feedback": "",
          "feedbackformat": 2
        },
        {
          "id": 703,
          "itemname": "Sudoku",
          "itemtype": "mod",
          "itemmodule": "game",
          "iteminstance": 194,
          "itemnumber": 0,
          "idnumber": null,
          "categoryid": 160,
          "outcomeid": null,
          "scaleid": null,
          "locked": false,
          "cmid": 3185,
          "weightraw": 0,
          "weightformatted": "0,00 %",
          "status": "novalue",
          "graderaw": null,
          "gradedatesubmitted": null,
          "gradedategraded": null,
          "gradehiddenbydate": false,
          "gradeneedsupdate": false,
          "gradeishidden": false,
          "gradeislocked": false,
          "gradeisoverridden": false,
          "gradeformatted": "-",
          "grademin": 0,
          "grademax": 100,
          "rangeformatted": "0&ndash;100",
          "percentageformatted": "-",
          "feedback": "",
          "feedbackformat": 2
        },
        {
          "id": 708,
          "itemname": "Serpientes y Escaleras",
          "itemtype": "mod",
          "itemmodule": "game",
          "iteminstance": 196,
          "itemnumber": 0,
          "idnumber": null,
          "categoryid": 160,
          "outcomeid": null,
          "scaleid": null,
          "locked": false,
          "cmid": 3205,
          "weightraw": 0,
          "weightformatted": "0,00 %",
          "status": "novalue",
          "graderaw": null,
          "gradedatesubmitted": null,
          "gradedategraded": null,
          "gradehiddenbydate": false,
          "gradeneedsupdate": false,
          "gradeishidden": false,
          "gradeislocked": false,
          "gradeisoverridden": false,
          "gradeformatted": "-",
          "grademin": 0,
          "grademax": 100,
          "rangeformatted": "0&ndash;100",
          "percentageformatted": "-",
          "feedback": "",
          "feedbackformat": 2
        },
        {
          "id": 691,
          "itemname": null,
          "itemtype": "course",
          "itemmodule": null,
          "iteminstance": 160,
          "itemnumber": null,
          "idnumber": null,
          "categoryid": null,
          "outcomeid": null,
          "scaleid": null,
          "locked": false,
          "graderaw": 80,
          "gradedatesubmitted": null,
          "gradedategraded": 1743701087,
          "gradehiddenbydate": false,
          "gradeneedsupdate": false,
          "gradeishidden": false,
          "gradeislocked": false,
          "gradeisoverridden": false,
          "gradeformatted": "80,00",
          "grademin": 0,
          "grademax": 80,
          "rangeformatted": "0&ndash;80",
          "percentageformatted": "100,00 %",
          "feedback": "",
          "feedbackformat": 2
        }
      ]
    }
  ],
  "warnings": []
}Internal Server Error: /informacion/importar-notas-lms/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 675, in importar_notas_lms
    importar_calificaciones_desde_moodle(curso_id, server)
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/integraciones/moodle.py", line 223, in importar_calificaciones_desde_moodle
    print(f"[INFO] Procesando usuario: {nombre_completo} (correo: {correo})")
UnicodeEncodeError: 'ascii' codec can't encode character '\xed' in position 40: ordinal not in range(128)

[INFO] Usuarios encontrados: 1
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /static/css/styles.css
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /static/css/styles.css
Curso creado en Moodle: DOCTOR [PA. PRUEBA - S - PRUEBA - PRIMER SEMESTRE] (ID: 99)
Calificacion creada automaticamente para doctor
Not Found: /static/css/styles.css
Not Found: /static/css/styles.css
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /static/css/styles.css
Not Found: /static/css/styles.css
Traceback (most recent call last):
  File "/home/istvcedu/siga.istvc.edu.ec/passenger_wsgi.py", line 11, in <module>
    application = get_wsgi_application()
                  ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/__init__.py", line 19, in setup
    configure_logging(settings.LOGGING_CONFIG, settings.LOGGING)
                      ^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/conf/__init__.py", line 81, in __getattr__
    self._setup(name)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/conf/__init__.py", line 68, in _setup
    self._wrapped = Settings(settings_module)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/conf/__init__.py", line 166, in __init__
    mod = importlib.import_module(self.SETTINGS_MODULE)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/settings.py", line 8, in <module>
    raise ValueError("SECRET_KEY no est\xe1 definida en el entorno")
ValueError: SECRET_KEY no est\xe1 definida en el entorno
Traceback (most recent call last):
  File "/home/istvcedu/siga.istvc.edu.ec/passenger_wsgi.py", line 11, in <module>
    application = get_wsgi_application()
                  ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/__init__.py", line 19, in setup
    configure_logging(settings.LOGGING_CONFIG, settings.LOGGING)
                      ^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/conf/__init__.py", line 81, in __getattr__
    self._setup(name)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/conf/__init__.py", line 68, in _setup
    self._wrapped = Settings(settings_module)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/conf/__init__.py", line 166, in __init__
    mod = importlib.import_module(self.SETTINGS_MODULE)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/settings.py", line 8, in <module>
    raise ValueError("SECRET_KEY no est\xe1 definida en el entorno")
ValueError: SECRET_KEY no est\xe1 definida en el entorno
[UID:1256][514142] Child process with pid: 514162 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home/istvcedu/siga.istvc.edu.ec/passenger_wsgi.py", line 11, in <module>
    application = get_wsgi_application()
                  ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/__init__.py", line 19, in setup
    configure_logging(settings.LOGGING_CONFIG, settings.LOGGING)
                      ^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/conf/__init__.py", line 81, in __getattr__
    self._setup(name)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/conf/__init__.py", line 68, in _setup
    self._wrapped = Settings(settings_module)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/conf/__init__.py", line 166, in __init__
    mod = importlib.import_module(self.SETTINGS_MODULE)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/settings.py", line 8, in <module>
    raise ValueError("SECRET_KEY no est\xe1 definida en el entorno")
ValueError: SECRET_KEY no est\xe1 definida en el entorno
[UID:1256][514142] Child process with pid: 514171 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home/istvcedu/siga.istvc.edu.ec/passenger_wsgi.py", line 11, in <module>
    application = get_wsgi_application()
                  ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/__init__.py", line 19, in setup
    configure_logging(settings.LOGGING_CONFIG, settings.LOGGING)
                      ^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/conf/__init__.py", line 81, in __getattr__
    self._setup(name)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/conf/__init__.py", line 68, in _setup
    self._wrapped = Settings(settings_module)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/conf/__init__.py", line 166, in __init__
    mod = importlib.import_module(self.SETTINGS_MODULE)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/settings.py", line 8, in <module>
    raise ValueError("SECRET_KEY no est\xe1 definida en el entorno")
ValueError: SECRET_KEY no est\xe1 definida en el entorno
[UID:1256][514142] Child process with pid: 516471 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home/istvcedu/siga.istvc.edu.ec/passenger_wsgi.py", line 11, in <module>
    application = get_wsgi_application()
                  ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/__init__.py", line 19, in setup
    configure_logging(settings.LOGGING_CONFIG, settings.LOGGING)
                      ^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/conf/__init__.py", line 81, in __getattr__
    self._setup(name)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/conf/__init__.py", line 68, in _setup
    self._wrapped = Settings(settings_module)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/conf/__init__.py", line 166, in __init__
    mod = importlib.import_module(self.SETTINGS_MODULE)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/settings.py", line 8, in <module>
    raise ValueError("SECRET_KEY no est\xe1 definida en el entorno")
ValueError: SECRET_KEY no est\xe1 definida en el entorno
[UID:1256][514142] Child process with pid: 516475 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home/istvcedu/siga.istvc.edu.ec/passenger_wsgi.py", line 11, in <module>
    application = get_wsgi_application()
                  ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/__init__.py", line 19, in setup
    configure_logging(settings.LOGGING_CONFIG, settings.LOGGING)
                      ^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/conf/__init__.py", line 81, in __getattr__
    self._setup(name)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/conf/__init__.py", line 68, in _setup
    self._wrapped = Settings(settings_module)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/conf/__init__.py", line 166, in __init__
    mod = importlib.import_module(self.SETTINGS_MODULE)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/settings.py", line 8, in <module>
    raise ValueError("SECRET_KEY no est\xe1 definida en el entorno")
ValueError: SECRET_KEY no est\xe1 definida en el entorno
[UID:1256][514142] Child process with pid: 516477 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home/istvcedu/siga.istvc.edu.ec/passenger_wsgi.py", line 11, in <module>
    application = get_wsgi_application()
                  ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/__init__.py", line 19, in setup
    configure_logging(settings.LOGGING_CONFIG, settings.LOGGING)
                      ^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/conf/__init__.py", line 81, in __getattr__
    self._setup(name)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/conf/__init__.py", line 68, in _setup
    self._wrapped = Settings(settings_module)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/conf/__init__.py", line 166, in __init__
    mod = importlib.import_module(self.SETTINGS_MODULE)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/settings.py", line 8, in <module>
    raise ValueError("SECRET_KEY no est\xe1 definida en el entorno")
ValueError: SECRET_KEY no est\xe1 definida en el entorno
[UID:1256][514142] Child process with pid: 516478 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home/istvcedu/siga.istvc.edu.ec/passenger_wsgi.py", line 11, in <module>
    application = get_wsgi_application()
                  ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/__init__.py", line 19, in setup
    configure_logging(settings.LOGGING_CONFIG, settings.LOGGING)
                      ^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/conf/__init__.py", line 81, in __getattr__
    self._setup(name)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/conf/__init__.py", line 68, in _setup
    self._wrapped = Settings(settings_module)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/conf/__init__.py", line 166, in __init__
    mod = importlib.import_module(self.SETTINGS_MODULE)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/settings.py", line 8, in <module>
    raise ValueError("SECRET_KEY no est\xe1 definida en el entorno")
ValueError: SECRET_KEY no est\xe1 definida en el entorno
[UID:1256][514142] Child process with pid: 516479 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home/istvcedu/siga.istvc.edu.ec/passenger_wsgi.py", line 11, in <module>
    application = get_wsgi_application()
                  ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/__init__.py", line 19, in setup
    configure_logging(settings.LOGGING_CONFIG, settings.LOGGING)
                      ^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/conf/__init__.py", line 81, in __getattr__
    self._setup(name)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/conf/__init__.py", line 68, in _setup
    self._wrapped = Settings(settings_module)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/conf/__init__.py", line 166, in __init__
    mod = importlib.import_module(self.SETTINGS_MODULE)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/settings.py", line 8, in <module>
    raise ValueError("SECRET_KEY no est\xe1 definida en el entorno")
ValueError: SECRET_KEY no est\xe1 definida en el entorno
[UID:1256][514142] Child process with pid: 516480 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home/istvcedu/siga.istvc.edu.ec/passenger_wsgi.py", line 11, in <module>
    application = get_wsgi_application()
                  ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/__init__.py", line 19, in setup
    configure_logging(settings.LOGGING_CONFIG, settings.LOGGING)
                      ^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/conf/__init__.py", line 81, in __getattr__
    self._setup(name)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/conf/__init__.py", line 68, in _setup
    self._wrapped = Settings(settings_module)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/conf/__init__.py", line 166, in __init__
    mod = importlib.import_module(self.SETTINGS_MODULE)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/settings.py", line 8, in <module>
    raise ValueError("SECRET_KEY no est\xe1 definida en el entorno")
ValueError: SECRET_KEY no est\xe1 definida en el entorno
[UID:1256][514142] Child process with pid: 516484 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home/istvcedu/siga.istvc.edu.ec/passenger_wsgi.py", line 11, in <module>
    application = get_wsgi_application()
                  ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/__init__.py", line 19, in setup
    configure_logging(settings.LOGGING_CONFIG, settings.LOGGING)
                      ^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/conf/__init__.py", line 81, in __getattr__
    self._setup(name)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/conf/__init__.py", line 68, in _setup
    self._wrapped = Settings(settings_module)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/conf/__init__.py", line 166, in __init__
    mod = importlib.import_module(self.SETTINGS_MODULE)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/settings.py", line 8, in <module>
    raise ValueError("SECRET_KEY no est\xe1 definida en el entorno")
ValueError: SECRET_KEY no est\xe1 definida en el entorno
[UID:1256][514142] Child process with pid: 516487 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home/istvcedu/siga.istvc.edu.ec/passenger_wsgi.py", line 11, in <module>
    application = get_wsgi_application()
                  ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/__init__.py", line 19, in setup
    configure_logging(settings.LOGGING_CONFIG, settings.LOGGING)
                      ^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/conf/__init__.py", line 81, in __getattr__
    self._setup(name)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/conf/__init__.py", line 68, in _setup
    self._wrapped = Settings(settings_module)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/conf/__init__.py", line 166, in __init__
    mod = importlib.import_module(self.SETTINGS_MODULE)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/settings.py", line 8, in <module>
    raise ValueError("SECRET_KEY no est\xe1 definida en el entorno")
ValueError: SECRET_KEY no est\xe1 definida en el entorno
[UID:1256][514142] Child process with pid: 516553 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home/istvcedu/siga.istvc.edu.ec/passenger_wsgi.py", line 11, in <module>
    application = get_wsgi_application()
                  ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/__init__.py", line 19, in setup
    configure_logging(settings.LOGGING_CONFIG, settings.LOGGING)
                      ^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/conf/__init__.py", line 81, in __getattr__
    self._setup(name)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/conf/__init__.py", line 68, in _setup
    self._wrapped = Settings(settings_module)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/conf/__init__.py", line 166, in __init__
    mod = importlib.import_module(self.SETTINGS_MODULE)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/settings.py", line 8, in <module>
    raise ValueError("SECRET_KEY no est\xe1 definida en el entorno")
ValueError: SECRET_KEY no est\xe1 definida en el entorno
[UID:1256][514142] Child process with pid: 516554 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home/istvcedu/siga.istvc.edu.ec/passenger_wsgi.py", line 11, in <module>
    application = get_wsgi_application()
                  ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/__init__.py", line 19, in setup
    configure_logging(settings.LOGGING_CONFIG, settings.LOGGING)
                      ^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/conf/__init__.py", line 81, in __getattr__
    self._setup(name)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/conf/__init__.py", line 68, in _setup
    self._wrapped = Settings(settings_module)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/conf/__init__.py", line 166, in __init__
    mod = importlib.import_module(self.SETTINGS_MODULE)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/settings.py", line 8, in <module>
    raise ValueError("SECRET_KEY no est\xe1 definida en el entorno")
ValueError: SECRET_KEY no est\xe1 definida en el entorno
[UID:1256][514142] Child process with pid: 516556 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home/istvcedu/siga.istvc.edu.ec/passenger_wsgi.py", line 11, in <module>
    application = get_wsgi_application()
                  ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/__init__.py", line 19, in setup
    configure_logging(settings.LOGGING_CONFIG, settings.LOGGING)
                      ^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/conf/__init__.py", line 81, in __getattr__
    self._setup(name)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/conf/__init__.py", line 68, in _setup
    self._wrapped = Settings(settings_module)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/conf/__init__.py", line 166, in __init__
    mod = importlib.import_module(self.SETTINGS_MODULE)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/settings.py", line 8, in <module>
    raise ValueError("SECRET_KEY no est\xe1 definida en el entorno")
ValueError: SECRET_KEY no est\xe1 definida en el entorno
[UID:1256][514142] Child process with pid: 516560 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home/istvcedu/siga.istvc.edu.ec/passenger_wsgi.py", line 11, in <module>
    application = get_wsgi_application()
                  ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/__init__.py", line 19, in setup
    configure_logging(settings.LOGGING_CONFIG, settings.LOGGING)
                      ^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/conf/__init__.py", line 81, in __getattr__
    self._setup(name)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/conf/__init__.py", line 68, in _setup
    self._wrapped = Settings(settings_module)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/conf/__init__.py", line 166, in __init__
    mod = importlib.import_module(self.SETTINGS_MODULE)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/settings.py", line 8, in <module>
    raise ValueError("SECRET_KEY no est\xe1 definida en el entorno")
ValueError: SECRET_KEY no est\xe1 definida en el entorno
Traceback (most recent call last):
  File "/home/istvcedu/siga.istvc.edu.ec/passenger_wsgi.py", line 11, in <module>
    application = get_wsgi_application()
                  ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/__init__.py", line 19, in setup
    configure_logging(settings.LOGGING_CONFIG, settings.LOGGING)
                      ^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/conf/__init__.py", line 81, in __getattr__
    self._setup(name)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/conf/__init__.py", line 68, in _setup
    self._wrapped = Settings(settings_module)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/conf/__init__.py", line 166, in __init__
    mod = importlib.import_module(self.SETTINGS_MODULE)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/settings.py", line 8, in <module>
    raise ValueError("SECRET_KEY no est\xe1 definida en el entorno")
ValueError: SECRET_KEY no est\xe1 definida en el entorno
[UID:1256][519680] Child process with pid: 519687 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home/istvcedu/siga.istvc.edu.ec/passenger_wsgi.py", line 11, in <module>
    application = get_wsgi_application()
                  ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/__init__.py", line 19, in setup
    configure_logging(settings.LOGGING_CONFIG, settings.LOGGING)
                      ^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/conf/__init__.py", line 81, in __getattr__
    self._setup(name)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/conf/__init__.py", line 68, in _setup
    self._wrapped = Settings(settings_module)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/conf/__init__.py", line 166, in __init__
    mod = importlib.import_module(self.SETTINGS_MODULE)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/settings.py", line 8, in <module>
    raise ValueError("SECRET_KEY no est\xe1 definida en el entorno")
ValueError: SECRET_KEY no est\xe1 definida en el entorno
[UID:1256][519680] Child process with pid: 519693 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home/istvcedu/siga.istvc.edu.ec/passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 172, in load_source
    module = _load(spec)
             ^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 721, in _load
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 614, in _exec
  File "<frozen importlib._bootstrap>", line 558, in _init_module_attrs
  File "<frozen importlib._bootstrap>", line 398, in cached
  File "<frozen importlib._bootstrap_external>", line 570, in _get_cached
  File "<frozen importlib._bootstrap_external>", line 463, in cache_from_source
  File "<frozen importlib._bootstrap_external>", line 134, in _path_split
RecursionError: maximum recursion depth exceeded
Traceback (most recent call last):
  File "/home/istvcedu/siga.istvc.edu.ec/passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 172, in load_source
    module = _load(spec)
             ^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 721, in _load
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 614, in _exec
  File "<frozen importlib._bootstrap>", line 558, in _init_module_attrs
  File "<frozen importlib._bootstrap>", line 398, in cached
  File "<frozen importlib._bootstrap_external>", line 570, in _get_cached
  File "<frozen importlib._bootstrap_external>", line 463, in cache_from_source
  File "<frozen importlib._bootstrap_external>", line 134, in _path_split
RecursionError: maximum recursion depth exceeded
[UID:1256][534975] Child process with pid: 534981 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home/istvcedu/siga.istvc.edu.ec/passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 172, in load_source
    module = _load(spec)
             ^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 721, in _load
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 614, in _exec
  File "<frozen importlib._bootstrap>", line 558, in _init_module_attrs
  File "<frozen importlib._bootstrap>", line 398, in cached
  File "<frozen importlib._bootstrap_external>", line 570, in _get_cached
  File "<frozen importlib._bootstrap_external>", line 463, in cache_from_source
  File "<frozen importlib._bootstrap_external>", line 134, in _path_split
RecursionError: maximum recursion depth exceeded
Traceback (most recent call last):
  File "/home/istvcedu/siga.istvc.edu.ec/passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 172, in load_source
    module = _load(spec)
             ^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 721, in _load
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 614, in _exec
  File "<frozen importlib._bootstrap>", line 558, in _init_module_attrs
  File "<frozen importlib._bootstrap>", line 398, in cached
  File "<frozen importlib._bootstrap_external>", line 570, in _get_cached
  File "<frozen importlib._bootstrap_external>", line 463, in cache_from_source
  File "<frozen importlib._bootstrap_external>", line 134, in _path_split
RecursionError: maximum recursion depth exceeded
[UID:1256][535136] Child process with pid: 535144 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home/istvcedu/siga.istvc.edu.ec/passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 172, in load_source
    module = _load(spec)
             ^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 721, in _load
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 614, in _exec
  File "<frozen importlib._bootstrap>", line 558, in _init_module_attrs
  File "<frozen importlib._bootstrap>", line 398, in cached
  File "<frozen importlib._bootstrap_external>", line 570, in _get_cached
  File "<frozen importlib._bootstrap_external>", line 463, in cache_from_source
  File "<frozen importlib._bootstrap_external>", line 134, in _path_split
RecursionError: maximum recursion depth exceeded
[UID:1256][535136] Child process with pid: 535629 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home/istvcedu/siga.istvc.edu.ec/passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 172, in load_source
    module = _load(spec)
             ^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 721, in _load
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 614, in _exec
  File "<frozen importlib._bootstrap>", line 558, in _init_module_attrs
  File "<frozen importlib._bootstrap>", line 398, in cached
  File "<frozen importlib._bootstrap_external>", line 570, in _get_cached
  File "<frozen importlib._bootstrap_external>", line 463, in cache_from_source
  File "<frozen importlib._bootstrap_external>", line 134, in _path_split
RecursionError: maximum recursion depth exceeded
[UID:1256][535136] Child process with pid: 535633 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home/istvcedu/siga.istvc.edu.ec/passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 172, in load_source
    module = _load(spec)
             ^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 721, in _load
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 614, in _exec
  File "<frozen importlib._bootstrap>", line 558, in _init_module_attrs
  File "<frozen importlib._bootstrap>", line 398, in cached
  File "<frozen importlib._bootstrap_external>", line 570, in _get_cached
  File "<frozen importlib._bootstrap_external>", line 463, in cache_from_source
  File "<frozen importlib._bootstrap_external>", line 134, in _path_split
RecursionError: maximum recursion depth exceeded
Traceback (most recent call last):
  File "/home/istvcedu/siga.istvc.edu.ec/passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 172, in load_source
    module = _load(spec)
             ^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 721, in _load
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 614, in _exec
  File "<frozen importlib._bootstrap>", line 558, in _init_module_attrs
  File "<frozen importlib._bootstrap>", line 398, in cached
  File "<frozen importlib._bootstrap_external>", line 570, in _get_cached
  File "<frozen importlib._bootstrap_external>", line 463, in cache_from_source
  File "<frozen importlib._bootstrap_external>", line 134, in _path_split
RecursionError: maximum recursion depth exceeded
[UID:1256][555649] Child process with pid: 555703 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home/istvcedu/siga.istvc.edu.ec/passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 172, in load_source
    module = _load(spec)
             ^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 721, in _load
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 621, in _exec
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 614, in _exec
  File "<frozen importlib._bootstrap>", line 558, in _init_module_attrs
  File "<frozen importlib._bootstrap>", line 398, in cached
  File "<frozen importlib._bootstrap_external>", line 570, in _get_cached
  File "<frozen importlib._bootstrap_external>", line 463, in cache_from_source
  File "<frozen importlib._bootstrap_external>", line 134, in _path_split
RecursionError: maximum recursion depth exceeded
[UID:1256][555649] Child process with pid: 555707 was killed by signal: 15, core dumped: no
Internal Server Error: /
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/files/storage/handler.py", line 26, in __getitem__
    return self._storages[alias]
           ~~~~~~~~~~~~~~^^^^^^^
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 21, in index
    return render(
           ^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 62, in render_to_string
    return template.render(context, request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/backends/django.py", line 107, in render
    return self.template.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 171, in render
    return self._render(context)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/templatetags/static.py", line 116, in render
    url = self.url(context)
          ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/templatetags/static.py", line 113, in url
    return self.handle_simple(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/templatetags/static.py", line 129, in handle_simple
    return staticfiles_storage.url(path)
           ^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 251, in inner
    self._setup()
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/staticfiles/storage.py", line 540, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
                    ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/files/storage/handler.py", line 34, in __getitem__
    storage = self.create_storage(params)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/files/storage/handler.py", line 46, in create_storage
    return storage_cls(**options)
           ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/staticfiles/utils.py", line 49, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: You're using the staticfiles app without having set the required STATIC_URL setting.
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Internal Server Error: /informacion/calificaciones-docente/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 104, in calificaciones_docente
    return render(
           ^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 62, in render_to_string
    return template.render(context, request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/backends/django.py", line 107, in render
    return self.template.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 171, in render
    return self._render(context)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 65, in render
    result = block.nodelist.render(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 480, in render
    url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 88, in reverse
    return resolver._reverse_with_prefix(view, prefix, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix
    raise NoReverseMatch(msg)
django.urls.exceptions.NoReverseMatch: Reverse for 'importar_notas_lms' not found. 'importar_notas_lms' is not a valid view function or pattern name.
Internal Server Error: /informacion/calificaciones-docente/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 104, in calificaciones_docente
    return render(
           ^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 62, in render_to_string
    return template.render(context, request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/backends/django.py", line 107, in render
    return self.template.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 171, in render
    return self._render(context)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 65, in render
    result = block.nodelist.render(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 480, in render
    url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 88, in reverse
    return resolver._reverse_with_prefix(view, prefix, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix
    raise NoReverseMatch(msg)
django.urls.exceptions.NoReverseMatch: Reverse for 'importar_notas_lms' not found. 'importar_notas_lms' is not a valid view function or pattern name.
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
[UID:1256][1780092] Child process with pid: 1806625 was killed by signal: 15, core dumped: no
[UID:1256][1780092] Child process with pid: 1806716 was killed by signal: 15, core dumped: no
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Internal Server Error: /admin/login/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/files/storage/handler.py", line 26, in __getitem__
    return self._storages[alias]
           ~~~~~~~~~~~~~~^^^^^^^
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 220, in _get_response
    response = response.render()
               ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/response.py", line 114, in render
    self.content = self.rendered_content
                   ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/response.py", line 92, in rendered_content
    return template.render(context, self._request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/backends/django.py", line 107, in render
    return self.template.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 171, in render
    return self._render(context)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 65, in render
    result = block.nodelist.render(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/templatetags/static.py", line 116, in render
    url = self.url(context)
          ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/templatetags/static.py", line 113, in url
    return self.handle_simple(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/templatetags/static.py", line 129, in handle_simple
    return staticfiles_storage.url(path)
           ^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 251, in inner
    self._setup()
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/staticfiles/storage.py", line 540, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
                    ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/files/storage/handler.py", line 34, in __getitem__
    storage = self.create_storage(params)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/files/storage/handler.py", line 46, in create_storage
    return storage_cls(**options)
           ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/staticfiles/utils.py", line 49, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: You're using the staticfiles app without having set the required STATIC_URL setting.
Internal Server Error: /admin/login/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/files/storage/handler.py", line 26, in __getitem__
    return self._storages[alias]
           ~~~~~~~~~~~~~~^^^^^^^
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 220, in _get_response
    response = response.render()
               ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/response.py", line 114, in render
    self.content = self.rendered_content
                   ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/response.py", line 92, in rendered_content
    return template.render(context, self._request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/backends/django.py", line 107, in render
    return self.template.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 171, in render
    return self._render(context)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 65, in render
    result = block.nodelist.render(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/templatetags/static.py", line 116, in render
    url = self.url(context)
          ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/templatetags/static.py", line 113, in url
    return self.handle_simple(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/templatetags/static.py", line 129, in handle_simple
    return staticfiles_storage.url(path)
           ^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 251, in inner
    self._setup()
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/staticfiles/storage.py", line 540, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
                    ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/files/storage/handler.py", line 34, in __getitem__
    storage = self.create_storage(params)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/files/storage/handler.py", line 46, in create_storage
    return storage_cls(**options)
           ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/staticfiles/utils.py", line 49, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: You're using the staticfiles app without having set the required STATIC_URL setting.
Not Found: /robots.txt
Not Found: /sitemap.xml
Internal Server Error: /admin/login/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/files/storage/handler.py", line 26, in __getitem__
    return self._storages[alias]
           ~~~~~~~~~~~~~~^^^^^^^
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 220, in _get_response
    response = response.render()
               ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/response.py", line 114, in render
    self.content = self.rendered_content
                   ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/response.py", line 92, in rendered_content
    return template.render(context, self._request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/backends/django.py", line 107, in render
    return self.template.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 171, in render
    return self._render(context)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 65, in render
    result = block.nodelist.render(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/templatetags/static.py", line 116, in render
    url = self.url(context)
          ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/templatetags/static.py", line 113, in url
    return self.handle_simple(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/templatetags/static.py", line 129, in handle_simple
    return staticfiles_storage.url(path)
           ^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 251, in inner
    self._setup()
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/staticfiles/storage.py", line 540, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
                    ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/files/storage/handler.py", line 34, in __getitem__
    storage = self.create_storage(params)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/files/storage/handler.py", line 46, in create_storage
    return storage_cls(**options)
           ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/staticfiles/utils.py", line 49, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: You're using the staticfiles app without having set the required STATIC_URL setting.
Internal Server Error: /admin/login/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/files/storage/handler.py", line 26, in __getitem__
    return self._storages[alias]
           ~~~~~~~~~~~~~~^^^^^^^
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 220, in _get_response
    response = response.render()
               ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/response.py", line 114, in render
    self.content = self.rendered_content
                   ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/response.py", line 92, in rendered_content
    return template.render(context, self._request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/backends/django.py", line 107, in render
    return self.template.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 171, in render
    return self._render(context)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 65, in render
    result = block.nodelist.render(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/templatetags/static.py", line 116, in render
    url = self.url(context)
          ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/templatetags/static.py", line 113, in url
    return self.handle_simple(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/templatetags/static.py", line 129, in handle_simple
    return staticfiles_storage.url(path)
           ^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 251, in inner
    self._setup()
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/staticfiles/storage.py", line 540, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
                    ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/files/storage/handler.py", line 34, in __getitem__
    storage = self.create_storage(params)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/files/storage/handler.py", line 46, in create_storage
    return storage_cls(**options)
           ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/staticfiles/utils.py", line 49, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: You're using the staticfiles app without having set the required STATIC_URL setting.
Internal Server Error: /admin/login/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/files/storage/handler.py", line 26, in __getitem__
    return self._storages[alias]
           ~~~~~~~~~~~~~~^^^^^^^
KeyError: 'staticfiles'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 220, in _get_response
    response = response.render()
               ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/response.py", line 114, in render
    self.content = self.rendered_content
                   ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/response.py", line 92, in rendered_content
    return template.render(context, self._request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/backends/django.py", line 107, in render
    return self.template.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 171, in render
    return self._render(context)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 65, in render
    result = block.nodelist.render(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/templatetags/static.py", line 116, in render
    url = self.url(context)
          ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/templatetags/static.py", line 113, in url
    return self.handle_simple(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/templatetags/static.py", line 129, in handle_simple
    return staticfiles_storage.url(path)
           ^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 251, in inner
    self._setup()
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/staticfiles/storage.py", line 540, in _setup
    self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
                    ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/files/storage/handler.py", line 34, in __getitem__
    storage = self.create_storage(params)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/files/storage/handler.py", line 46, in create_storage
    return storage_cls(**options)
           ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/staticfiles/storage.py", line 29, in __init__
    check_settings(base_url)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/staticfiles/utils.py", line 49, in check_settings
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: You're using the staticfiles app without having set the required STATIC_URL setting.
Internal Server Error: /admin/informacion/estudiante/add/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/options.py", line 718, in wrapper
    return self.admin_site.admin_view(view)(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 188, in _view_wrapper
    result = _process_exception(request, e)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 186, in _view_wrapper
    response = view_func(request, *args, **kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper
    response = view_func(request, *args, **kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/sites.py", line 241, in inner
    return view(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/options.py", line 1961, in add_view
    return self.changeform_view(request, None, form_url, extra_context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 48, in _wrapper
    return bound_method(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 188, in _view_wrapper
    result = _process_exception(request, e)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 186, in _view_wrapper
    response = view_func(request, *args, **kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/options.py", line 1820, in changeform_view
    return self._changeform_view(request, object_id, form_url, extra_context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/options.py", line 1871, in _changeform_view
    self.save_model(request, new_object, form, not add)
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/admin.py", line 84, in save_model
    obj.save()
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/base.py", line 892, in save
    self.save_base(
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/base.py", line 1013, in save_base
    post_save.send(
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/dispatch/dispatcher.py", line 189, in send
    response = receiver(signal=self, sender=sender, **named)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/models.py", line 67, in crear_usuario_estudiante
    username = instance.cedula
             ^^^^^^^^^^^^^^^
AttributeError: 'Estudiante' object has no attribute 'cedula'
Internal Server Error: /admin/informacion/estudiante/add/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/options.py", line 718, in wrapper
    return self.admin_site.admin_view(view)(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 188, in _view_wrapper
    result = _process_exception(request, e)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 186, in _view_wrapper
    response = view_func(request, *args, **kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper
    response = view_func(request, *args, **kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/sites.py", line 241, in inner
    return view(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/options.py", line 1961, in add_view
    return self.changeform_view(request, None, form_url, extra_context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 48, in _wrapper
    return bound_method(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 188, in _view_wrapper
    result = _process_exception(request, e)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 186, in _view_wrapper
    response = view_func(request, *args, **kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/options.py", line 1820, in changeform_view
    return self._changeform_view(request, object_id, form_url, extra_context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/options.py", line 1871, in _changeform_view
    self.save_model(request, new_object, form, not add)
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/admin.py", line 84, in save_model
    obj.save()
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/base.py", line 892, in save
    self.save_base(
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/base.py", line 1013, in save_base
    post_save.send(
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/dispatch/dispatcher.py", line 189, in send
    response = receiver(signal=self, sender=sender, **named)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/models.py", line 67, in crear_usuario_estudiante
    username = instance.nuinui
             ^^^^^^^^^^^^^^^
AttributeError: 'Estudiante' object has no attribute 'cedula'
Internal Server Error: /admin/informacion/estudiante/add/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/options.py", line 718, in wrapper
    return self.admin_site.admin_view(view)(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 188, in _view_wrapper
    result = _process_exception(request, e)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 186, in _view_wrapper
    response = view_func(request, *args, **kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper
    response = view_func(request, *args, **kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/sites.py", line 241, in inner
    return view(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/options.py", line 1961, in add_view
    return self.changeform_view(request, None, form_url, extra_context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 48, in _wrapper
    return bound_method(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 188, in _view_wrapper
    result = _process_exception(request, e)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 186, in _view_wrapper
    response = view_func(request, *args, **kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/options.py", line 1820, in changeform_view
    return self._changeform_view(request, object_id, form_url, extra_context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/options.py", line 1871, in _changeform_view
    self.save_model(request, new_object, form, not add)
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/admin.py", line 84, in save_model
    obj.save()
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/base.py", line 892, in save
    self.save_base(
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/base.py", line 1013, in save_base
    post_save.send(
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/dispatch/dispatcher.py", line 189, in send
    response = receiver(signal=self, sender=sender, **named)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/models.py", line 67, in crear_usuario_estudiante
    username = instance.nui
             ^^^^^^^^^^^^^^^
AttributeError: 'Estudiante' object has no attribute 'cedula'
Internal Server Error: /admin/informacion/estudiante/add/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/options.py", line 718, in wrapper
    return self.admin_site.admin_view(view)(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 188, in _view_wrapper
    result = _process_exception(request, e)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 186, in _view_wrapper
    response = view_func(request, *args, **kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper
    response = view_func(request, *args, **kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/sites.py", line 241, in inner
    return view(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/options.py", line 1961, in add_view
    return self.changeform_view(request, None, form_url, extra_context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 48, in _wrapper
    return bound_method(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 188, in _view_wrapper
    result = _process_exception(request, e)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 186, in _view_wrapper
    response = view_func(request, *args, **kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/options.py", line 1820, in changeform_view
    return self._changeform_view(request, object_id, form_url, extra_context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/options.py", line 1871, in _changeform_view
    self.save_model(request, new_object, form, not add)
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/admin.py", line 84, in save_model
    obj.save()
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/base.py", line 892, in save
    self.save_base(
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/base.py", line 1013, in save_base
    post_save.send(
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/dispatch/dispatcher.py", line 189, in send
    response = receiver(signal=self, sender=sender, **named)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/models.py", line 67, in crear_usuario_estudiante
    username = instance.nui
             ^^^^^^^^^^^^^^^
AttributeError: 'Estudiante' object has no attribute 'cedula'
Traceback (most recent call last):
  File "/home/istvcedu/siga.istvc.edu.ec/passenger_wsgi.py", line 11, in <module>
    application = get_wsgi_application()
                  ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/__init__.py", line 24, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/apps/registry.py", line 124, in populate
    app_config.ready()
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/apps.py", line 27, in ready
    self.module.autodiscover()
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/__init__.py", line 52, in autodiscover
    autodiscover_modules("admin", register_to=site)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/module_loading.py", line 58, in autodiscover_modules
    import_module("%s.%s" % (app_config.name, module_to_search))
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 936, in exec_module
  File "<frozen importlib._bootstrap_external>", line 1074, in get_code
  File "<frozen importlib._bootstrap_external>", line 1004, in source_to_code
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/admin.py", line 187
    list_filter = ('matricula__materia', 'matricula__periodo', 'aprobado')   \xbfEst\xe1s filtrando datos?
                                                                             ^
SyntaxError: invalid character '\xbf' (U+00BF)
Traceback (most recent call last):
  File "/home/istvcedu/siga.istvc.edu.ec/passenger_wsgi.py", line 11, in <module>
    application = get_wsgi_application()
                  ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/__init__.py", line 24, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/apps/registry.py", line 83, in populate
    raise RuntimeError("populate() isn't reentrant")
RuntimeError: populate() isn't reentrant
[UID:1256][1002344] Child process with pid: 1002349 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home/istvcedu/siga.istvc.edu.ec/passenger_wsgi.py", line 11, in <module>
    application = get_wsgi_application()
                  ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/__init__.py", line 24, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/apps/registry.py", line 124, in populate
    app_config.ready()
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/apps.py", line 27, in ready
    self.module.autodiscover()
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/__init__.py", line 52, in autodiscover
    autodiscover_modules("admin", register_to=site)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/module_loading.py", line 58, in autodiscover_modules
    import_module("%s.%s" % (app_config.name, module_to_search))
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 936, in exec_module
  File "<frozen importlib._bootstrap_external>", line 1074, in get_code
  File "<frozen importlib._bootstrap_external>", line 1004, in source_to_code
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/admin.py", line 187
    list_filter = ('matricula__materia', 'matricula__periodo', 'aprobado')   \xbfEst\xe1s filtrando datos?
                                                                             ^
SyntaxError: invalid character '\xbf' (U+00BF)
Traceback (most recent call last):
  File "/home/istvcedu/siga.istvc.edu.ec/passenger_wsgi.py", line 11, in <module>
    application = get_wsgi_application()
                  ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/__init__.py", line 24, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/apps/registry.py", line 83, in populate
    raise RuntimeError("populate() isn't reentrant")
RuntimeError: populate() isn't reentrant
[UID:1256][1003036] Child process with pid: 1003056 was killed by signal: 15, core dumped: no
Internal Server Error: /admin/informacion/estudiante/add/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/options.py", line 718, in wrapper
    return self.admin_site.admin_view(view)(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 188, in _view_wrapper
    result = _process_exception(request, e)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 186, in _view_wrapper
    response = view_func(request, *args, **kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper
    response = view_func(request, *args, **kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/sites.py", line 241, in inner
    return view(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/options.py", line 1961, in add_view
    return self.changeform_view(request, None, form_url, extra_context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 48, in _wrapper
    return bound_method(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 188, in _view_wrapper
    result = _process_exception(request, e)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 186, in _view_wrapper
    response = view_func(request, *args, **kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/options.py", line 1820, in changeform_view
    return self._changeform_view(request, object_id, form_url, extra_context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/options.py", line 1871, in _changeform_view
    self.save_model(request, new_object, form, not add)
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/admin.py", line 84, in save_model
    obj.save()
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/base.py", line 892, in save
    self.save_base(
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/base.py", line 1013, in save_base
    post_save.send(
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/dispatch/dispatcher.py", line 189, in send
    response = receiver(signal=self, sender=sender, **named)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/models.py", line 69, in crear_usuario_estudiante
    user = User.objects.create_user(
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/models.py", line 162, in create_user
    return self._create_user(username, email, password, **extra_fields)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/models.py", line 155, in _create_user
    user.password = make_password(password)
                    ^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/hashers.py", line 108, in make_password
    raise TypeError(
TypeError: Password must be a string or bytes, got int.
Internal Server Error: /admin/informacion/estudiante/add/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/options.py", line 718, in wrapper
    return self.admin_site.admin_view(view)(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 188, in _view_wrapper
    result = _process_exception(request, e)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 186, in _view_wrapper
    response = view_func(request, *args, **kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper
    response = view_func(request, *args, **kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/sites.py", line 241, in inner
    return view(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/options.py", line 1961, in add_view
    return self.changeform_view(request, None, form_url, extra_context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 48, in _wrapper
    return bound_method(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 188, in _view_wrapper
    result = _process_exception(request, e)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 186, in _view_wrapper
    response = view_func(request, *args, **kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/options.py", line 1820, in changeform_view
    return self._changeform_view(request, object_id, form_url, extra_context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/options.py", line 1871, in _changeform_view
    self.save_model(request, new_object, form, not add)
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/admin.py", line 84, in save_model
    obj.save()
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/base.py", line 892, in save
    self.save_base(
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/base.py", line 1013, in save_base
    post_save.send(
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/dispatch/dispatcher.py", line 189, in send
    response = receiver(signal=self, sender=sender, **named)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/models.py", line 69, in crear_usuario_estudiante
    username=username,
       ^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/models.py", line 162, in create_user
    return self._create_user(username, email, password, **extra_fields)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/models.py", line 155, in _create_user
    user.password = make_password(password)
                    ^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/hashers.py", line 108, in make_password
    raise TypeError(
TypeError: Password must be a string or bytes, got int.
Internal Server Error: /admin/informacion/estudiante/add/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/backends/utils.py", line 105, in _execute
    return self.cursor.execute(sql, params)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/backends/mysql/base.py", line 76, in execute
    return self.cursor.execute(query, args)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib64/python3.11/site-packages/MySQLdb/cursors.py", line 179, in execute
    res = self._query(mogrified_query)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib64/python3.11/site-packages/MySQLdb/cursors.py", line 331, in _query
    self._do_get_result(db)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib64/python3.11/site-packages/MySQLdb/cursors.py", line 136, in _do_get_result
    self._result = result = self._get_result()
                            ^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib64/python3.11/site-packages/MySQLdb/cursors.py", line 363, in _get_result
    return self._get_db().store_result()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
MySQLdb.IntegrityError: (1062, "Duplicate entry '1900811256' for key 'username'")

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/options.py", line 718, in wrapper
    return self.admin_site.admin_view(view)(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 188, in _view_wrapper
    result = _process_exception(request, e)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 186, in _view_wrapper
    response = view_func(request, *args, **kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper
    response = view_func(request, *args, **kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/sites.py", line 241, in inner
    return view(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/options.py", line 1961, in add_view
    return self.changeform_view(request, None, form_url, extra_context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 48, in _wrapper
    return bound_method(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 188, in _view_wrapper
    result = _process_exception(request, e)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 186, in _view_wrapper
    response = view_func(request, *args, **kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/options.py", line 1820, in changeform_view
    return self._changeform_view(request, object_id, form_url, extra_context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/options.py", line 1871, in _changeform_view
    self.save_model(request, new_object, form, not add)
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/admin.py", line 84, in save_model
    obj.save()
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/base.py", line 892, in save
    self.save_base(
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/base.py", line 1013, in save_base
    post_save.send(
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/dispatch/dispatcher.py", line 189, in send
    response = receiver(signal=self, sender=sender, **named)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/models.py", line 70, in crear_usuario_estudiante
    user = User.objects.create_user(
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/models.py", line 162, in create_user
    return self._create_user(username, email, password, **extra_fields)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/models.py", line 156, in _create_user
    user.save(using=self._db)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/base_user.py", line 62, in save
    super().save(*args, **kwargs)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/base.py", line 892, in save
    self.save_base(
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/base.py", line 998, in save_base
    updated = self._save_table(
              ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/base.py", line 1161, in _save_table
    results = self._do_insert(
              ^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/base.py", line 1202, in _do_insert
    return manager._insert(
           ^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/manager.py", line 87, in manager_method
    return getattr(self.get_queryset(), name)(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/query.py", line 1847, in _insert
    return query.get_compiler(using=using).execute_sql(returning_fields)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/sql/compiler.py", line 1836, in execute_sql
    cursor.execute(sql, params)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/backends/utils.py", line 122, in execute
    return super().execute(sql, params)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/backends/utils.py", line 79, in execute
    return self._execute_with_wrappers(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/backends/utils.py", line 92, in _execute_with_wrappers
    return executor(sql, params, many, context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/backends/utils.py", line 100, in _execute
    with self.db.wrap_database_errors:
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/utils.py", line 91, in __exit__
    raise dj_exc_value.with_traceback(traceback) from exc_value
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/backends/utils.py", line 105, in _execute
    return self.cursor.execute(sql, params)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/backends/mysql/base.py", line 76, in execute
    return self.cursor.execute(query, args)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib64/python3.11/site-packages/MySQLdb/cursors.py", line 179, in execute
    res = self._query(mogrified_query)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib64/python3.11/site-packages/MySQLdb/cursors.py", line 331, in _query
    self._do_get_result(db)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib64/python3.11/site-packages/MySQLdb/cursors.py", line 136, in _do_get_result
    self._result = result = self._get_result()
                            ^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib64/python3.11/site-packages/MySQLdb/cursors.py", line 363, in _get_result
    return self._get_db().store_result()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
django.db.utils.IntegrityError: (1062, "Duplicate entry '1900811256' for key 'username'")
Internal Server Error: /admin/informacion/estudiante/add/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/backends/utils.py", line 105, in _execute
    return self.cursor.execute(sql, params)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/backends/mysql/base.py", line 76, in execute
    return self.cursor.execute(query, args)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib64/python3.11/site-packages/MySQLdb/cursors.py", line 179, in execute
    res = self._query(mogrified_query)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib64/python3.11/site-packages/MySQLdb/cursors.py", line 331, in _query
    self._do_get_result(db)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib64/python3.11/site-packages/MySQLdb/cursors.py", line 136, in _do_get_result
    self._result = result = self._get_result()
                            ^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib64/python3.11/site-packages/MySQLdb/cursors.py", line 363, in _get_result
    return self._get_db().store_result()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
MySQLdb.IntegrityError: (1062, "Duplicate entry '12' for key 'username'")

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/options.py", line 718, in wrapper
    return self.admin_site.admin_view(view)(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 188, in _view_wrapper
    result = _process_exception(request, e)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 186, in _view_wrapper
    response = view_func(request, *args, **kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper
    response = view_func(request, *args, **kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/sites.py", line 241, in inner
    return view(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/options.py", line 1961, in add_view
    return self.changeform_view(request, None, form_url, extra_context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 48, in _wrapper
    return bound_method(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 188, in _view_wrapper
    result = _process_exception(request, e)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 186, in _view_wrapper
    response = view_func(request, *args, **kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/options.py", line 1820, in changeform_view
    return self._changeform_view(request, object_id, form_url, extra_context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/options.py", line 1871, in _changeform_view
    self.save_model(request, new_object, form, not add)
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/admin.py", line 84, in save_model
    obj.save()
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/base.py", line 892, in save
    self.save_base(
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/base.py", line 1013, in save_base
    post_save.send(
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/dispatch/dispatcher.py", line 189, in send
    response = receiver(signal=self, sender=sender, **named)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/models.py", line 70, in crear_usuario_estudiante
    user = User.objects.create_user(
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/models.py", line 162, in create_user
    return self._create_user(username, email, password, **extra_fields)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/models.py", line 156, in _create_user
    user.save(using=self._db)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/base_user.py", line 62, in save
    super().save(*args, **kwargs)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/base.py", line 892, in save
    self.save_base(
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/base.py", line 998, in save_base
    updated = self._save_table(
              ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/base.py", line 1161, in _save_table
    results = self._do_insert(
              ^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/base.py", line 1202, in _do_insert
    return manager._insert(
           ^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/manager.py", line 87, in manager_method
    return getattr(self.get_queryset(), name)(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/query.py", line 1847, in _insert
    return query.get_compiler(using=using).execute_sql(returning_fields)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/sql/compiler.py", line 1836, in execute_sql
    cursor.execute(sql, params)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/backends/utils.py", line 122, in execute
    return super().execute(sql, params)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/backends/utils.py", line 79, in execute
    return self._execute_with_wrappers(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/backends/utils.py", line 92, in _execute_with_wrappers
    return executor(sql, params, many, context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/backends/utils.py", line 100, in _execute
    with self.db.wrap_database_errors:
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/utils.py", line 91, in __exit__
    raise dj_exc_value.with_traceback(traceback) from exc_value
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/backends/utils.py", line 105, in _execute
    return self.cursor.execute(sql, params)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/backends/mysql/base.py", line 76, in execute
    return self.cursor.execute(query, args)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib64/python3.11/site-packages/MySQLdb/cursors.py", line 179, in execute
    res = self._query(mogrified_query)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib64/python3.11/site-packages/MySQLdb/cursors.py", line 331, in _query
    self._do_get_result(db)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib64/python3.11/site-packages/MySQLdb/cursors.py", line 136, in _do_get_result
    self._result = result = self._get_result()
                            ^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib64/python3.11/site-packages/MySQLdb/cursors.py", line 363, in _get_result
    return self._get_db().store_result()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
django.db.utils.IntegrityError: (1062, "Duplicate entry '12' for key 'username'")
Traceback (most recent call last):
  File "/home/istvcedu/siga.istvc.edu.ec/passenger_wsgi.py", line 11, in <module>
    application = get_wsgi_application()
                  ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/__init__.py", line 24, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/apps/registry.py", line 124, in populate
    app_config.ready()
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/apps.py", line 27, in ready
    self.module.autodiscover()
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/__init__.py", line 52, in autodiscover
    autodiscover_modules("admin", register_to=site)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/module_loading.py", line 58, in autodiscover_modules
    import_module("%s.%s" % (app_config.name, module_to_search))
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/admin.py", line 72, in <module>
    @receiver(pre_save, sender=Estudiante)
     ^^^^^^^^
NameError: name 'receiver' is not defined
Traceback (most recent call last):
  File "/home/istvcedu/siga.istvc.edu.ec/passenger_wsgi.py", line 11, in <module>
    application = get_wsgi_application()
                  ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/__init__.py", line 24, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/apps/registry.py", line 83, in populate
    raise RuntimeError("populate() isn't reentrant")
RuntimeError: populate() isn't reentrant
[UID:1256][1033260] Child process with pid: 1033536 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home/istvcedu/siga.istvc.edu.ec/passenger_wsgi.py", line 11, in <module>
    application = get_wsgi_application()
                  ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/__init__.py", line 24, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/apps/registry.py", line 83, in populate
    raise RuntimeError("populate() isn't reentrant")
RuntimeError: populate() isn't reentrant
[UID:1256][1033260] Child process with pid: 1034078 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home/istvcedu/siga.istvc.edu.ec/passenger_wsgi.py", line 11, in <module>
    application = get_wsgi_application()
                  ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/__init__.py", line 24, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/apps/registry.py", line 83, in populate
    raise RuntimeError("populate() isn't reentrant")
RuntimeError: populate() isn't reentrant
[UID:1256][1033260] Child process with pid: 1034121 was killed by signal: 15, core dumped: no
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /static/css/styles.css
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /enhancecp
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /login
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /enhancecp
Not Found: /favicon.ico
Not Found: /login
Not Found: /static/css/styles.css
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
[UID:1256][2971162] Child process with pid: 3069756 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home/istvcedu/siga.istvc.edu.ec/passenger_wsgi.py", line 11, in <module>
    application = get_wsgi_application()
                  ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/__init__.py", line 24, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/apps/registry.py", line 116, in populate
    app_config.import_models()
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/apps/config.py", line 269, in import_models
    self.models_module = import_module(models_module_name)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/models.py", line 5, in <module>
    class Secretaria(models.Model):
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/models.py", line 35, in Secretaria
    @receiver(post_save, sender=Secretaria)
                                ^^^^^^^^^^
NameError: name 'Secretaria' is not defined
Traceback (most recent call last):
  File "/home/istvcedu/siga.istvc.edu.ec/passenger_wsgi.py", line 11, in <module>
    application = get_wsgi_application()
                  ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/__init__.py", line 24, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/apps/registry.py", line 83, in populate
    raise RuntimeError("populate() isn't reentrant")
RuntimeError: populate() isn't reentrant
[UID:1256][3074105] Child process with pid: 3074150 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home/istvcedu/siga.istvc.edu.ec/passenger_wsgi.py", line 11, in <module>
    application = get_wsgi_application()
                  ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/__init__.py", line 24, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/apps/registry.py", line 83, in populate
    raise RuntimeError("populate() isn't reentrant")
RuntimeError: populate() isn't reentrant
[UID:1256][3074105] Child process with pid: 3074241 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home/istvcedu/siga.istvc.edu.ec/passenger_wsgi.py", line 11, in <module>
    application = get_wsgi_application()
                  ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/__init__.py", line 24, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/apps/registry.py", line 83, in populate
    raise RuntimeError("populate() isn't reentrant")
RuntimeError: populate() isn't reentrant
[UID:1256][3074105] Child process with pid: 3074268 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home/istvcedu/siga.istvc.edu.ec/passenger_wsgi.py", line 11, in <module>
    application = get_wsgi_application()
                  ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/__init__.py", line 24, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/apps/registry.py", line 83, in populate
    raise RuntimeError("populate() isn't reentrant")
RuntimeError: populate() isn't reentrant
[UID:1256][3074105] Child process with pid: 3074311 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home/istvcedu/siga.istvc.edu.ec/passenger_wsgi.py", line 11, in <module>
    application = get_wsgi_application()
                  ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/__init__.py", line 24, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/apps/registry.py", line 83, in populate
    raise RuntimeError("populate() isn't reentrant")
RuntimeError: populate() isn't reentrant
[UID:1256][3074105] Child process with pid: 3074364 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home/istvcedu/siga.istvc.edu.ec/passenger_wsgi.py", line 11, in <module>
    application = get_wsgi_application()
                  ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/__init__.py", line 24, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/apps/registry.py", line 83, in populate
    raise RuntimeError("populate() isn't reentrant")
RuntimeError: populate() isn't reentrant
[UID:1256][3074105] Child process with pid: 3074427 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home/istvcedu/siga.istvc.edu.ec/passenger_wsgi.py", line 11, in <module>
    application = get_wsgi_application()
                  ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/__init__.py", line 24, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/apps/registry.py", line 83, in populate
    raise RuntimeError("populate() isn't reentrant")
RuntimeError: populate() isn't reentrant
[UID:1256][3074105] Child process with pid: 3074741 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home/istvcedu/siga.istvc.edu.ec/passenger_wsgi.py", line 11, in <module>
    application = get_wsgi_application()
                  ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/__init__.py", line 24, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/apps/registry.py", line 83, in populate
    raise RuntimeError("populate() isn't reentrant")
RuntimeError: populate() isn't reentrant
[UID:1256][3074105] Child process with pid: 3080096 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home/istvcedu/siga.istvc.edu.ec/passenger_wsgi.py", line 11, in <module>
    application = get_wsgi_application()
                  ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/__init__.py", line 24, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/apps/registry.py", line 83, in populate
    raise RuntimeError("populate() isn't reentrant")
RuntimeError: populate() isn't reentrant
[UID:1256][3074105] Child process with pid: 3080224 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home/istvcedu/siga.istvc.edu.ec/passenger_wsgi.py", line 11, in <module>
    application = get_wsgi_application()
                  ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/__init__.py", line 24, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/apps/registry.py", line 83, in populate
    raise RuntimeError("populate() isn't reentrant")
RuntimeError: populate() isn't reentrant
[UID:1256][3074105] Child process with pid: 3080388 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home/istvcedu/siga.istvc.edu.ec/passenger_wsgi.py", line 11, in <module>
    application = get_wsgi_application()
                  ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/__init__.py", line 24, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/apps/registry.py", line 83, in populate
    raise RuntimeError("populate() isn't reentrant")
RuntimeError: populate() isn't reentrant
[UID:1256][3074105] Child process with pid: 3080438 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home/istvcedu/siga.istvc.edu.ec/passenger_wsgi.py", line 11, in <module>
    application = get_wsgi_application()
                  ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/__init__.py", line 24, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/apps/registry.py", line 83, in populate
    raise RuntimeError("populate() isn't reentrant")
RuntimeError: populate() isn't reentrant
[UID:1256][3074105] Child process with pid: 3080491 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home/istvcedu/siga.istvc.edu.ec/passenger_wsgi.py", line 11, in <module>
    application = get_wsgi_application()
                  ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/__init__.py", line 24, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/apps/registry.py", line 83, in populate
    raise RuntimeError("populate() isn't reentrant")
RuntimeError: populate() isn't reentrant
[UID:1256][3074105] Child process with pid: 3080641 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home/istvcedu/siga.istvc.edu.ec/passenger_wsgi.py", line 11, in <module>
    application = get_wsgi_application()
                  ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/__init__.py", line 24, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/apps/registry.py", line 83, in populate
    raise RuntimeError("populate() isn't reentrant")
RuntimeError: populate() isn't reentrant
[UID:1256][3074105] Child process with pid: 3080690 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home/istvcedu/siga.istvc.edu.ec/passenger_wsgi.py", line 11, in <module>
    application = get_wsgi_application()
                  ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/__init__.py", line 24, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/apps/registry.py", line 83, in populate
    raise RuntimeError("populate() isn't reentrant")
RuntimeError: populate() isn't reentrant
[UID:1256][3074105] Child process with pid: 3080724 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home/istvcedu/siga.istvc.edu.ec/passenger_wsgi.py", line 11, in <module>
    application = get_wsgi_application()
                  ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/__init__.py", line 24, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/apps/registry.py", line 83, in populate
    raise RuntimeError("populate() isn't reentrant")
RuntimeError: populate() isn't reentrant
[UID:1256][3074105] Child process with pid: 3080734 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home/istvcedu/siga.istvc.edu.ec/passenger_wsgi.py", line 11, in <module>
    application = get_wsgi_application()
                  ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/__init__.py", line 24, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/apps/registry.py", line 83, in populate
    raise RuntimeError("populate() isn't reentrant")
RuntimeError: populate() isn't reentrant
[UID:1256][3074105] Child process with pid: 3080841 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home/istvcedu/siga.istvc.edu.ec/passenger_wsgi.py", line 11, in <module>
    application = get_wsgi_application()
                  ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/__init__.py", line 24, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/apps/registry.py", line 83, in populate
    raise RuntimeError("populate() isn't reentrant")
RuntimeError: populate() isn't reentrant
[UID:1256][3074105] Child process with pid: 3080887 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home/istvcedu/siga.istvc.edu.ec/passenger_wsgi.py", line 11, in <module>
    application = get_wsgi_application()
                  ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/__init__.py", line 24, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/apps/registry.py", line 83, in populate
    raise RuntimeError("populate() isn't reentrant")
RuntimeError: populate() isn't reentrant
[UID:1256][3074105] Child process with pid: 3081047 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home/istvcedu/siga.istvc.edu.ec/passenger_wsgi.py", line 11, in <module>
    application = get_wsgi_application()
                  ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/__init__.py", line 24, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/apps/registry.py", line 83, in populate
    raise RuntimeError("populate() isn't reentrant")
RuntimeError: populate() isn't reentrant
[UID:1256][3074105] Child process with pid: 3081062 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home/istvcedu/siga.istvc.edu.ec/passenger_wsgi.py", line 11, in <module>
    application = get_wsgi_application()
                  ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/__init__.py", line 24, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/apps/registry.py", line 116, in populate
    app_config.import_models()
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/apps/config.py", line 269, in import_models
    self.models_module = import_module(models_module_name)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/models.py", line 5, in <module>
    class Secretaria(models.Model):
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/models.py", line 35, in Secretaria
    @receiver(post_save, sender=Secretaria)
                                ^^^^^^^^^^
NameError: name 'Secretaria' is not defined
Traceback (most recent call last):
  File "/home/istvcedu/siga.istvc.edu.ec/passenger_wsgi.py", line 11, in <module>
    application = get_wsgi_application()
                  ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/__init__.py", line 24, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/apps/registry.py", line 83, in populate
    raise RuntimeError("populate() isn't reentrant")
RuntimeError: populate() isn't reentrant
[UID:1256][3082551] Child process with pid: 3082560 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home/istvcedu/siga.istvc.edu.ec/passenger_wsgi.py", line 11, in <module>
    application = get_wsgi_application()
                  ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/__init__.py", line 24, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/apps/registry.py", line 83, in populate
    raise RuntimeError("populate() isn't reentrant")
RuntimeError: populate() isn't reentrant
[UID:1256][3082551] Child process with pid: 3082750 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home/istvcedu/siga.istvc.edu.ec/passenger_wsgi.py", line 11, in <module>
    application = get_wsgi_application()
                  ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/__init__.py", line 24, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/apps/registry.py", line 83, in populate
    raise RuntimeError("populate() isn't reentrant")
RuntimeError: populate() isn't reentrant
[UID:1256][3082551] Child process with pid: 3082754 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home/istvcedu/siga.istvc.edu.ec/passenger_wsgi.py", line 11, in <module>
    application = get_wsgi_application()
                  ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/__init__.py", line 24, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/apps/registry.py", line 83, in populate
    raise RuntimeError("populate() isn't reentrant")
RuntimeError: populate() isn't reentrant
[UID:1256][3082551] Child process with pid: 3082782 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home/istvcedu/siga.istvc.edu.ec/passenger_wsgi.py", line 11, in <module>
    application = get_wsgi_application()
                  ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/__init__.py", line 24, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/apps/registry.py", line 83, in populate
    raise RuntimeError("populate() isn't reentrant")
RuntimeError: populate() isn't reentrant
[UID:1256][3082551] Child process with pid: 3082789 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home/istvcedu/siga.istvc.edu.ec/passenger_wsgi.py", line 11, in <module>
    application = get_wsgi_application()
                  ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    django.setup(set_prefix=False)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/__init__.py", line 24, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/apps/registry.py", line 83, in populate
    raise RuntimeError("populate() isn't reentrant")
RuntimeError: populate() isn't reentrant
[UID:1256][3082551] Child process with pid: 3083247 was killed by signal: 15, core dumped: no
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Forbidden (Permission denied): /informacion/estudiante/create/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/base.py", line 104, in view
    return self.dispatch(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 48, in _wrapper
    return bound_method(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 48, in _wrapper
    return bound_method(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper
    response = view_func(request, *args, **kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/mixins.py", line 108, in dispatch
    return self.handle_no_permission()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/mixins.py", line 48, in handle_no_permission
    raise PermissionDenied(self.get_permission_denied_message())
django.core.exceptions.PermissionDenied
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /amin
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
[UID:1256][2965914] Child process with pid: 2965931 was killed by signal: 15, core dumped: no
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /static/css/styles.css
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
[UID:1256][1113068] Child process with pid: 1113096 was killed by signal: 15, core dumped: no
Not Found: /favicon.ico
Not Found: /login
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
[UID:1256][2375137] Child process with pid: 2375172 was killed by signal: 15, core dumped: no
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Method Not Allowed (GET): /accounts/logout/
Method Not Allowed: /accounts/logout/
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Internal Server Error: /informacion/mis-materias/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper
    response = view_func(request, *args, **kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 46, in mis_materias
    return render(request, 'mis_materias.html', {
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 62, in render_to_string
    return template.render(context, request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/backends/django.py", line 107, in render
    return self.template.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 171, in render
    return self._render(context)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 65, in render
    result = block.nodelist.render(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 243, in render
    nodelist.append(node.render_annotated(context))
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 550, in render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1067, in render
    output = self.filter_expression.resolve(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 745, in resolve
    new_obj = func(obj, *arg_vals)
              ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/templatetags/custom_filters.py", line 30, in display_nota
    return f"{value:.2f}"
           ^^^^^^^^^^^^^^
ValueError: Unknown format code 'f' for object of type 'str'
Not Found: /favicon.ico
Internal Server Error: /informacion/mis-materias/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper
    response = view_func(request, *args, **kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 46, in mis_materias
    return render(request, 'mis_materias.html', {
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 62, in render_to_string
    return template.render(context, request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/backends/django.py", line 107, in render
    return self.template.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 171, in render
    return self._render(context)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 65, in render
    result = block.nodelist.render(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 243, in render
    nodelist.append(node.render_annotated(context))
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 550, in render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1067, in render
    output = self.filter_expression.resolve(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 745, in resolve
    new_obj = func(obj, *arg_vals)
              ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/templatetags/custom_filters.py", line 30, in display_nota
    return f"{value:.2f}"
           ^^^^^^^^^^^^^^
ValueError: Unknown format code 'f' for object of type 'str'
Internal Server Error: /informacion/mis-materias/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper
    response = view_func(request, *args, **kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 46, in mis_materias
    return render(request, 'mis_materias.html', {
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 62, in render_to_string
    return template.render(context, request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/backends/django.py", line 107, in render
    return self.template.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 171, in render
    return self._render(context)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 65, in render
    result = block.nodelist.render(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 243, in render
    nodelist.append(node.render_annotated(context))
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 550, in render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1067, in render
    output = self.filter_expression.resolve(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 745, in resolve
    new_obj = func(obj, *arg_vals)
              ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/templatetags/custom_filters.py", line 30, in display_nota
    return f"{value:.2f}"
           ^^^^^^^^^^^^^^
ValueError: Unknown format code 'f' for object of type 'str'
Not Found: /favicon.ico
Internal Server Error: /informacion/mis-materias/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper
    response = view_func(request, *args, **kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 46, in mis_materias
    return render(request, 'mis_materias.html', {
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 62, in render_to_string
    return template.render(context, request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/backends/django.py", line 107, in render
    return self.template.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 171, in render
    return self._render(context)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 65, in render
    result = block.nodelist.render(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 243, in render
    nodelist.append(node.render_annotated(context))
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 550, in render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1067, in render
    output = self.filter_expression.resolve(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 745, in resolve
    new_obj = func(obj, *arg_vals)
              ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/templatetags/custom_filters.py", line 30, in display_nota
    return f"{value:.2f}"
           ^^^^^^^^^^^^^^
ValueError: Unknown format code 'f' for object of type 'str'
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Failed to send password reset email to 50
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/forms.py", line 431, in send_mail
    email_message.send()
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/mail/message.py", line 301, in send
    return self.get_connection(fail_silently).send_messages([self])
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/mail/backends/smtp.py", line 136, in send_messages
    sent = self._send(message)
           ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/mail/backends/smtp.py", line 155, in _send
    self.connection.sendmail(
  File "/opt/alt/python311/lib64/python3.11/smtplib.py", line 901, in sendmail
    raise SMTPRecipientsRefused(senderrs)
smtplib.SMTPRecipientsRefused: {'alondraja.mena@istvc.edu.ec': (550, b'No Such User Here')}
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /favicon.ico
Not Found: /favicon.ico
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Internal Server Error: /informacion/estudiantes/7/periodos/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 511, in estudiante_periodos
    return render(request, 'informacion/estudiante_periodos.html', {
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 61, in render_to_string
    template = get_template(template_name, using=using)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 19, in get_template
    raise TemplateDoesNotExist(template_name, chain=chain)
django.template.exceptions.TemplateDoesNotExist: informacion/estudiante_periodos.html
Internal Server Error: /informacion/estudiantes/7/periodos/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 511, in estudiante_periodos
    return render(request, 'informacion/estudiante_periodos.html', {
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 61, in render_to_string
    template = get_template(template_name, using=using)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 19, in get_template
    raise TemplateDoesNotExist(template_name, chain=chain)
django.template.exceptions.TemplateDoesNotExist: informacion/estudiante_periodos.html
Internal Server Error: /informacion/estudiantes/7/periodos/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 511, in estudiante_periodos
    return render(request, 'informacion/estudiante_periodos.html', {
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 61, in render_to_string
    template = get_template(template_name, using=using)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 19, in get_template
    raise TemplateDoesNotExist(template_name, chain=chain)
django.template.exceptions.TemplateDoesNotExist: informacion/estudiante_periodos.html
Not Found: /ad jk/ad%20jk
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Internal Server Error: /informacion/estudiantes/7/periodos/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 511, in estudiante_periodos
    return render(request, 'informacion/estudiante_periodos.html', {
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 62, in render_to_string
    return template.render(context, request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/backends/django.py", line 107, in render
    return self.template.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 171, in render
    return self._render(context)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 65, in render
    result = block.nodelist.render(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 480, in render
    url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 88, in reverse
    return resolver._reverse_with_prefix(view, prefix, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix
    raise NoReverseMatch(msg)
django.urls.exceptions.NoReverseMatch: Reverse for 'estudiante-list' not found. 'estudiante-list' is not a valid view function or pattern name.
Internal Server Error: /informacion/estudiantes/7/periodos/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 511, in estudiante_periodos
    return render(request, 'informacion/estudiante_periodos.html', {
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 62, in render_to_string
    return template.render(context, request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/backends/django.py", line 107, in render
    return self.template.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 171, in render
    return self._render(context)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 65, in render
    result = block.nodelist.render(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 480, in render
    url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 88, in reverse
    return resolver._reverse_with_prefix(view, prefix, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix
    raise NoReverseMatch(msg)
django.urls.exceptions.NoReverseMatch: Reverse for 'estudiante-list' not found. 'estudiante-list' is not a valid view function or pattern name.
Internal Server Error: /informacion/estudiantes/7/periodos/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 511, in estudiante_periodos
    return render(request, 'informacion/estudiante_periodos.html', {
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 62, in render_to_string
    return template.render(context, request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/backends/django.py", line 107, in render
    return self.template.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 171, in render
    return self._render(context)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 65, in render
    result = block.nodelist.render(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 480, in render
    url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 88, in reverse
    return resolver._reverse_with_prefix(view, prefix, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix
    raise NoReverseMatch(msg)
django.urls.exceptions.NoReverseMatch: Reverse for 'estudiante-list' not found. 'estudiante-list' is not a valid view function or pattern name.
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /favicon.ico
Not Found: /favicon.ico
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /favicon.ico
[ERROR] [UID:1256][2541895] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'
[ERROR] [UID:1256][2541895] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'
[ERROR] [UID:1256][2541895] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'
[ERROR] [UID:1256][2541895] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'
[ERROR] [UID:1256][2541895] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'
[ERROR] [UID:1256][2546588] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'
[ERROR] [UID:1256][2546588] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
[ERROR] [UID:1256][2608142] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'
[ERROR] [UID:1256][2608142] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'
[ERROR] [UID:1256][2608142] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'
[ERROR] [UID:1256][2608142] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 22, in <module>
    path('estudiantes/<int:estudiante_id>/periodos/<int:periodo_id>/pdf/', views.generar_pdf_periodo, name='pdf-periodo'),
                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'generar_pdf_periodo'
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /favicon.ico
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /ADMIN
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /apple-touch-icon-precomposed.png
Not Found: /apple-touch-icon.png
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Internal Server Error: /informacion/calificaciones-docente/
Traceback (most recent call last):
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 63, in calificaciones_docente
    docente = request.user.docente
            ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 253, in inner
    return func(_wrapped, *args)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/fields/related_descriptors.py", line 531, in __get__
    raise self.RelatedObjectDoesNotExist(
django.contrib.auth.models.User.docente.RelatedObjectDoesNotExist: User has no docente.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 65, in calificaciones_docente
    return render(request, "error.html", {"mensaje": "No tienes permisos para acceder a esta p\xe1gina."})
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 61, in render_to_string
    template = get_template(template_name, using=using)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 19, in get_template
    raise TemplateDoesNotExist(template_name, chain=chain)
django.template.exceptions.TemplateDoesNotExist: error.html
Internal Server Error: /informacion/calificaciones-docente/
Traceback (most recent call last):
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 63, in calificaciones_docente
    docente = request.user.docente
            ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 253, in inner
    return func(_wrapped, *args)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/fields/related_descriptors.py", line 531, in __get__
    raise self.RelatedObjectDoesNotExist(
django.contrib.auth.models.User.docente.RelatedObjectDoesNotExist: User has no docente.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 65, in calificaciones_docente
    return render(request, "error.html", {"mensaje": "No tienes permisos para acceder a esta p\xe1gina."})
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 61, in render_to_string
    template = get_template(template_name, using=using)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 19, in get_template
    raise TemplateDoesNotExist(template_name, chain=chain)
django.template.exceptions.TemplateDoesNotExist: error.html
Internal Server Error: /informacion/calificaciones-docente/
Traceback (most recent call last):
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 63, in calificaciones_docente
    docente = request.user.docente
            ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 253, in inner
    return func(_wrapped, *args)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/fields/related_descriptors.py", line 531, in __get__
    raise self.RelatedObjectDoesNotExist(
django.contrib.auth.models.User.docente.RelatedObjectDoesNotExist: User has no docente.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 65, in calificaciones_docente
    return render(request, "error.html", {"mensaje": "No tienes permisos para acceder a esta p\xe1gina."})
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 61, in render_to_string
    template = get_template(template_name, using=using)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 19, in get_template
    raise TemplateDoesNotExist(template_name, chain=chain)
django.template.exceptions.TemplateDoesNotExist: error.html
Not Found: /favicon.ico
Not Found: /favicon.ico
Internal Server Error: /informacion/calificaciones-docente/
Traceback (most recent call last):
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 63, in calificaciones_docente
    docente = request.user.docente
            ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 253, in inner
    return func(_wrapped, *args)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/fields/related_descriptors.py", line 531, in __get__
    raise self.RelatedObjectDoesNotExist(
django.contrib.auth.models.User.docente.RelatedObjectDoesNotExist: User has no docente.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 65, in calificaciones_docente
    return render(request, "error.html", {"mensaje": "No tienes permisos para acceder a esta p\xe1gina."})
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 61, in render_to_string
    template = get_template(template_name, using=using)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 19, in get_template
    raise TemplateDoesNotExist(template_name, chain=chain)
django.template.exceptions.TemplateDoesNotExist: error.html
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Internal Server Error: /informacion/calificaciones-docente/
Traceback (most recent call last):
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 63, in calificaciones_docente
    docente = request.user.docente
            ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 253, in inner
    return func(_wrapped, *args)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/fields/related_descriptors.py", line 531, in __get__
    raise self.RelatedObjectDoesNotExist(
django.contrib.auth.models.User.docente.RelatedObjectDoesNotExist: User has no docente.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 65, in calificaciones_docente
    return render(request, "error.html", {"mensaje": "No tienes permisos para acceder a esta p\xe1gina."})
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 61, in render_to_string
    template = get_template(template_name, using=using)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 19, in get_template
    raise TemplateDoesNotExist(template_name, chain=chain)
django.template.exceptions.TemplateDoesNotExist: error.html
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /login
Not Found: /favicon.ico
Not Found: /login
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
[UID:1256][3372523] Child process with pid: 3372639 was killed by signal: 15, core dumped: no
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /favicon.ico
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
[UID:1256][3860598] Child process with pid: 3860613 was killed by signal: 15, core dumped: no
[UID:1256][3860598] Child process with pid: 3861749 was killed by signal: 15, core dumped: no
[UID:1256][3860598] Child process with pid: 3864247 was killed by signal: 15, core dumped: no
[UID:1256][3860598] Child process with pid: 3867050 was killed by signal: 15, core dumped: no
[UID:1256][3860598] Child process with pid: 3867481 was killed by signal: 15, core dumped: no
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Internal Server Error: /informacion/estudiantes/26/periodos/4/pdf/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 562, in generar_pdf_periodo
    semestre_texto = SEMESTRES.get(nivel.nivel, f"Nivel {nivel.nivel}")
                     ^^^^^^^^^
NameError: name 'SEMESTRES' is not defined
Internal Server Error: /informacion/estudiantes/26/periodos/4/pdf/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 562, in generar_pdf_periodo
    semestre_texto = SEMESTRES.get(nivel.nivel, f"Nivel {nivel.nivel}")
                         ^^^^^^^^^
NameError: name 'SEMESTRES' is not defined
Not Found: /favicon.ico
[UID:1256][4018877] Child process with pid: 4019456 was killed by signal: 15, core dumped: no
[ERROR] [UID:1256][4029025] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 4, in <module>
    from informacion import views  
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 563
    elements.append(Paragraph(f"<b>Periodo Acad\xe9mico:</b> {periodo.nombre} ", centered_style))
IndentationError: unexpected indent

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 4, in <module>
    from informacion import views  
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 563
    elements.append(Paragraph(f"<b>Periodo Acad\xe9mico:</b> {periodo.nombre} ", centered_style))
IndentationError: unexpected indent

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 4, in <module>
    from informacion import views  
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 563
    elements.append(Paragraph(f"<b>Periodo Acad\xe9mico:</b> {periodo.nombre} ", centered_style))
IndentationError: unexpected indent

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 4, in <module>
    from informacion import views  
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 563
    elements.append(Paragraph(f"<b>Periodo Acad\xe9mico:</b> {periodo.nombre} ", centered_style))
IndentationError: unexpected indent

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 4, in <module>
    from informacion import views  
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 563
    elements.append(Paragraph(f"<b>Periodo Acad\xe9mico:</b> {periodo.nombre} ", centered_style))
IndentationError: unexpected indent

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 4, in <module>
    from informacion import views  
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 563
    elements.append(Paragraph(f"<b>Periodo Acad\xe9mico:</b> {periodo.nombre} ", centered_style))
IndentationError: unexpected indent

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 4, in <module>
    from informacion import views  
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 563
    elements.append(Paragraph(f"<b>Periodo Acad\xe9mico:</b> {periodo.nombre} ", centered_style))
IndentationError: unexpected indent

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 4, in <module>
    from informacion import views  
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 563
    elements.append(Paragraph(f"<b>Periodo Acad\xe9mico:</b> {periodo.nombre} ", centered_style))
IndentationError: unexpected indent

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 4, in <module>
    from informacion import views  
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 563
    elements.append(Paragraph(f"<b>Periodo Acad\xe9mico:</b> {periodo.nombre} ", centered_style))
IndentationError: unexpected indent
[ERROR] [UID:1256][4029025] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 4, in <module>
    from informacion import views  
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 592
    data = [["ID", "Materia", "1er HEMI", "2do HEMI", "Recup.", "Nota Final", "Asistencia", "Estado"]]
IndentationError: unexpected indent

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 4, in <module>
    from informacion import views  
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 592
    data = [["ID", "Materia", "1er HEMI", "2do HEMI", "Recup.", "Nota Final", "Asistencia", "Estado"]]
IndentationError: unexpected indent

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 4, in <module>
    from informacion import views  
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 592
    data = [["ID", "Materia", "1er HEMI", "2do HEMI", "Recup.", "Nota Final", "Asistencia", "Estado"]]
IndentationError: unexpected indent

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 4, in <module>
    from informacion import views  
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 592
    data = [["ID", "Materia", "1er HEMI", "2do HEMI", "Recup.", "Nota Final", "Asistencia", "Estado"]]
IndentationError: unexpected indent

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 4, in <module>
    from informacion import views  
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 592
    data = [["ID", "Materia", "1er HEMI", "2do HEMI", "Recup.", "Nota Final", "Asistencia", "Estado"]]
IndentationError: unexpected indent

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 4, in <module>
    from informacion import views  
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 592
    data = [["ID", "Materia", "1er HEMI", "2do HEMI", "Recup.", "Nota Final", "Asistencia", "Estado"]]
IndentationError: unexpected indent

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 4, in <module>
    from informacion import views  
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 592
    data = [["ID", "Materia", "1er HEMI", "2do HEMI", "Recup.", "Nota Final", "Asistencia", "Estado"]]
IndentationError: unexpected indent

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 4, in <module>
    from informacion import views  
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 592
    data = [["ID", "Materia", "1er HEMI", "2do HEMI", "Recup.", "Nota Final", "Asistencia", "Estado"]]
IndentationError: unexpected indent

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 4, in <module>
    from informacion import views  
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 592
    data = [["ID", "Materia", "1er HEMI", "2do HEMI", "Recup.", "Nota Final", "Asistencia", "Estado"]]
IndentationError: unexpected indent
[ERROR] [UID:1256][4029025] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 4, in <module>
    from informacion import views  
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 592
    data = [["ID", "Materia", "1er HEMI", "2do HEMI", "Recup.", "Nota Final", "Asistencia", "Estado"]]
IndentationError: unexpected indent

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 4, in <module>
    from informacion import views  
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 592
    data = [["ID", "Materia", "1er HEMI", "2do HEMI", "Recup.", "Nota Final", "Asistencia", "Estado"]]
IndentationError: unexpected indent

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 4, in <module>
    from informacion import views  
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 592
    data = [["ID", "Materia", "1er HEMI", "2do HEMI", "Recup.", "Nota Final", "Asistencia", "Estado"]]
IndentationError: unexpected indent

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 4, in <module>
    from informacion import views  
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 592
    data = [["ID", "Materia", "1er HEMI", "2do HEMI", "Recup.", "Nota Final", "Asistencia", "Estado"]]
IndentationError: unexpected indent

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 4, in <module>
    from informacion import views  
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 592
    data = [["ID", "Materia", "1er HEMI", "2do HEMI", "Recup.", "Nota Final", "Asistencia", "Estado"]]
IndentationError: unexpected indent

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 4, in <module>
    from informacion import views  
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 592
    data = [["ID", "Materia", "1er HEMI", "2do HEMI", "Recup.", "Nota Final", "Asistencia", "Estado"]]
IndentationError: unexpected indent

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 4, in <module>
    from informacion import views  
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 592
    data = [["ID", "Materia", "1er HEMI", "2do HEMI", "Recup.", "Nota Final", "Asistencia", "Estado"]]
IndentationError: unexpected indent

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 4, in <module>
    from informacion import views  
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 592
    data = [["ID", "Materia", "1er HEMI", "2do HEMI", "Recup.", "Nota Final", "Asistencia", "Estado"]]
IndentationError: unexpected indent

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 4, in <module>
    from informacion import views  
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 592
    data = [["ID", "Materia", "1er HEMI", "2do HEMI", "Recup.", "Nota Final", "Asistencia", "Estado"]]
IndentationError: unexpected indent
[ERROR] [UID:1256][4029025] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 4, in <module>
    from informacion import views  
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 592
    data = [["ID", "Materia", "1er HEMI", "2do HEMI", "Recup.", "Nota Final", "Asistencia", "Estado"]]
IndentationError: unexpected indent

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 4, in <module>
    from informacion import views  
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 592
    data = [["ID", "Materia", "1er HEMI", "2do HEMI", "Recup.", "Nota Final", "Asistencia", "Estado"]]
IndentationError: unexpected indent

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 4, in <module>
    from informacion import views  
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 592
    data = [["ID", "Materia", "1er HEMI", "2do HEMI", "Recup.", "Nota Final", "Asistencia", "Estado"]]
IndentationError: unexpected indent

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 4, in <module>
    from informacion import views  
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 592
    data = [["ID", "Materia", "1er HEMI", "2do HEMI", "Recup.", "Nota Final", "Asistencia", "Estado"]]
IndentationError: unexpected indent

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 4, in <module>
    from informacion import views  
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 592
    data = [["ID", "Materia", "1er HEMI", "2do HEMI", "Recup.", "Nota Final", "Asistencia", "Estado"]]
IndentationError: unexpected indent

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 4, in <module>
    from informacion import views  
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 592
    data = [["ID", "Materia", "1er HEMI", "2do HEMI", "Recup.", "Nota Final", "Asistencia", "Estado"]]
IndentationError: unexpected indent

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 4, in <module>
    from informacion import views  
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 592
    data = [["ID", "Materia", "1er HEMI", "2do HEMI", "Recup.", "Nota Final", "Asistencia", "Estado"]]
IndentationError: unexpected indent

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 4, in <module>
    from informacion import views  
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 592
    data = [["ID", "Materia", "1er HEMI", "2do HEMI", "Recup.", "Nota Final", "Asistencia", "Estado"]]
IndentationError: unexpected indent

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 4, in <module>
    from informacion import views  
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 592
    data = [["ID", "Materia", "1er HEMI", "2do HEMI", "Recup.", "Nota Final", "Asistencia", "Estado"]]
IndentationError: unexpected indent
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
[UID:1256][4180747] Child process with pid: 44767 was killed by signal: 15, core dumped: no
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Internal Server Error: /informacion/calificaciones-docente/
Traceback (most recent call last):
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 63, in calificaciones_docente
    docente = request.user.docente
            ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 253, in inner
    return func(_wrapped, *args)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/fields/related_descriptors.py", line 531, in __get__
    raise self.RelatedObjectDoesNotExist(
django.contrib.auth.models.User.docente.RelatedObjectDoesNotExist: User has no docente.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 65, in calificaciones_docente
    return render(request, "error.html", {"mensaje": "No tienes permisos para acceder a esta p\xe1gina."})
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 61, in render_to_string
    template = get_template(template_name, using=using)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 19, in get_template
    raise TemplateDoesNotExist(template_name, chain=chain)
django.template.exceptions.TemplateDoesNotExist: error.html
Internal Server Error: /informacion/calificaciones-docente/
Traceback (most recent call last):
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 63, in calificaciones_docente
    docente = request.user.docente
            ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 253, in inner
    return func(_wrapped, *args)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/fields/related_descriptors.py", line 531, in __get__
    raise self.RelatedObjectDoesNotExist(
django.contrib.auth.models.User.docente.RelatedObjectDoesNotExist: User has no docente.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 65, in calificaciones_docente
    return render(request, "error.html", {"mensaje": "No tienes permisos para acceder a esta p\xe1gina."})
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 61, in render_to_string
    template = get_template(template_name, using=using)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 19, in get_template
    raise TemplateDoesNotExist(template_name, chain=chain)
django.template.exceptions.TemplateDoesNotExist: error.html
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Internal Server Error: /informacion/calificaciones-docente/
Traceback (most recent call last):
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 63, in calificaciones_docente
    docente = request.user.docente
            ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 253, in inner
    return func(_wrapped, *args)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/fields/related_descriptors.py", line 531, in __get__
    raise self.RelatedObjectDoesNotExist(
django.contrib.auth.models.User.docente.RelatedObjectDoesNotExist: User has no docente.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 65, in calificaciones_docente
    return render(request, "error.html", {"mensaje": "No tienes permisos para acceder a esta p\xe1gina."})
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 61, in render_to_string
    template = get_template(template_name, using=using)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 19, in get_template
    raise TemplateDoesNotExist(template_name, chain=chain)
django.template.exceptions.TemplateDoesNotExist: error.html
Internal Server Error: /informacion/calificaciones-docente/
Traceback (most recent call last):
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 63, in calificaciones_docente
    docente = request.user.docente
            ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 253, in inner
    return func(_wrapped, *args)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/fields/related_descriptors.py", line 531, in __get__
    raise self.RelatedObjectDoesNotExist(
django.contrib.auth.models.User.docente.RelatedObjectDoesNotExist: User has no docente.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 65, in calificaciones_docente
    return render(request, "error.html", {"mensaje": "No tienes permisos para acceder a esta p\xe1gina."})
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 61, in render_to_string
    template = get_template(template_name, using=using)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 19, in get_template
    raise TemplateDoesNotExist(template_name, chain=chain)
django.template.exceptions.TemplateDoesNotExist: error.html
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Internal Server Error: /informacion/calificaciones-docente/
Traceback (most recent call last):
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 63, in calificaciones_docente
    docente = request.user.docente
            ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 253, in inner
    return func(_wrapped, *args)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/fields/related_descriptors.py", line 531, in __get__
    raise self.RelatedObjectDoesNotExist(
django.contrib.auth.models.User.docente.RelatedObjectDoesNotExist: User has no docente.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 65, in calificaciones_docente
    return render(request, "error.html", {"mensaje": "No tienes permisos para acceder a esta p\xe1gina."})
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 61, in render_to_string
    template = get_template(template_name, using=using)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 19, in get_template
    raise TemplateDoesNotExist(template_name, chain=chain)
django.template.exceptions.TemplateDoesNotExist: error.html
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /login
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /](https:/siga.istvc.edu.ec/](https://siga.istvc.edu.ec/
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
[UID:1256][1064716] Child process with pid: 1231219 was killed by signal: 15, core dumped: no
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
[UID:1256][2731743] Child process with pid: 2731769 was killed by signal: 15, core dumped: no
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/security.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /installer.php//installer.php
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
[UID:1256][1422341] Child process with pid: 1422415 was killed by signal: 15, core dumped: no
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
[UID:1256][3421224] Child process with pid: 3421258 was killed by signal: 15, core dumped: no
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
[UID:1256][359820] Child process with pid: 359844 was killed by signal: 15, core dumped: no
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
[UID:1256][4151788] Child process with pid: 4151805 was killed by signal: 15, core dumped: no
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
[UID:1256][493955] Child process with pid: 539808 was killed by signal: 15, core dumped: no
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
[UID:1256][1500732] Child process with pid: 1527650 was killed by signal: 15, core dumped: no
[UID:1256][1500732] Child process with pid: 1527665 was killed by signal: 15, core dumped: no
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
[UID:1256][3763187] Child process with pid: 3763214 was killed by signal: 15, core dumped: no
Not Found: /favicon.ico
Not Found: /favicon.ico
[UID:1256][246045] Child process with pid: 276080 was killed by signal: 15, core dumped: no
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
[UID:1256][3143469] Child process with pid: 3195665 was killed by signal: 15, core dumped: no
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /login
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
[UID:1256][73532] Child process with pid: 73555 was killed by signal: 15, core dumped: no
[UID:1256][416980] Child process with pid: 417025 was killed by signal: 15, core dumped: no
Not Found: /favicon.ico
[UID:1256][416980] Child process with pid: 418929 was killed by signal: 15, core dumped: no
[UID:1256][416980] Child process with pid: 419472 was killed by signal: 15, core dumped: no
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
[UID:1256][709713] Child process with pid: 709744 was killed by signal: 15, core dumped: no
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
[UID:1256][1841777] Child process with pid: 1841786 was killed by signal: 15, core dumped: no
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /login
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
[UID:1256][607334] Child process with pid: 607356 was killed by signal: 15, core dumped: no
Not Found: /favicon.ico
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /apple-touch-icon-precomposed.png
Not Found: /favicon.ico
Not Found: /apple-touch-icon.png
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Internal Server Error: /informacion/mis-materias/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper
    response = view_func(request, *args, **kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 46, in mis_materias
    return render(request, 'mis_materias.html', {
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 62, in render_to_string
    return template.render(context, request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/backends/django.py", line 107, in render
    return self.template.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 171, in render
    return self._render(context)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 65, in render
    result = block.nodelist.render(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 243, in render
    nodelist.append(node.render_annotated(context))
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 550, in render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1067, in render
    output = self.filter_expression.resolve(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 745, in resolve
    new_obj = func(obj, *arg_vals)
              ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/templatetags/custom_filters.py", line 30, in display_nota
    return f"{value:.2f}"
           ^^^^^^^^^^^^^^
ValueError: Unknown format code 'f' for object of type 'str'
Internal Server Error: /informacion/mis-materias/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper
    response = view_func(request, *args, **kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 46, in mis_materias
    return render(request, 'mis_materias.html', {
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 62, in render_to_string
    return template.render(context, request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/backends/django.py", line 107, in render
    return self.template.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 171, in render
    return self._render(context)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 65, in render
    result = block.nodelist.render(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 243, in render
    nodelist.append(node.render_annotated(context))
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 550, in render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1067, in render
    output = self.filter_expression.resolve(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 745, in resolve
    new_obj = func(obj, *arg_vals)
              ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/templatetags/custom_filters.py", line 30, in display_nota
    return f"{value:.2f}"
           ^^^^^^^^^^^^^^
ValueError: Unknown format code 'f' for object of type 'str'
Not Found: /ruta/a/tu/imagen.jpg
Internal Server Error: /informacion/mis-materias/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper
    response = view_func(request, *args, **kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 46, in mis_materias
    return render(request, 'mis_materias.html', {
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 62, in render_to_string
    return template.render(context, request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/backends/django.py", line 107, in render
    return self.template.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 171, in render
    return self._render(context)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 65, in render
    result = block.nodelist.render(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 243, in render
    nodelist.append(node.render_annotated(context))
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 550, in render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1067, in render
    output = self.filter_expression.resolve(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 745, in resolve
    new_obj = func(obj, *arg_vals)
              ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/templatetags/custom_filters.py", line 30, in display_nota
    return f"{value:.2f}"
           ^^^^^^^^^^^^^^
ValueError: Unknown format code 'f' for object of type 'str'
Not Found: /favicon.ico
[UID:1256][1507595] Child process with pid: 1507612 was killed by signal: 15, core dumped: no
[UID:1256][1507595] Child process with pid: 1510545 was killed by signal: 15, core dumped: no
Not Found: /favicon.ico
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /favicon.ico
Not Found: /favicon.ico
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /sitemap.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /sitemap.txt
[UID:1256][2441093] Child process with pid: 2473553 was killed by signal: 15, core dumped: no
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
[UID:1256][2441093] Child process with pid: 2540163 was killed by signal: 15, core dumped: no
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /login
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /style.php
Not Found: /style.php
Not Found: /favicon.ico
[UID:1256][2987916] Child process with pid: 2987931 was killed by signal: 15, core dumped: no
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /sitemaps.xml
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /favicon.ico
[UID:1256][43728] Child process with pid: 265811 was killed by signal: 15, core dumped: no
Not Found: /ruta/a/tu/imagen.jpg
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /sitemaps.xml
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /sitemap.xml
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /sitemap.xml
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
[UID:1256][3626719] Child process with pid: 3700378 was killed by signal: 15, core dumped: no
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
[UID:1256][3626719] Child process with pid: 3723846 was killed by signal: 15, core dumped: no
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
[UID:1256][3626719] Child process with pid: 3754361 was killed by signal: 15, core dumped: no
[UID:1256][3626719] Child process with pid: 3754425 was killed by signal: 15, core dumped: no
Not Found: /ruta/a/tu/imagen.jpg
[UID:1256][3626719] Child process with pid: 3754540 was killed by signal: 15, core dumped: no
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
[UID:1256][3626719] Child process with pid: 3763853 was killed by signal: 15, core dumped: no
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /login
Not Found: /.well-known/assetlinks.json
Not Found: /wordpress
Not Found: /wp-admin/install.php
Not Found: /wp
Not Found: /wp-admin/install.php
Not Found: /blog
Not Found: /wp-admin/install.php
Not Found: /test
Not Found: /wp-admin/install.php
Not Found: /site
Not Found: /wp-admin/install.php
Not Found: /cms
Not Found: /wp-admin/install.php
Not Found: /new
Not Found: /wp-admin/install.php
Not Found: /old
Not Found: /wp-admin/install.php
Not Found: /beta
Not Found: /wp-admin/install.php
Not Found: /demo
Not Found: /wp-admin/install.php
Not Found: /backup
Not Found: /wp-admin/install.php
Not Found: /wordpress
Not Found: /wp-admin/install.php
Not Found: /wp
Not Found: /wp-admin/install.php
Not Found: /blog
Not Found: /wp-admin/install.php
Not Found: /test
Not Found: /wp-admin/install.php
Not Found: /site
Not Found: /wp-admin/install.php
Not Found: /cms
Not Found: /wp-admin/install.php
Not Found: /new
Not Found: /wp-admin/install.php
Not Found: /old
Not Found: /wp-admin/install.php
Not Found: /beta
Not Found: /wp-admin/install.php
Not Found: /demo
Not Found: /wp-admin/install.php
Not Found: /backup
Not Found: /wp-admin/install.php
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
[UID:1256][3357882] Child process with pid: 3388369 was killed by signal: 15, core dumped: no
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /sitemap_index.xml
Not Found: /robots.txt
Not Found: /sitemap_index.xml
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /wordpress
Not Found: /wordpress
Not Found: /login
Not Found: /Wordpress
Not Found: /Wordpress
Not Found: /WORDPRESS
Not Found: /WORDPRESS
Not Found: /WordPress
Not Found: /WordPress
Not Found: /wp
Not Found: /wp
Not Found: /Wp
Not Found: /Wp
Not Found: /WP
Not Found: /WP
Not Found: /old
Not Found: /old
Not Found: /Old
Not Found: /Old
Not Found: /OLD
Not Found: /OLD
Not Found: /oldsite
Not Found: /oldsite
Not Found: /new
Not Found: /new
Not Found: /New
Not Found: /New
Not Found: /NEW
Not Found: /NEW
Not Found: /favicon.ico
Not Found: /wp-old
Not Found: /wp-old
Not Found: /2022
Not Found: /2022
Not Found: /2023
Not Found: /2023
Not Found: /2024
Not Found: /2024
Not Found: /2017
Not Found: /2017
Not Found: /2020
Not Found: /2020
Not Found: /2019
Not Found: /2019
Not Found: /2018
Not Found: /2018
Not Found: /backup
Not Found: /backup
Not Found: /test
Not Found: /test
Not Found: /Test
Not Found: /Test
Not Found: /TEST
Not Found: /TEST
Not Found: /demo
Not Found: /demo
Not Found: /bc
Not Found: /bc
Not Found: /www
Not Found: /www
Not Found: /WWW
Not Found: /WWW
Not Found: /Www
Not Found: /Www
Not Found: /2021
Not Found: /2021
Not Found: /main
Not Found: /main
Not Found: /old-site
Not Found: /old-site
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /bk
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /bk
Not Found: /Backup
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /Backup
Not Found: /BACKUP
Not Found: /BACKUP
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /SHOP
Not Found: /SHOP
Not Found: /Shop
Not Found: /Shop
Not Found: /shop
Not Found: /shop
Not Found: /bak
Not Found: /bak
Not Found: /sitio
Not Found: /sitio
Not Found: /bac
Not Found: /bac
Not Found: /sito
Not Found: /sito
Not Found: /site
Not Found: /site
Not Found: /Site
Not Found: /Site
Not Found: /SITE
Not Found: /SITE
Not Found: /blog
Not Found: /blog
Not Found: /BLOG
Not Found: /Blog
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /sitemap.xml.gz
Not Found: /favicon.ico
Not Found: /login
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Method Not Allowed (GET): /accounts/logout/
Method Not Allowed: /accounts/logout/
Method Not Allowed (GET): /accounts/logout/
Method Not Allowed: /accounts/logout/
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /login
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
[UID:1256][2894914] Child process with pid: 2894924 was killed by signal: 15, core dumped: no
[UID:1256][2894914] Child process with pid: 2895883 was killed by signal: 15, core dumped: no
[UID:1256][2894914] Child process with pid: 2895885 was killed by signal: 15, core dumped: no
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /login
Not Found: /favicon.ico
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /favicon.ico
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /enhancecp
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /login
Not Found: /robots.txt
Not Found: /login
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /login
Not Found: /robots.txt
Not Found: /static/css/styles.css
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /login
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /login
Not Found: /.well-known/security.txt
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /login
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
[UID:1256][392420] Child process with pid: 392591 was killed by signal: 15, core dumped: no
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /login
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Internal Server Error: /informacion/exportar-reprobados/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 742, in exportar_calificaciones_excel
    periodo = PeriodoAcademico.objects.get(id=periodo_id)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/manager.py", line 87, in manager_method
    return getattr(self.get_queryset(), name)(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/query.py", line 649, in get
    raise self.model.DoesNotExist(
informacion.models.PeriodoAcademico.DoesNotExist: PeriodoAcademico matching query does not exist.
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/openpyxl/workbook/child.py:99: UserWarning: Title is more than 31 characters. Some applications may not be able to read the file
  warnings.warn("Title is more than 31 characters. Some applications may not be able to read the file")
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/openpyxl/workbook/child.py:99: UserWarning: Title is more than 31 characters. Some applications may not be able to read the file
  warnings.warn("Title is more than 31 characters. Some applications may not be able to read the file")
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/openpyxl/workbook/child.py:99: UserWarning: Title is more than 31 characters. Some applications may not be able to read the file
  warnings.warn("Title is more than 31 characters. Some applications may not be able to read the file")
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/openpyxl/workbook/child.py:99: UserWarning: Title is more than 31 characters. Some applications may not be able to read the file
  warnings.warn("Title is more than 31 characters. Some applications may not be able to read the file")
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /login
[UID:1256][297680] Child process with pid: 297695 was killed by signal: 15, core dumped: no
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /acmin
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /sitemap.xml
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /login
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /login
Not Found: /login
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /app-ads.txt
Not Found: /ads.txt
Not Found: /sellers.json
Not Found: /.well-known/assetlinks.json
Not Found: /.well-known/apple-app-site-association
Not Found: /llms.txt
Not Found: /dsrdelete.json
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /.well-known/apple-app-site-association
Not Found: /robots.txt
Not Found: /.well-known/web-identity
Not Found: /.well-known/security.txt
Not Found: /.well-known/passkey-endpoints
Not Found: /.well-known/resource-that-should-not-exist-whose-status-code-should-not-be-200/
Not Found: /.well-known/privacy-sandbox-attestations.json
Not Found: /.well-known/change-password
Not Found: /.well-known/related-website-set.json
Not Found: /.well-known/gpc.json
Not Found: /.well-known/webauthn
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ads.txt
Not Found: /app-ads.txt
Not Found: /sellers.json
Not Found: /.well-known/apple-app-site-association
Not Found: /.well-known/assetlinks.json
Not Found: /llms.txt
Not Found: /dsrdelete.json
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /.well-known/apple-app-site-association
Not Found: /.well-known/related-website-set.json
Not Found: /.well-known/privacy-sandbox-attestations.json
Not Found: /.well-known/webauthn
Not Found: /.well-known/security.txt
Not Found: /robots.txt
Not Found: /.well-known/resource-that-should-not-exist-whose-status-code-should-not-be-200/
Not Found: /.well-known/passkey-endpoints
Not Found: /.well-known/change-password
Not Found: /.well-known/gpc.json
Not Found: /.well-known/web-identity
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
[UID:1256][1724489] Child process with pid: 1724504 was killed by signal: 15, core dumped: no
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /app-ads.txt
Not Found: /ads.txt
Not Found: /sellers.json
Not Found: /.well-known/apple-app-site-association
Not Found: /.well-known/assetlinks.json
Not Found: /llms.txt
Not Found: /dsrdelete.json
Not Found: /robots.txt
Not Found: /.well-known/apple-app-site-association
Not Found: /.well-known/related-website-set.json
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /.well-known/security.txt
Not Found: /.well-known/passkey-endpoints
Not Found: /.well-known/change-password
Not Found: /.well-known/privacy-sandbox-attestations.json
Not Found: /.well-known/resource-that-should-not-exist-whose-status-code-should-not-be-200/
Not Found: /.well-known/gpc.json
Not Found: /.well-known/web-identity
Not Found: /.well-known/webauthn
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/security.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ads.txt
Not Found: /sellers.json
Not Found: /app-ads.txt
Not Found: /.well-known/apple-app-site-association
Not Found: /.well-known/assetlinks.json
Not Found: /llms.txt
Not Found: /dsrdelete.json
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /.well-known/apple-app-site-association
Not Found: /.well-known/related-website-set.json
Not Found: /.well-known/web-identity
Not Found: /.well-known/security.txt
Not Found: /.well-known/resource-that-should-not-exist-whose-status-code-should-not-be-200/
Not Found: /.well-known/privacy-sandbox-attestations.json
Not Found: /.well-known/webauthn
Not Found: /.well-known/change-password
Not Found: /robots.txt
Not Found: /.well-known/gpc.json
Not Found: /.well-known/passkey-endpoints
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /sitemap.txt
Not Found: /sitemap.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /login
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /sitemap.xml
Not Found: /sitemap.xml
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /wp-login.php
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /login
Not Found: /sitemap.xml.gz
Not Found: /sitemap.xml.gz
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /app/
Not Found: /login/
Not Found: /app/
Not Found: /login/
Not Found: /app/
Not Found: /login/
Not Found: /app/
Not Found: /login/
Not Found: /app/
Not Found: /login/
Not Found: /app/
Not Found: /login/
Not Found: /app/
Not Found: /login/
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /sitemap_index.xml
Not Found: /favicon.ico
Not Found: /sitemap_index.xml
Not Found: /robots.txt
Not Found: /sitemap.xml
Not Found: /llms.txt
Not Found: /humans.txt
Not Found: /ads.txt
Not Found: /security.txt
Not Found: /.well-known/security.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /login
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /sitemaps.xml
Not Found: /sitemaps.xml
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Internal Server Error: /informacion/mis-materias/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper
    response = view_func(request, *args, **kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 46, in mis_materias
    return render(request, 'mis_materias.html', {
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 62, in render_to_string
    return template.render(context, request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/backends/django.py", line 107, in render
    return self.template.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 171, in render
    return self._render(context)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 65, in render
    result = block.nodelist.render(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 243, in render
    nodelist.append(node.render_annotated(context))
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 550, in render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1067, in render
    output = self.filter_expression.resolve(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 745, in resolve
    new_obj = func(obj, *arg_vals)
              ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/templatetags/custom_filters.py", line 30, in display_nota
    return f"{value:.2f}"
           ^^^^^^^^^^^^^^
ValueError: Unknown format code 'f' for object of type 'str'
Not Found: /.well-known/assetlinks.json
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Internal Server Error: /admin/informacion/docente/add/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/backends/utils.py", line 105, in _execute
    return self.cursor.execute(sql, params)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/backends/mysql/base.py", line 76, in execute
    return self.cursor.execute(query, args)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib64/python3.11/site-packages/MySQLdb/cursors.py", line 179, in execute
    res = self._query(mogrified_query)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib64/python3.11/site-packages/MySQLdb/cursors.py", line 331, in _query
    self._do_get_result(db)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib64/python3.11/site-packages/MySQLdb/cursors.py", line 136, in _do_get_result
    self._result = result = self._get_result()
                            ^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib64/python3.11/site-packages/MySQLdb/cursors.py", line 363, in _get_result
    return self._get_db().store_result()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
MySQLdb.IntegrityError: (1048, "Column 'last_name' cannot be null")

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/options.py", line 718, in wrapper
    return self.admin_site.admin_view(view)(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 188, in _view_wrapper
    result = _process_exception(request, e)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 186, in _view_wrapper
    response = view_func(request, *args, **kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper
    response = view_func(request, *args, **kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/sites.py", line 241, in inner
    return view(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/options.py", line 1961, in add_view
    return self.changeform_view(request, None, form_url, extra_context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 48, in _wrapper
    return bound_method(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 188, in _view_wrapper
    result = _process_exception(request, e)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 186, in _view_wrapper
    response = view_func(request, *args, **kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/options.py", line 1820, in changeform_view
    return self._changeform_view(request, object_id, form_url, extra_context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/options.py", line 1871, in _changeform_view
    self.save_model(request, new_object, form, not add)
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/admin.py", line 114, in save_model
    user = User.objects.create_user(
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/models.py", line 162, in create_user
    return self._create_user(username, email, password, **extra_fields)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/models.py", line 156, in _create_user
    user.save(using=self._db)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/base_user.py", line 62, in save
    super().save(*args, **kwargs)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/base.py", line 892, in save
    self.save_base(
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/base.py", line 998, in save_base
    updated = self._save_table(
              ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/base.py", line 1161, in _save_table
    results = self._do_insert(
              ^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/base.py", line 1202, in _do_insert
    return manager._insert(
           ^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/manager.py", line 87, in manager_method
    return getattr(self.get_queryset(), name)(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/query.py", line 1847, in _insert
    return query.get_compiler(using=using).execute_sql(returning_fields)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/sql/compiler.py", line 1836, in execute_sql
    cursor.execute(sql, params)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/backends/utils.py", line 122, in execute
    return super().execute(sql, params)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/backends/utils.py", line 79, in execute
    return self._execute_with_wrappers(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/backends/utils.py", line 92, in _execute_with_wrappers
    return executor(sql, params, many, context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/backends/utils.py", line 100, in _execute
    with self.db.wrap_database_errors:
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/utils.py", line 91, in __exit__
    raise dj_exc_value.with_traceback(traceback) from exc_value
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/backends/utils.py", line 105, in _execute
    return self.cursor.execute(sql, params)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/backends/mysql/base.py", line 76, in execute
    return self.cursor.execute(query, args)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib64/python3.11/site-packages/MySQLdb/cursors.py", line 179, in execute
    res = self._query(mogrified_query)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib64/python3.11/site-packages/MySQLdb/cursors.py", line 331, in _query
    self._do_get_result(db)
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib64/python3.11/site-packages/MySQLdb/cursors.py", line 136, in _do_get_result
    self._result = result = self._get_result()
                            ^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib64/python3.11/site-packages/MySQLdb/cursors.py", line 363, in _get_result
    return self._get_db().store_result()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
django.db.utils.IntegrityError: (1048, "Column 'last_name' cannot be null")
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /login
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /wp-includes/wlwmanifest.xml//wp-includes/wlwmanifest.xml
Not Found: /xmlrpc.php//xmlrpc.php
Not Found: /blog/wp-includes/wlwmanifest.xml//blog/wp-includes/wlwmanifest.xml
Not Found: /web/wp-includes/wlwmanifest.xml//web/wp-includes/wlwmanifest.xml
Not Found: /wordpress/wp-includes/wlwmanifest.xml//wordpress/wp-includes/wlwmanifest.xml
Not Found: /website/wp-includes/wlwmanifest.xml//website/wp-includes/wlwmanifest.xml
Not Found: /wp/wp-includes/wlwmanifest.xml//wp/wp-includes/wlwmanifest.xml
Not Found: /news/wp-includes/wlwmanifest.xml//news/wp-includes/wlwmanifest.xml
Not Found: /2018/wp-includes/wlwmanifest.xml//2018/wp-includes/wlwmanifest.xml
Not Found: /2019/wp-includes/wlwmanifest.xml//2019/wp-includes/wlwmanifest.xml
Not Found: /shop/wp-includes/wlwmanifest.xml//shop/wp-includes/wlwmanifest.xml
Not Found: /wp1/wp-includes/wlwmanifest.xml//wp1/wp-includes/wlwmanifest.xml
Not Found: /test/wp-includes/wlwmanifest.xml//test/wp-includes/wlwmanifest.xml
Not Found: /media/wp-includes/wlwmanifest.xml//media/wp-includes/wlwmanifest.xml
Not Found: /wp2/wp-includes/wlwmanifest.xml//wp2/wp-includes/wlwmanifest.xml
Not Found: /site/wp-includes/wlwmanifest.xml//site/wp-includes/wlwmanifest.xml
Not Found: /cms/wp-includes/wlwmanifest.xml//cms/wp-includes/wlwmanifest.xml
Not Found: /sito/wp-includes/wlwmanifest.xml//sito/wp-includes/wlwmanifest.xml
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/assetlinks.json
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /enhancecp
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /login
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Method Not Allowed (GET): /accounts/logout/
Method Not Allowed: /accounts/logout/
Method Not Allowed (GET): /accounts/logout/
Method Not Allowed: /accounts/logout/
Method Not Allowed (GET): /accounts/logout/
Method Not Allowed: /accounts/logout/
Method Not Allowed (GET): /accounts/logout/
Method Not Allowed: /accounts/logout/
Method Not Allowed (GET): /accounts/logout/
Method Not Allowed: /accounts/logout/
Method Not Allowed (GET): /accounts/logout/
Method Not Allowed: /accounts/logout/
Not Found: /.well-known/assetlinks.json
Method Not Allowed (GET): /accounts/logout/
Method Not Allowed: /accounts/logout/
Not Found: /App_Master/Telerik.Web.UI.DialogHandler.aspx
Not Found: /DesktopModules/TelerikWebUI/RadEditorProvider/Telerik.Web.UI.DialogHandler.aspx
Not Found: /Providers/HtmlEditorProviders/Telerik/Telerik.Web.UI.DialogHandler.aspx
Not Found: /DesktopModules/Admin/RadEditorProvider/DialogHandler.aspx
Not Found: /DesktopModules/dnnWerk.RadEditorProvider/DialogHandler.aspx
Not Found: /common/admin/Jobs2/Telerik.Web.UI.DialogHandler.aspx
Not Found: /App_Master/Telerik.Web.UI.DialogHandler.aspx
Not Found: /Telerik.Web.UI.DialogHandler.aspx
Not Found: /DesktopModules/TelerikWebUI/RadEditorProvider/Telerik.Web.UI.DialogHandler.aspx
Not Found: /Providers/HtmlEditorProviders/Telerik/Telerik.Web.UI.DialogHandler.aspx
Not Found: /Components/General/Admin/UserControl/Telerik.Web.UI.DialogHandler.aspx
Not Found: /DesktopModules/Admin/RadEditorProvider/DialogHandler.aspx
Not Found: /_controls/responsive/Telerik.Web.UI.DialogHandler.aspx
Not Found: /common/admin/PhotoGallery2/Telerik.Web.UI.DialogHandler.aspx
Not Found: /DesktopModules/dnnWerk.RadEditorProvider/DialogHandler.aspx
Not Found: /common/admin/Jobs2/Telerik.Web.UI.DialogHandler.aspx
Not Found: /Telerik.Web.UI.DialogHandler.aspx
Not Found: /Components/General/Admin/UserControl/Telerik.Web.UI.DialogHandler.aspx
Not Found: /_controls/responsive/Telerik.Web.UI.DialogHandler.aspx
Not Found: /common/admin/PhotoGallery2/Telerik.Web.UI.DialogHandler.aspx
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /App_Master/Telerik.Web.UI.DialogHandler.aspx
Not Found: /DesktopModules/TelerikWebUI/RadEditorProvider/Telerik.Web.UI.DialogHandler.aspx
Not Found: /Providers/HtmlEditorProviders/Telerik/Telerik.Web.UI.DialogHandler.aspx
Not Found: /DesktopModules/Admin/RadEditorProvider/DialogHandler.aspx
Not Found: /DesktopModules/dnnWerk.RadEditorProvider/DialogHandler.aspx
Not Found: /common/admin/Jobs2/Telerik.Web.UI.DialogHandler.aspx
Not Found: /App_Master/Telerik.Web.UI.DialogHandler.aspx
Not Found: /Telerik.Web.UI.DialogHandler.aspx
Not Found: /DesktopModules/TelerikWebUI/RadEditorProvider/Telerik.Web.UI.DialogHandler.aspx
Not Found: /Components/General/Admin/UserControl/Telerik.Web.UI.DialogHandler.aspx
Not Found: /Providers/HtmlEditorProviders/Telerik/Telerik.Web.UI.DialogHandler.aspx
Not Found: /_controls/responsive/Telerik.Web.UI.DialogHandler.aspx
Not Found: /DesktopModules/Admin/RadEditorProvider/DialogHandler.aspx
Not Found: /DesktopModules/dnnWerk.RadEditorProvider/DialogHandler.aspx
Not Found: /common/admin/PhotoGallery2/Telerik.Web.UI.DialogHandler.aspx
Not Found: /common/admin/Jobs2/Telerik.Web.UI.DialogHandler.aspx
Not Found: /Telerik.Web.UI.DialogHandler.aspx
Not Found: /Components/General/Admin/UserControl/Telerik.Web.UI.DialogHandler.aspx
Not Found: /_controls/responsive/Telerik.Web.UI.DialogHandler.aspx
Not Found: /common/admin/PhotoGallery2/Telerik.Web.UI.DialogHandler.aspx
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Method Not Allowed (GET): /accounts/logout/
Method Not Allowed: /accounts/logout/
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Method Not Allowed (GET): /accounts/logout/
Method Not Allowed: /accounts/logout/
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /login
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /a}/a%7D
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Method Not Allowed (GET): /accounts/logout/
Method Not Allowed: /accounts/logout/
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /login
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /index.html
Not Found: /index.html
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /login
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /login
Not Found: /robots.txt
Not Found: /sitemap.xml
Not Found: /llms.txt
Not Found: /humans.txt
Not Found: /ads.txt
Not Found: /security.txt
Not Found: /.well-known/security.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /index.html
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /index.html
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /js
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /login
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /login
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /index.html
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /index.html
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /login
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php
Not Found: /vendor/laravel-filemanager/js/script.js
Not Found: /public/vendor/laravel-filemanager/js/script.js
Forbidden (Referer checking failed - no Referer.): /
Not Found: /_ignition/execute-solution
Not Found: /public/_ignition/execute-solution
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /login
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /htaccess.php
Not Found: /readme.php
Not Found: /as.php
Not Found: /403.php
Not Found: /max.php
Not Found: /m.php
Not Found: /post.php
Not Found: /themes.php
Not Found: /wp-content/themes/astra/inc/ki1k.php
Not Found: /ALFA_DATA/index.php
Not Found: /wp-admin/maint/about.php
Not Found: /wp-admin/network/wp-conflg.php
Not Found: /click.php
Not Found: /install.php
Not Found: /lv.php
Not Found: /simple.php
Not Found: /13k.php
Not Found: /css.php
Not Found: /up.php
Not Found: /0x1949.php
Not Found: /cong.php
Not Found: /fw.php
Not Found: /bs1.php
Not Found: /wp-includes/images/wp-login.php
Not Found: /termps.php
Not Found: /brand.php
Not Found: /cong.php
Not Found: /atomlib.php
Not Found: /w.php
Not Found: /404.php
Not Found: /article.php
Not Found: /wp-content/product.php
Not Found: /wp-content/function.php
Not Found: /0x.php
Not Found: /css.php
Not Found: /222.php
Not Found: /wp-content/index.php
Not Found: /1.php
Not Found: /admin.php
Not Found: /wp-admin/maint/maint.php
Not Found: /classwithtostring.php
Not Found: /dropdown.php
Not Found: /moon.php
Not Found: /0x.php
Not Found: /moon.php
Not Found: /autoload_classmap.php
Not Found: /inputs.php
Not Found: /default.php
Not Found: /fm.php
Not Found: /about.php
Not Found: /file.php
Not Found: /alfa.php
Not Found: /buy.php
Not Found: /themes/twentytwentytwo/index.php
Not Found: /wp-admin/js/wp-conflg.php
Not Found: /wp-admin/wp-conflg.php
Not Found: /wp-admin/css/wp-conflg.php
Not Found: /manager.php
Not Found: /js/fm.php
Not Found: /item.php
Not Found: /plugins/Cache/footer.php
Not Found: /404.php
Not Found: /mail.php
Not Found: /wp-content/plugins/index.php
Not Found: /sx.php
Not Found: /wp-admin/maint/admin.php
Not Found: /article.php
Not Found: /alfa.php
Not Found: /1.php
Not Found: /403.php
Not Found: /link.php
Not Found: /byp.php
Not Found: /bak.php
Not Found: /ini.php
Not Found: /ws.php
Not Found: /wp-trackback.php
Not Found: /.well-known/index.php
Not Found: /wp-includes/certificates/plugins.php
Not Found: /wp-admin/network/plugins.php
Not Found: /wp-admin/about.php
Not Found: /gmo.php
Not Found: /wp-includes/ID3/about.php
Not Found: /css/index.php
Not Found: /wp-admin/includes/xmrlpc.php
Not Found: /wp-includes/SimplePie/wp-login.php
Not Found: /wp-content/themes/about.php
Not Found: /filemanager/dialog.php
Not Found: /wp-includes/Requests/Text/admin.php
Not Found: /wp-includes/customize/about.php
Not Found: /index/function.php
Not Found: /uploads/autoload_classmap.php
Not Found: /wp-includes/css/dist/preferences/wp-login.php
Not Found: /wp-includes/style-engine/about.php
Not Found: /.well-known/acme-challenge/mariju.php
Not Found: /about/function.php
Not Found: /wp-includes/theme-compat/chosen.php
Not Found: /.well-known/acme-challenge/index.php
Not Found: /css/colors/blue/index.php
Not Found: /wp-admin/setup-config.php
Not Found: /wp-admin/user/about.php
Not Found: /wp-admin/js/index.php
Not Found: /wp-content/upgrade/about.php
Not Found: /wp-includes/assets/index.php
Not Found: /wp-content/radio.php
Not Found: /wp-includes/fonts/index.php
Not Found: /.well-known/gecko-litespeed.php
Not Found: /.well-known/admin.php
Not Found: /wp-content/admin.php
Not Found: /wp-content/plugins/admin.php
Not Found: /wp-content/themes/twentytwentytwo/index.php
Not Found: /.well-known/log.php
Not Found: /class.php
Not Found: /bless.php
Not Found: /wp-includes/js/codemirror/index.php
Not Found: /wp-includes/block-patterns/index.php
Not Found: /lock360.php
Not Found: /bge.php
Not Found: /ifm.php
Not Found: /thxt.php
Not Found: /kairolin.php
Not Found: /siln.php
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.env
Not Found: /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php
Not Found: /vendor/laravel-filemanager/js/script.js
Not Found: /public/vendor/laravel-filemanager/js/script.js
Forbidden (Referer checking failed - no Referer.): /
Not Found: /_ignition/execute-solution
Not Found: /public/_ignition/execute-solution
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /js
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /index.html
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /sitemap.xml
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /index.html
Not Found: /robots.txt
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /login
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /login
Not Found: /robots.txt
Not Found: /xmlrpc.php
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /sitemap.xml.gz
Not Found: /robots.txt
Not Found: /sitemap.xml.gz
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /sitemap.xml
Not Found: /.well-known/traffic-advice
Not Found: /sitemap.xml
Not Found: /.well-known/traffic-advice
Not Found: /cdn.js//cdn.js
Not Found: /dist/js/bootstrap.bundle.min.js
Not Found: /ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js//ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /sitemap_index.xml
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /sitemap_index.xml
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /signin/index
Not Found: /sitemap.txt
Not Found: /sitemap.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /sitemaps.xml
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /login
Not Found: /robots.txt
Not Found: /sitemaps.xml
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /index.html
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /index.html
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /wp-login.php
Not Found: /wp/wp-login.php
Not Found: /wordpress/wp-login.php
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /js
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /login
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /shoha.php
Not Found: /bkxzo.php
Not Found: /ioxi-o2.php
Not Found: /777.php
Not Found: /404.php
Not Found: /raw.php
Not Found: /m.php
Not Found: /bolt.php
Not Found: /efile.php
Not Found: /db.php
Not Found: /222.php
Not Found: /ton.php
Not Found: /wp.php
Not Found: /sto.php
Not Found: /n3.php
Not Found: /luxe.php
Not Found: /mans.php
Not Found: /an.php
Not Found: /bless5.php
Not Found: /403.php
Not Found: /1.php
Not Found: /abc.php
Not Found: /o.php
Not Found: /classwithtostring.php
Not Found: /system.php
Not Found: /ahax.php
Not Found: /chosen.php
Not Found: /inputs.php
Not Found: /shell.php
Not Found: /ze.php
Not Found: /wsd.php
Not Found: /file32.php
Not Found: /wp-is.php
Not Found: /p.php
Not Found: /gmo.php
Not Found: /class19.php
Not Found: /wp-configs.php
Not Found: /file.php
Not Found: /asas.php
Not Found: /a.php
Not Found: /bless.php
Not Found: /file15.php
Not Found: /an7.php
Not Found: /333.php
Not Found: /n.php
Not Found: /mds.php
Not Found: /admir.php
Not Found: /wp-admin/maint/wp-is.php
Not Found: /moon.php
Not Found: /wp-admin/admin-post.php
Not Found: /wp-content/themes/admin.php
Not Found: /wp-admin/includes/xmrlpc.php
Not Found: /alfa.php
Not Found: /cong.php
Not Found: /123.php
Not Found: /lock360.php
Not Found: /wp-admin/css/colour.php
Not Found: /NewFile.php
Not Found: /wp-x7.php
Not Found: /v3.php
Not Found: /wp-includes/sodium_compat/index.php
Not Found: /555.php
Not Found: /menu.phphttps:/robertatimothy.com/wp-content/packed.php/menu.phphttps://robertatimothy.com/wp-content/packed.php
Not Found: /AxAo.php
Not Found: /wp-content/themes/sketch/404.php
Not Found: /nc.php
Not Found: /file1.php
Not Found: /hook.php
Not Found: /wp-includes/style-engine/index.php
Not Found: /file4.php
Not Found: /ffile.php
Not Found: /wp1.php
Not Found: /aa.php
Not Found: /666.php
Not Found: /wb.php
Not Found: /fs.php
Not Found: /0x.php
Not Found: /bless11.php
Not Found: /indo.php
Not Found: /card.php
Not Found: /menu.php
Not Found: /mnkalo.php
Not Found: /file3.php
Not Found: /031.php
Not Found: /mws.php
Not Found: /dlu.php
Not Found: /.well-known/acme-challenge/about.php
Not Found: /wp-the1me.php
Not Found: /lala.php
Not Found: /k.php
Not Found: /css.php
Not Found: /gifclass.php
Not Found: /file9.php
Not Found: /hk.php
Not Found: /yas.php
Not Found: /wp-gr.php
Not Found: /owl.php
Not Found: /mo.php
Not Found: /file21.php
Not Found: /ok.php
Not Found: /444.php
Not Found: /zc-903.php
Not Found: /cc.php
Not Found: /nij.php
Not Found: /info.php
Not Found: /radio.php
Not Found: /wp-admin/js/wp-conflg.php
Not Found: /tox.php
Not Found: /lo.php
Not Found: /wpls.php
Not Found: /geck.php
Not Found: /inde.php
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /2.php
Not Found: /zxin.php
Not Found: /xtt.php
Not Found: /index/function.php
Not Found: /noe.php
Not Found: /class20.php
Not Found: /shellalfa.php
Not Found: /te.php
Not Found: /a2.php
Not Found: /jp.php
Not Found: /cccc.php
Not Found: /fe5.php
Not Found: /sid3.php
Not Found: /v4.php
Not Found: /new4.php
Not Found: /gg.php
Not Found: /wp-update.php
Not Found: /gelap.php
Not Found: /class-t.api.php
Not Found: /000.php
Not Found: /wp-content/uploads/index.php
Not Found: /file18.php
Not Found: /v.php
Not Found: /wp-good.php
Not Found: /acp.php
Not Found: /g.php
Not Found: /static/sallu.php
Not Found: /class.php
Not Found: /simple.php
Not Found: /ioxi-o.php
Not Found: /33.php
Not Found: /wcas.php
Not Found: /wp-content/uploads/wp.php
Not Found: /f6.php
Not Found: /v2.php
Not Found: /file5.php
Not Found: /lol.php
Not Found: /fileas.php
Not Found: /error.php
Not Found: /wolv2.php
Not Found: /ava.php
Not Found: /shell1.php
Not Found: /gdn.php
Not Found: /doc.php
Not Found: /autoload_classmap.php
Not Found: /asd67.php
Not Found: /12.php
Not Found: /manager.php
Not Found: /usep.php
Not Found: /auth.php
Not Found: /wp-content/packed.php
Not Found: /hello.php
Not Found: /abt.php
Not Found: /jmfi2.php
Not Found: /layout.php
Not Found: /up.php
Not Found: /flower.php
Not Found: /nope.php
Not Found: /js.php
Not Found: /wp-content/upgrade/index.php
Not Found: /media.php
Not Found: /update/f35.php
Not Found: /default.php
Not Found: /wp-content/uploads/wp-conflg.php
Not Found: /wp-load.php
Not Found: /f35.php
Not Found: /sko.php
Not Found: /new.php
Not Found: /wp-mail.php/wp-includes/ID3/rnEPv9.php
Not Found: /png.php
Not Found: /log.php
Not Found: /zwso.php
Not Found: /about3.php
Not Found: /fm.php
Not Found: /r4f_1.php
Not Found: /ftp.php
Not Found: /content.php
Not Found: /ext.php
Not Found: /himu.php
Not Found: /wfile.php
Not Found: /pp.php
Not Found: /miansha.php
Not Found: /test2.php
Not Found: /wp-admin/maint/index.php
Not Found: /wp-links-opml.php
Not Found: /mah.php
Not Found: /wp-includes/IXR/about.php
Not Found: /build.php
Not Found: /atomlib.php
Not Found: /lib.php
Not Found: /lv.php
Not Found: /class-wp.php
Not Found: /about.php
Not Found: /filemanager.php
Not Found: /mail.php
Not Found: /CLA.php
Not Found: /ol.php
Not Found: /ouh.php
Not Found: /tgrs.php
Not Found: /system_log.php
Not Found: /gifclass4.php
Not Found: /z.php
Not Found: /akcc.php
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /login
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /index.html
Not Found: /index.html
Not Found: /robots.txt
Not Found: /test.php
Not Found: /info3.php
Not Found: /php.php
Not Found: /pi.php
Not Found: /i.php
Not Found: /phpversion.php
Not Found: /php_version.php
Not Found: /serverinfo.php
Not Found: /server.php
Not Found: /debug.php
Not Found: /diagnostic.php
Not Found: /phptest.php
Not Found: /check.php
Not Found: /probe.php
Not Found: /_profiler/phpinfo
Not Found: /1.php
Not Found: /2.php
Not Found: /3.php
Not Found: /p.php
Not Found: /t.php
Not Found: /info_php.php
Not Found: /php-info.php
Not Found: /infophp.php
Not Found: /testphp.php
Not Found: /.env
Not Found: /.env.local
Not Found: /.env.remote
Not Found: /.env.production
Not Found: /.env.development
Not Found: /.env.staging
Not Found: /.env.test
Not Found: /.env.backup
Not Found: /.env.sample
Not Found: /.env.old
Not Found: /.env.save
Not Found: /.env.bak
Not Found: /.env.1
Not Found: /.env.2
Not Found: /.env.prod.local
Not Found: /vendor/.env
Not Found: /cron/.env
Not Found: /core/Datavase/.env
Not Found: /database/.env
Not Found: /assets/.env
Not Found: /app/.env
Not Found: /apps/.env
Not Found: /uploads/.env
Not Found: /sitemaps/.env
Not Found: /saas/.env
Not Found: /api/.env
Not Found: /psnlink/.env
Not Found: /exapi/.env
Not Found: /site/.env
Not Found: /web/.env
Not Found: /public/.env
Not Found: /en/.env
Not Found: /tools/.env
Not Found: /v1/.env
Not Found: /v2/.env
Not Found: /administrator/.env
Not Found: /laravel/.env
Not Found: /docker/.env
Not Found: /kubernetes/.env
Not Found: /backend/.env
Not Found: /frontend/.env
Not Found: /server/.env
Not Found: /client/.env
Not Found: /src/.env
Not Found: /includes/.env
Not Found: /modules/.env
Not Found: /plugins/.env
Not Found: /themes/.env
Not Found: /storage/.env
Not Found: /.aws/credentials
Not Found: /.aws/config
Not Found: /aws.json
Not Found: /aws-config.json
Not Found: /.s3cfg
Not Found: /s3.yml
Not Found: /.gcloud/credentials
Not Found: /gcp-credentials.json
Not Found: /azure.json
Not Found: /.azure/credentials
Not Found: /secrets.json
Not Found: /secrets.yml
Not Found: /api_keys.json
Not Found: /apikeys.json
Not Found: /.api_keys
Not Found: /credentials.json
Not Found: /keys.json
Not Found: /tokens.json
Not Found: /auth.json
Not Found: /oauth.json
Not Found: /.secrets
Not Found: /api/config
Not Found: /api/v1/config
Not Found: /api/v2/config
Not Found: /.well-known/security.txt
Not Found: /security.txt
Not Found: /docker-compose.yml
Not Found: /docker-compose.yaml
Not Found: /docker-compose.override.yml
Not Found: /.dockerenv
Not Found: /Dockerfile
Not Found: /.docker/config.json
Not Found: /.dockerignore
Not Found: /kubernetes.yml
Not Found: /k8s-config.yml
Not Found: /backup.zip
Not Found: /backup.tar.gz
Not Found: /site-backup.zip
Not Found: /db_backup.sql
Not Found: /database.sql
Not Found: /dump.sql
Not Found: /logs/application.log
Not Found: /sites/default/settings.php
Not Found: /configuration.php
Not Found: /app/etc/local.xml
Not Found: /app/etc/env.php
Not Found: /debug.log
Not Found: /error.log
Not Found: /errors.log
Not Found: /_debug
Not Found: /var/log/nginx/error.log
Not Found: /var/www/html/error_log
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /login
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /config/stripe.js
Not Found: /app/.env
Not Found: /config/.env
Not Found: /.config/stripe/config.toml
Not Found: /config/services.php
Not Found: /stripe.env
Not Found: /.env
Not Found: /.env.local
Not Found: /.env.production
Not Found: /.env.development
Not Found: /.env.bak
Not Found: /.env.example
Not Found: /.env.test
Not Found: /env
Not Found: /env.local
Not Found: /env.prod
Not Found: /config
Not Found: /config.json
Not Found: /config.js
Not Found: /config.py
Not Found: /config.rb
Not Found: /config.yaml
Not Found: /config.yml
Not Found: /config.ini
Not Found: /config.properties
Not Found: /configuration
Not Found: /settings
Not Found: /settings.json
Not Found: /settings.py
Not Found: /settings.rb
Not Found: /app.config.js
Not Found: /local.settings.json
Not Found: /secrets.json
Not Found: /phpinfo.php
Not Found: /info.php
Not Found: /phpversion.php
Not Found: /test.php
Not Found: /admin.php
Not Found: /wp-config.php
Not Found: /composer.json
Not Found: /config.php
Not Found: /.env.php
Not Found: /secrets.php
Not Found: /.aws/config
Not Found: /.aws/credentials
Not Found: /aws/config
Not Found: /aws/credentials
Not Found: /aws.json
Not Found: /aws-credentials.json
Not Found: /aws-config.js
Not Found: /aws-keys.json
Not Found: /aws/secrets.yaml
Not Found: /aws/access-keys.js
Not Found: /aws/config.ini
Not Found: /aws/credentials.bak
Not Found: /.aws/secrets
Not Found: /aws-env.json
Not Found: /aws-keys.env
Not Found: /.aws/config.bak
Not Found: /aws/secrets.json
Not Found: /aws/config.properties
Not Found: /.aws/credentials.json
Not Found: /aws_keys.py
Not Found: /stripe/config
Not Found: /stripe.json
Not Found: /stripe.js
Not Found: /stripe-config.yaml
Not Found: /stripe-keys.json
Not Found: /stripe/credentials
Not Found: /stripe/secrets.yml
Not Found: /stripe.env
Not Found: /stripe/config.php
Not Found: /.stripe/keys
Not Found: /stripe_api.json
Not Found: /config/stripe.rb
Not Found: /stripe_keys.py
Not Found: /stripe.ini
Not Found: /stripe.properties
Not Found: /stripe/config.js
Not Found: /stripe/secrets.json
Not Found: /.env.stripe
Not Found: /stripe-credentials.json
Not Found: /api/stripe.js
Not Found: /local_settings.py
Not Found: /django_settings.json
Not Found: /.env.django
Not Found: /js
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /js
Not Found: /js
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /login
Not Found: /js
Not Found: /.env
Not Found: /error.log
Not Found: /phpinfo
Not Found: /storage/logs/laravel.log
Not Found: /database.sql
Not Found: /backup.sql
Not Found: /debug.log
Not Found: /auth.json
Not Found: /dump.sql
Not Found: /.env.production
Not Found: /phpinfo.php
Not Found: /info.php
Not Found: /.env.local
Not Found: /test.php
Not Found: /.env.save
Not Found: /db_backup.sql
Not Found: /_debug
Not Found: /backup.zip
Not Found: /Dockerfile
Not Found: /.env.old
Not Found: /.env.sample
Not Found: /var/www/html/error_log
Not Found: /api/config
Not Found: /.env.development
Not Found: /pi.php
Not Found: /_profiler/phpinfo
Not Found: /docker-compose.yml
Not Found: /aws-config.json
Not Found: /.env.dev.local
Not Found: /.env.prod.local
Not Found: /.env.1
Not Found: /.env.backup
Not Found: /.env.test
Not Found: /server.php
Not Found: /api/v1/config
Not Found: /php_error.log
Not Found: /app/etc/local.xml
Not Found: /configuration.php
Not Found: /sites/default/settings.php
Not Found: /.DS_Store
Not Found: /config.zip
Not Found: /security.txt
Not Found: /aws.json
Not Found: /.aws/credentials
Not Found: /.env.bak
Not Found: /i.php
Not Found: /php.php
Not Found: /errors.log
Not Found: /app/etc/env.php
Not Found: /logs/application.log
Not Found: /app/logs/dev.log
Not Found: /app/logs/prod.log
Not Found: /Thumbs.db
Not Found: /site-backup.zip
Not Found: /backup.tar.gz
Not Found: /k8s-config.yml
Not Found: /kubernetes.yml
Not Found: /.dockerignore
Not Found: /.docker/config.json
Not Found: /.dockerenv
Not Found: /docker-compose.override.yml
Not Found: /docker-compose.yaml
Not Found: /.well-known/security.txt
Not Found: /api/v2/config
Not Found: /.secrets
Not Found: /oauth.json
Not Found: /tokens.json
Not Found: /keys.json
Not Found: /credentials.json
Not Found: /.api_keys
Not Found: /apikeys.json
Not Found: /api_keys.json
Not Found: /secrets.yml
Not Found: /secrets.json
Not Found: /.azure/credentials
Not Found: /azure.json
Not Found: /gcp-credentials.json
Not Found: /.gcloud/credentials
Not Found: /s3.yml
Not Found: /.s3cfg
Not Found: /.aws/config
Not Found: /.env.2
Not Found: /.env.staging
Not Found: /.env.remote
Not Found: /testphp.php
Not Found: /infophp.php
Not Found: /php-info.php
Not Found: /info_php.php
Not Found: /t.php
Not Found: /p.php
Not Found: /3.php
Not Found: /2.php
Not Found: /1.php
Not Found: /probe.php
Not Found: /check.php
Not Found: /phptest.php
Not Found: /diagnostic.php
Not Found: /debug.php
Not Found: /serverinfo.php
Not Found: /phpversion.php
Not Found: /info3.php
Not Found: /info2.php
Not Found: /info1.php
Not Found: /php_info.php
Not Found: /php_version.php
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /wp-includes/wlwmanifest.xml//wp-includes/wlwmanifest.xml
Not Found: /xmlrpc.php//xmlrpc.php
Not Found: /blog/wp-includes/wlwmanifest.xml//blog/wp-includes/wlwmanifest.xml
Not Found: /web/wp-includes/wlwmanifest.xml//web/wp-includes/wlwmanifest.xml
Not Found: /wordpress/wp-includes/wlwmanifest.xml//wordpress/wp-includes/wlwmanifest.xml
Not Found: /website/wp-includes/wlwmanifest.xml//website/wp-includes/wlwmanifest.xml
Not Found: /wp/wp-includes/wlwmanifest.xml//wp/wp-includes/wlwmanifest.xml
Not Found: /news/wp-includes/wlwmanifest.xml//news/wp-includes/wlwmanifest.xml
Not Found: /2018/wp-includes/wlwmanifest.xml//2018/wp-includes/wlwmanifest.xml
Not Found: /2019/wp-includes/wlwmanifest.xml//2019/wp-includes/wlwmanifest.xml
Not Found: /shop/wp-includes/wlwmanifest.xml//shop/wp-includes/wlwmanifest.xml
Not Found: /wp1/wp-includes/wlwmanifest.xml//wp1/wp-includes/wlwmanifest.xml
Not Found: /test/wp-includes/wlwmanifest.xml//test/wp-includes/wlwmanifest.xml
Not Found: /media/wp-includes/wlwmanifest.xml//media/wp-includes/wlwmanifest.xml
Not Found: /wp2/wp-includes/wlwmanifest.xml//wp2/wp-includes/wlwmanifest.xml
Not Found: /site/wp-includes/wlwmanifest.xml//site/wp-includes/wlwmanifest.xml
Not Found: /cms/wp-includes/wlwmanifest.xml//cms/wp-includes/wlwmanifest.xml
Not Found: /sito/wp-includes/wlwmanifest.xml//sito/wp-includes/wlwmanifest.xml
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /js
Not Found: /js
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/security.txt
Not Found: /robots.txt
Not Found: /wp-includes/wlwmanifest.xml//wp-includes/wlwmanifest.xml
Not Found: /xmlrpc.php//xmlrpc.php
Not Found: /blog/wp-includes/wlwmanifest.xml//blog/wp-includes/wlwmanifest.xml
Not Found: /web/wp-includes/wlwmanifest.xml//web/wp-includes/wlwmanifest.xml
Not Found: /wordpress/wp-includes/wlwmanifest.xml//wordpress/wp-includes/wlwmanifest.xml
Not Found: /website/wp-includes/wlwmanifest.xml//website/wp-includes/wlwmanifest.xml
Not Found: /wp/wp-includes/wlwmanifest.xml//wp/wp-includes/wlwmanifest.xml
Not Found: /news/wp-includes/wlwmanifest.xml//news/wp-includes/wlwmanifest.xml
Not Found: /2018/wp-includes/wlwmanifest.xml//2018/wp-includes/wlwmanifest.xml
Not Found: /2019/wp-includes/wlwmanifest.xml//2019/wp-includes/wlwmanifest.xml
Not Found: /shop/wp-includes/wlwmanifest.xml//shop/wp-includes/wlwmanifest.xml
Not Found: /wp1/wp-includes/wlwmanifest.xml//wp1/wp-includes/wlwmanifest.xml
Not Found: /test/wp-includes/wlwmanifest.xml//test/wp-includes/wlwmanifest.xml
Not Found: /media/wp-includes/wlwmanifest.xml//media/wp-includes/wlwmanifest.xml
Not Found: /wp2/wp-includes/wlwmanifest.xml//wp2/wp-includes/wlwmanifest.xml
Not Found: /site/wp-includes/wlwmanifest.xml//site/wp-includes/wlwmanifest.xml
Not Found: /cms/wp-includes/wlwmanifest.xml//cms/wp-includes/wlwmanifest.xml
Not Found: /sito/wp-includes/wlwmanifest.xml//sito/wp-includes/wlwmanifest.xml
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /wp-includes/wlwmanifest.xml//wp-includes/wlwmanifest.xml
Not Found: /xmlrpc.php//xmlrpc.php
Not Found: /blog/wp-includes/wlwmanifest.xml//blog/wp-includes/wlwmanifest.xml
Not Found: /web/wp-includes/wlwmanifest.xml//web/wp-includes/wlwmanifest.xml
Not Found: /wordpress/wp-includes/wlwmanifest.xml//wordpress/wp-includes/wlwmanifest.xml
Not Found: /website/wp-includes/wlwmanifest.xml//website/wp-includes/wlwmanifest.xml
Not Found: /wp/wp-includes/wlwmanifest.xml//wp/wp-includes/wlwmanifest.xml
Not Found: /news/wp-includes/wlwmanifest.xml//news/wp-includes/wlwmanifest.xml
Not Found: /2018/wp-includes/wlwmanifest.xml//2018/wp-includes/wlwmanifest.xml
Not Found: /2019/wp-includes/wlwmanifest.xml//2019/wp-includes/wlwmanifest.xml
Not Found: /shop/wp-includes/wlwmanifest.xml//shop/wp-includes/wlwmanifest.xml
Not Found: /wp1/wp-includes/wlwmanifest.xml//wp1/wp-includes/wlwmanifest.xml
Not Found: /test/wp-includes/wlwmanifest.xml//test/wp-includes/wlwmanifest.xml
Not Found: /media/wp-includes/wlwmanifest.xml//media/wp-includes/wlwmanifest.xml
Not Found: /wp2/wp-includes/wlwmanifest.xml//wp2/wp-includes/wlwmanifest.xml
Not Found: /site/wp-includes/wlwmanifest.xml//site/wp-includes/wlwmanifest.xml
Not Found: /cms/wp-includes/wlwmanifest.xml//cms/wp-includes/wlwmanifest.xml
Not Found: /sito/wp-includes/wlwmanifest.xml//sito/wp-includes/wlwmanifest.xml
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /wp-includes/wlwmanifest.xml//wp-includes/wlwmanifest.xml
Not Found: /xmlrpc.php//xmlrpc.php
Not Found: /blog/wp-includes/wlwmanifest.xml//blog/wp-includes/wlwmanifest.xml
Not Found: /web/wp-includes/wlwmanifest.xml//web/wp-includes/wlwmanifest.xml
Not Found: /wordpress/wp-includes/wlwmanifest.xml//wordpress/wp-includes/wlwmanifest.xml
Not Found: /website/wp-includes/wlwmanifest.xml//website/wp-includes/wlwmanifest.xml
Not Found: /wp/wp-includes/wlwmanifest.xml//wp/wp-includes/wlwmanifest.xml
Not Found: /news/wp-includes/wlwmanifest.xml//news/wp-includes/wlwmanifest.xml
Not Found: /2018/wp-includes/wlwmanifest.xml//2018/wp-includes/wlwmanifest.xml
Not Found: /2019/wp-includes/wlwmanifest.xml//2019/wp-includes/wlwmanifest.xml
Not Found: /shop/wp-includes/wlwmanifest.xml//shop/wp-includes/wlwmanifest.xml
Not Found: /wp1/wp-includes/wlwmanifest.xml//wp1/wp-includes/wlwmanifest.xml
Not Found: /test/wp-includes/wlwmanifest.xml//test/wp-includes/wlwmanifest.xml
Not Found: /media/wp-includes/wlwmanifest.xml//media/wp-includes/wlwmanifest.xml
Not Found: /wp2/wp-includes/wlwmanifest.xml//wp2/wp-includes/wlwmanifest.xml
Not Found: /site/wp-includes/wlwmanifest.xml//site/wp-includes/wlwmanifest.xml
Not Found: /cms/wp-includes/wlwmanifest.xml//cms/wp-includes/wlwmanifest.xml
Not Found: /sito/wp-includes/wlwmanifest.xml//sito/wp-includes/wlwmanifest.xml
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /js
Not Found: /.well-known/assetlinks.json
Not Found: /adminer.php
Not Found: /adminer.php
Not Found: /robots.txt
Not Found: /js
Not Found: /favicon.ico
Not Found: /js
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /wp-includes/wlwmanifest.xml//wp-includes/wlwmanifest.xml
Not Found: /xmlrpc.php//xmlrpc.php
Not Found: /blog/wp-includes/wlwmanifest.xml//blog/wp-includes/wlwmanifest.xml
Not Found: /web/wp-includes/wlwmanifest.xml//web/wp-includes/wlwmanifest.xml
Not Found: /wordpress/wp-includes/wlwmanifest.xml//wordpress/wp-includes/wlwmanifest.xml
Not Found: /website/wp-includes/wlwmanifest.xml//website/wp-includes/wlwmanifest.xml
Not Found: /wp/wp-includes/wlwmanifest.xml//wp/wp-includes/wlwmanifest.xml
Not Found: /news/wp-includes/wlwmanifest.xml//news/wp-includes/wlwmanifest.xml
Not Found: /2018/wp-includes/wlwmanifest.xml//2018/wp-includes/wlwmanifest.xml
Not Found: /2019/wp-includes/wlwmanifest.xml//2019/wp-includes/wlwmanifest.xml
Not Found: /shop/wp-includes/wlwmanifest.xml//shop/wp-includes/wlwmanifest.xml
Not Found: /wp1/wp-includes/wlwmanifest.xml//wp1/wp-includes/wlwmanifest.xml
Not Found: /test/wp-includes/wlwmanifest.xml//test/wp-includes/wlwmanifest.xml
Not Found: /media/wp-includes/wlwmanifest.xml//media/wp-includes/wlwmanifest.xml
Not Found: /wp2/wp-includes/wlwmanifest.xml//wp2/wp-includes/wlwmanifest.xml
Not Found: /site/wp-includes/wlwmanifest.xml//site/wp-includes/wlwmanifest.xml
Not Found: /cms/wp-includes/wlwmanifest.xml//cms/wp-includes/wlwmanifest.xml
Not Found: /sito/wp-includes/wlwmanifest.xml//sito/wp-includes/wlwmanifest.xml
Not Found: /wp-includes/wlwmanifest.xml//wp-includes/wlwmanifest.xml
Not Found: /xmlrpc.php//xmlrpc.php
Not Found: /blog/wp-includes/wlwmanifest.xml//blog/wp-includes/wlwmanifest.xml
Not Found: /web/wp-includes/wlwmanifest.xml//web/wp-includes/wlwmanifest.xml
Not Found: /wordpress/wp-includes/wlwmanifest.xml//wordpress/wp-includes/wlwmanifest.xml
Not Found: /website/wp-includes/wlwmanifest.xml//website/wp-includes/wlwmanifest.xml
Not Found: /wp/wp-includes/wlwmanifest.xml//wp/wp-includes/wlwmanifest.xml
Not Found: /news/wp-includes/wlwmanifest.xml//news/wp-includes/wlwmanifest.xml
Not Found: /2018/wp-includes/wlwmanifest.xml//2018/wp-includes/wlwmanifest.xml
Not Found: /2019/wp-includes/wlwmanifest.xml//2019/wp-includes/wlwmanifest.xml
Not Found: /shop/wp-includes/wlwmanifest.xml//shop/wp-includes/wlwmanifest.xml
Not Found: /wp1/wp-includes/wlwmanifest.xml//wp1/wp-includes/wlwmanifest.xml
Not Found: /test/wp-includes/wlwmanifest.xml//test/wp-includes/wlwmanifest.xml
Not Found: /media/wp-includes/wlwmanifest.xml//media/wp-includes/wlwmanifest.xml
Not Found: /wp2/wp-includes/wlwmanifest.xml//wp2/wp-includes/wlwmanifest.xml
Not Found: /site/wp-includes/wlwmanifest.xml//site/wp-includes/wlwmanifest.xml
Not Found: /cms/wp-includes/wlwmanifest.xml//cms/wp-includes/wlwmanifest.xml
Not Found: /sito/wp-includes/wlwmanifest.xml//sito/wp-includes/wlwmanifest.xml
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
[UID:1227][2886621] Child process with pid: 2930671 was killed by signal: 15, core dumped: no
[UID:1227][2886621] Child process with pid: 2970593 was killed by signal: 15, core dumped: no
[UID:1227][2886621] Child process with pid: 3035596 was killed by signal: 15, core dumped: no
[UID:1227][2886621] Child process with pid: 3035620 was killed by signal: 15, core dumped: no
[UID:1227][2886621] Child process with pid: 3087601 was killed by signal: 15, core dumped: no
[UID:1227][2886621] Child process with pid: 3094386 was killed by signal: 15, core dumped: no
[UID:1227][2886621] Child process with pid: 3095853 was killed by signal: 15, core dumped: no
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.env
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.env
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /wp-includes/wlwmanifest.xml//wp-includes/wlwmanifest.xml
Not Found: /xmlrpc.php//xmlrpc.php
Not Found: /blog/wp-includes/wlwmanifest.xml//blog/wp-includes/wlwmanifest.xml
Not Found: /web/wp-includes/wlwmanifest.xml//web/wp-includes/wlwmanifest.xml
Not Found: /wordpress/wp-includes/wlwmanifest.xml//wordpress/wp-includes/wlwmanifest.xml
Not Found: /website/wp-includes/wlwmanifest.xml//website/wp-includes/wlwmanifest.xml
Not Found: /wp/wp-includes/wlwmanifest.xml//wp/wp-includes/wlwmanifest.xml
Not Found: /news/wp-includes/wlwmanifest.xml//news/wp-includes/wlwmanifest.xml
Not Found: /2018/wp-includes/wlwmanifest.xml//2018/wp-includes/wlwmanifest.xml
Not Found: /2019/wp-includes/wlwmanifest.xml//2019/wp-includes/wlwmanifest.xml
Not Found: /shop/wp-includes/wlwmanifest.xml//shop/wp-includes/wlwmanifest.xml
Not Found: /wp1/wp-includes/wlwmanifest.xml//wp1/wp-includes/wlwmanifest.xml
Not Found: /test/wp-includes/wlwmanifest.xml//test/wp-includes/wlwmanifest.xml
Not Found: /media/wp-includes/wlwmanifest.xml//media/wp-includes/wlwmanifest.xml
Not Found: /wp2/wp-includes/wlwmanifest.xml//wp2/wp-includes/wlwmanifest.xml
Not Found: /site/wp-includes/wlwmanifest.xml//site/wp-includes/wlwmanifest.xml
Not Found: /cms/wp-includes/wlwmanifest.xml//cms/wp-includes/wlwmanifest.xml
Not Found: /sito/wp-includes/wlwmanifest.xml//sito/wp-includes/wlwmanifest.xml
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /wp-includes/wlwmanifest.xml//wp-includes/wlwmanifest.xml
Not Found: /xmlrpc.php//xmlrpc.php
Not Found: /blog/wp-includes/wlwmanifest.xml//blog/wp-includes/wlwmanifest.xml
Not Found: /web/wp-includes/wlwmanifest.xml//web/wp-includes/wlwmanifest.xml
Not Found: /wordpress/wp-includes/wlwmanifest.xml//wordpress/wp-includes/wlwmanifest.xml
Not Found: /website/wp-includes/wlwmanifest.xml//website/wp-includes/wlwmanifest.xml
Not Found: /wp/wp-includes/wlwmanifest.xml//wp/wp-includes/wlwmanifest.xml
Not Found: /news/wp-includes/wlwmanifest.xml//news/wp-includes/wlwmanifest.xml
Not Found: /2018/wp-includes/wlwmanifest.xml//2018/wp-includes/wlwmanifest.xml
Not Found: /2019/wp-includes/wlwmanifest.xml//2019/wp-includes/wlwmanifest.xml
Not Found: /shop/wp-includes/wlwmanifest.xml//shop/wp-includes/wlwmanifest.xml
Not Found: /wp1/wp-includes/wlwmanifest.xml//wp1/wp-includes/wlwmanifest.xml
Not Found: /test/wp-includes/wlwmanifest.xml//test/wp-includes/wlwmanifest.xml
Not Found: /media/wp-includes/wlwmanifest.xml//media/wp-includes/wlwmanifest.xml
Not Found: /wp2/wp-includes/wlwmanifest.xml//wp2/wp-includes/wlwmanifest.xml
Not Found: /site/wp-includes/wlwmanifest.xml//site/wp-includes/wlwmanifest.xml
Not Found: /cms/wp-includes/wlwmanifest.xml//cms/wp-includes/wlwmanifest.xml
Not Found: /sito/wp-includes/wlwmanifest.xml//sito/wp-includes/wlwmanifest.xml
Not Found: /wp-includes/wlwmanifest.xml//wp-includes/wlwmanifest.xml
Not Found: /xmlrpc.php//xmlrpc.php
Not Found: /blog/wp-includes/wlwmanifest.xml//blog/wp-includes/wlwmanifest.xml
Not Found: /web/wp-includes/wlwmanifest.xml//web/wp-includes/wlwmanifest.xml
Not Found: /wordpress/wp-includes/wlwmanifest.xml//wordpress/wp-includes/wlwmanifest.xml
Not Found: /website/wp-includes/wlwmanifest.xml//website/wp-includes/wlwmanifest.xml
Not Found: /wp/wp-includes/wlwmanifest.xml//wp/wp-includes/wlwmanifest.xml
Not Found: /news/wp-includes/wlwmanifest.xml//news/wp-includes/wlwmanifest.xml
Not Found: /2018/wp-includes/wlwmanifest.xml//2018/wp-includes/wlwmanifest.xml
Not Found: /2019/wp-includes/wlwmanifest.xml//2019/wp-includes/wlwmanifest.xml
Not Found: /shop/wp-includes/wlwmanifest.xml//shop/wp-includes/wlwmanifest.xml
Not Found: /wp1/wp-includes/wlwmanifest.xml//wp1/wp-includes/wlwmanifest.xml
Not Found: /test/wp-includes/wlwmanifest.xml//test/wp-includes/wlwmanifest.xml
Not Found: /media/wp-includes/wlwmanifest.xml//media/wp-includes/wlwmanifest.xml
Not Found: /wp2/wp-includes/wlwmanifest.xml//wp2/wp-includes/wlwmanifest.xml
Not Found: /site/wp-includes/wlwmanifest.xml//site/wp-includes/wlwmanifest.xml
Not Found: /cms/wp-includes/wlwmanifest.xml//cms/wp-includes/wlwmanifest.xml
Not Found: /sito/wp-includes/wlwmanifest.xml//sito/wp-includes/wlwmanifest.xml
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /}/%7D
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Forbidden (CSRF token from POST incorrect.): /admin/logout/
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/assetlinks.json
Not Found: /login
Not Found: /wp-includes/wlwmanifest.xml//wp-includes/wlwmanifest.xml
Not Found: /xmlrpc.php//xmlrpc.php
Not Found: /blog/wp-includes/wlwmanifest.xml//blog/wp-includes/wlwmanifest.xml
Not Found: /web/wp-includes/wlwmanifest.xml//web/wp-includes/wlwmanifest.xml
Not Found: /wordpress/wp-includes/wlwmanifest.xml//wordpress/wp-includes/wlwmanifest.xml
Not Found: /website/wp-includes/wlwmanifest.xml//website/wp-includes/wlwmanifest.xml
Not Found: /wp/wp-includes/wlwmanifest.xml//wp/wp-includes/wlwmanifest.xml
Not Found: /news/wp-includes/wlwmanifest.xml//news/wp-includes/wlwmanifest.xml
Not Found: /2018/wp-includes/wlwmanifest.xml//2018/wp-includes/wlwmanifest.xml
Not Found: /2019/wp-includes/wlwmanifest.xml//2019/wp-includes/wlwmanifest.xml
Not Found: /shop/wp-includes/wlwmanifest.xml//shop/wp-includes/wlwmanifest.xml
Not Found: /wp1/wp-includes/wlwmanifest.xml//wp1/wp-includes/wlwmanifest.xml
Not Found: /test/wp-includes/wlwmanifest.xml//test/wp-includes/wlwmanifest.xml
Not Found: /media/wp-includes/wlwmanifest.xml//media/wp-includes/wlwmanifest.xml
Not Found: /wp2/wp-includes/wlwmanifest.xml//wp2/wp-includes/wlwmanifest.xml
Not Found: /site/wp-includes/wlwmanifest.xml//site/wp-includes/wlwmanifest.xml
Not Found: /cms/wp-includes/wlwmanifest.xml//cms/wp-includes/wlwmanifest.xml
Not Found: /sito/wp-includes/wlwmanifest.xml//sito/wp-includes/wlwmanifest.xml
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /apps
Not Found: /api/action
Not Found: /api/actions
Not Found: /_next/data
Forbidden (Referer checking failed - no Referer.): /
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /index.html
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /index.html
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /login
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /apps
Not Found: /api/action
Not Found: /api/actions
Not Found: /_next/data
Forbidden (Referer checking failed - no Referer.): /
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /apps
Not Found: /api/action
Not Found: /api/actions
Not Found: /_next/data
Forbidden (Referer checking failed - no Referer.): /
Not Found: /robots.txt
Not Found: /apps
Not Found: /api/action
Not Found: /api/actions
Not Found: /_next/data
Forbidden (Referer checking failed - no Referer.): /
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/assetlinks.json
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /shoha.php
Not Found: /raw.php
Not Found: /an7.php
Not Found: /333.php
Not Found: /n.php
Not Found: /ahax.php
Not Found: /mds.php
Not Found: /bless5.php
Not Found: /admir.php
Not Found: /wp-admin/maint/wp-is.php
Not Found: /moon.php
Not Found: /wp-admin/admin-post.php
Not Found: /wp-content/themes/admin.php
Not Found: /gmo.php
Not Found: /wp-admin/includes/xmrlpc.php
Not Found: /alfa.php
Not Found: /cong.php
Not Found: /123.php
Not Found: /num.php
Not Found: /lock360.php
Not Found: /wp-admin/css/colour.php
Not Found: /NewFile.php
Not Found: /wp-x7.php
Not Found: /p.php
Not Found: /v3.php
Not Found: /wp-includes/sodium_compat/index.php
Not Found: /system.php
Not Found: /ton.php
Not Found: /555.php
Not Found: /AxAo.php
Not Found: /wp-content/themes/sketch/404.php
Not Found: /db.php
Not Found: /nc.php
Not Found: /file1.php
Not Found: /file32.php
Not Found: /hook.php
Not Found: /wp-includes/style-engine/index.php
Not Found: /file4.php
Not Found: /sto.php
Not Found: /ffile.php
Not Found: /403.php
Not Found: /wp1.php
Not Found: /css/up.php
Not Found: /aa.php
Not Found: /666.php
Not Found: /wb.php
Not Found: /chosen.php
Not Found: /fs.php
Not Found: /0x.php
Not Found: /bless11.php
Not Found: /file.php
Not Found: /indo.php
Not Found: /card.php
Not Found: /menu.php
Not Found: /mnkalo.php
Not Found: /222.php
Not Found: /file3.php
Not Found: /031.php
Not Found: /mws.php
Not Found: /dlu.php
Not Found: /.well-known/acme-challenge/about.php
Not Found: /class19.php
Not Found: /wp-the1me.php
Not Found: /lala.php
Not Found: /k.php
Not Found: /admin.php
Not Found: /css.php
Not Found: /1.php
Not Found: /gifclass.php
Not Found: /file9.php
Not Found: /hk.php
Not Found: /yas.php
Not Found: /wp.php
Not Found: /wp-gr.php
Not Found: /owl.php
Not Found: /mo.php
Not Found: /file21.php
Not Found: /ok.php
Not Found: /444.php
Not Found: /zc-903.php
Not Found: /cc.php
Not Found: /nij.php
Not Found: /info.php
Not Found: /radio.php
Not Found: /404.php
Not Found: /wp-admin/js/wp-conflg.php
Not Found: /tox.php
Not Found: /lo.php
Not Found: /wpls.php
Not Found: /geck.php
Not Found: /inde.php
Not Found: /777.php
Not Found: /luxe.php
Not Found: /2.php
Not Found: /zxin.php
Not Found: /xtt.php
Not Found: /index/function.php
Not Found: /noe.php
Not Found: /class20.php
Not Found: /shellalfa.php
Not Found: /te.php
Not Found: /a2.php
Not Found: /jp.php
Not Found: /cccc.php
Not Found: /fe5.php
Not Found: /sid3.php
Not Found: /v4.php
Not Found: /new4.php
Not Found: /gg.php
Not Found: /wp-update.php
Not Found: /gelap.php
Not Found: /class-t.api.php
Not Found: /000.php
Not Found: /classwithtostring.php
Not Found: /wp-content/uploads/index.php
Not Found: /file18.php
Not Found: /v.php
Not Found: /wp-good.php
Not Found: /bless.php
Not Found: /acp.php
Not Found: /g.php
Not Found: /static/as.php
Not Found: /class.php
Not Found: /simple.php
Not Found: /ioxi-o.php
Not Found: /33.php
Not Found: /o.php
Not Found: /wcas.php
Not Found: /wp-content/uploads/wp.php
Not Found: /f6.php
Not Found: /v2.php
Not Found: /file5.php
Not Found: /lol.php
Not Found: /fileas.php
Not Found: /n3.php
Not Found: /an.php
Not Found: /error.php
Not Found: /wolv2.php
Not Found: /wp-is.php
Not Found: /ava.php
Not Found: /m.php
Not Found: /shell1.php
Not Found: /gdn.php
Not Found: /abc.php
Not Found: /doc.php
Not Found: /autoload_classmap.php
Not Found: /asd67.php
Not Found: /12.php
Not Found: /manager.php
Not Found: /usep.php
Not Found: /auth.php
Not Found: /wp-content/packed.php
Not Found: /hello.php
Not Found: /abt.php
Not Found: /jmfi2.php
Not Found: /layout.php
Not Found: /up.php
Not Found: /flower.php
Not Found: /nope.php
Not Found: /js.php
Not Found: /wp-content/upgrade/index.php
Not Found: /media.php
Not Found: /update/f35.php
Not Found: /default.php
Not Found: /wp-content/uploads/wp-conflg.php
Not Found: /wp-load.php
Not Found: /sko.php
Not Found: /new.php
Not Found: /wp-mail.php/wp-includes/ID3/rnEPv9.php
Not Found: /png.php
Not Found: /log.php
Not Found: /zwso.php
Not Found: /about3.php
Not Found: /inputs.php
Not Found: /r4f_1.php
Not Found: /ftp.php
Not Found: /content.php
Not Found: /ext.php
Not Found: /himu.php
Not Found: /wfile.php
Not Found: /pp.php
Not Found: /miansha.php
Not Found: /test2.php
Not Found: /wp-links-opml.php
Not Found: /mah.php
Not Found: /asas.php
Not Found: /wp-includes/IXR/about.php
Not Found: /mans.php
Not Found: /build.php
Not Found: /atomlib.php
Not Found: /lib.php
Not Found: /lv.php
Not Found: /class-wp.php
Not Found: /about.php
Not Found: /filemanager.php
Not Found: /ioxi-o2.php
Not Found: /a.php
Not Found: /mail.php
Not Found: /CLA.php
Not Found: /ol.php
Not Found: /ouh.php
Not Found: /bolt.php
Not Found: /shell.php
Not Found: /tgrs.php
Not Found: /system_log.php
Not Found: /gifclass4.php
Not Found: /z.php
Not Found: /akcc.php
Not Found: /zxz.php
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/security.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /accounts/login/ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /accounts/login/ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /wp-includes/wlwmanifest.xml//wp-includes/wlwmanifest.xml
Not Found: /xmlrpc.php//xmlrpc.php
Not Found: /blog/wp-includes/wlwmanifest.xml//blog/wp-includes/wlwmanifest.xml
Not Found: /web/wp-includes/wlwmanifest.xml//web/wp-includes/wlwmanifest.xml
Not Found: /wordpress/wp-includes/wlwmanifest.xml//wordpress/wp-includes/wlwmanifest.xml
Not Found: /website/wp-includes/wlwmanifest.xml//website/wp-includes/wlwmanifest.xml
Not Found: /wp/wp-includes/wlwmanifest.xml//wp/wp-includes/wlwmanifest.xml
Not Found: /news/wp-includes/wlwmanifest.xml//news/wp-includes/wlwmanifest.xml
Not Found: /2018/wp-includes/wlwmanifest.xml//2018/wp-includes/wlwmanifest.xml
Not Found: /2019/wp-includes/wlwmanifest.xml//2019/wp-includes/wlwmanifest.xml
Not Found: /shop/wp-includes/wlwmanifest.xml//shop/wp-includes/wlwmanifest.xml
Not Found: /wp1/wp-includes/wlwmanifest.xml//wp1/wp-includes/wlwmanifest.xml
Not Found: /test/wp-includes/wlwmanifest.xml//test/wp-includes/wlwmanifest.xml
Not Found: /media/wp-includes/wlwmanifest.xml//media/wp-includes/wlwmanifest.xml
Not Found: /wp2/wp-includes/wlwmanifest.xml//wp2/wp-includes/wlwmanifest.xml
Not Found: /site/wp-includes/wlwmanifest.xml//site/wp-includes/wlwmanifest.xml
Not Found: /cms/wp-includes/wlwmanifest.xml//cms/wp-includes/wlwmanifest.xml
Not Found: /sito/wp-includes/wlwmanifest.xml//sito/wp-includes/wlwmanifest.xml
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /shoha.php
Not Found: /raw.php
Not Found: /an7.php
Not Found: /333.php
Not Found: /n.php
Not Found: /ahax.php
Not Found: /mds.php
Not Found: /bless5.php
Not Found: /admir.php
Not Found: /wp-admin/maint/wp-is.php
Not Found: /moon.php
Not Found: /wp-admin/admin-post.php
Not Found: /wp-content/themes/admin.php
Not Found: /gmo.php
Not Found: /wp-admin/includes/xmrlpc.php
Not Found: /alfa.php
Not Found: /cong.php
Not Found: /123.php
Not Found: /num.php
Not Found: /lock360.php
Not Found: /wp-admin/css/colour.php
Not Found: /NewFile.php
Not Found: /wp-x7.php
Not Found: /p.php
Not Found: /v3.php
Not Found: /wp-includes/sodium_compat/index.php
Not Found: /system.php
Not Found: /ton.php
Not Found: /555.php
Not Found: /AxAo.php
Not Found: /wp-content/themes/sketch/404.php
Not Found: /db.php
Not Found: /nc.php
Not Found: /file1.php
Not Found: /file32.php
Not Found: /hook.php
Not Found: /wp-includes/style-engine/index.php
Not Found: /file4.php
Not Found: /sto.php
Not Found: /ffile.php
Not Found: /403.php
Not Found: /wp1.php
Not Found: /css/up.php
Not Found: /aa.php
Not Found: /666.php
Not Found: /wb.php
Not Found: /chosen.php
Not Found: /fs.php
Not Found: /0x.php
Not Found: /bless11.php
Not Found: /file.php
Not Found: /indo.php
Not Found: /card.php
Not Found: /menu.php
Not Found: /mnkalo.php
Not Found: /222.php
Not Found: /file3.php
Not Found: /031.php
Not Found: /mws.php
Not Found: /dlu.php
Not Found: /.well-known/acme-challenge/about.php
Not Found: /class19.php
Not Found: /wp-the1me.php
Not Found: /lala.php
Not Found: /k.php
Not Found: /admin.php
Not Found: /css.php
Not Found: /1.php
Not Found: /gifclass.php
Not Found: /file9.php
Not Found: /hk.php
Not Found: /yas.php
Not Found: /wp.php
Not Found: /wp-gr.php
Not Found: /owl.php
Not Found: /mo.php
Not Found: /file21.php
Not Found: /ok.php
Not Found: /444.php
Not Found: /zc-903.php
Not Found: /cc.php
Not Found: /nij.php
Not Found: /info.php
Not Found: /radio.php
Not Found: /404.php
Not Found: /wp-admin/js/wp-conflg.php
Not Found: /tox.php
Not Found: /lo.php
Not Found: /wpls.php
Not Found: /geck.php
Not Found: /inde.php
Not Found: /777.php
Not Found: /luxe.php
Not Found: /2.php
Not Found: /zxin.php
Not Found: /xtt.php
Not Found: /index/function.php
Not Found: /noe.php
Not Found: /class20.php
Not Found: /shellalfa.php
Not Found: /te.php
Not Found: /a2.php
Not Found: /jp.php
Not Found: /cccc.php
Not Found: /fe5.php
Not Found: /sid3.php
Not Found: /v4.php
Not Found: /new4.php
Not Found: /gg.php
Not Found: /wp-update.php
Not Found: /gelap.php
Not Found: /class-t.api.php
Not Found: /000.php
Not Found: /classwithtostring.php
Not Found: /wp-content/uploads/index.php
Not Found: /file18.php
Not Found: /v.php
Not Found: /wp-good.php
Not Found: /bless.php
Not Found: /acp.php
Not Found: /g.php
Not Found: /static/as.php
Not Found: /class.php
Not Found: /simple.php
Not Found: /ioxi-o.php
Not Found: /33.php
Not Found: /o.php
Not Found: /wcas.php
Not Found: /wp-content/uploads/wp.php
Not Found: /f6.php
Not Found: /v2.php
Not Found: /file5.php
Not Found: /lol.php
Not Found: /fileas.php
Not Found: /n3.php
Not Found: /an.php
Not Found: /error.php
Not Found: /wolv2.php
Not Found: /wp-is.php
Not Found: /ava.php
Not Found: /m.php
Not Found: /shell1.php
Not Found: /gdn.php
Not Found: /abc.php
Not Found: /doc.php
Not Found: /autoload_classmap.php
Not Found: /asd67.php
Not Found: /12.php
Not Found: /manager.php
Not Found: /usep.php
Not Found: /auth.php
Not Found: /wp-content/packed.php
Not Found: /hello.php
Not Found: /abt.php
Not Found: /jmfi2.php
Not Found: /layout.php
Not Found: /up.php
Not Found: /flower.php
Not Found: /nope.php
Not Found: /js.php
Not Found: /wp-content/upgrade/index.php
Not Found: /media.php
Not Found: /update/f35.php
Not Found: /default.php
Not Found: /wp-content/uploads/wp-conflg.php
Not Found: /wp-load.php
Not Found: /sko.php
Not Found: /new.php
Not Found: /wp-mail.php/wp-includes/ID3/rnEPv9.php
Not Found: /png.php
Not Found: /log.php
Not Found: /zwso.php
Not Found: /about3.php
Not Found: /inputs.php
Not Found: /r4f_1.php
Not Found: /ftp.php
Not Found: /content.php
Not Found: /ext.php
Not Found: /himu.php
Not Found: /wfile.php
Not Found: /pp.php
Not Found: /miansha.php
Not Found: /test2.php
Not Found: /wp-links-opml.php
Not Found: /mah.php
Not Found: /asas.php
Not Found: /wp-includes/IXR/about.php
Not Found: /mans.php
Not Found: /build.php
Not Found: /atomlib.php
Not Found: /lib.php
Not Found: /lv.php
Not Found: /class-wp.php
Not Found: /about.php
Not Found: /filemanager.php
Not Found: /ioxi-o2.php
Not Found: /a.php
Not Found: /mail.php
Not Found: /CLA.php
Not Found: /ol.php
Not Found: /ouh.php
Not Found: /bolt.php
Not Found: /shell.php
Not Found: /tgrs.php
Not Found: /system_log.php
Not Found: /gifclass4.php
Not Found: /z.php
Not Found: /akcc.php
Not Found: /zxz.php
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /wp-includes/wlwmanifest.xml//wp-includes/wlwmanifest.xml
Not Found: /xmlrpc.php//xmlrpc.php
Not Found: /blog/wp-includes/wlwmanifest.xml//blog/wp-includes/wlwmanifest.xml
Not Found: /web/wp-includes/wlwmanifest.xml//web/wp-includes/wlwmanifest.xml
Not Found: /wordpress/wp-includes/wlwmanifest.xml//wordpress/wp-includes/wlwmanifest.xml
Not Found: /website/wp-includes/wlwmanifest.xml//website/wp-includes/wlwmanifest.xml
Not Found: /wp/wp-includes/wlwmanifest.xml//wp/wp-includes/wlwmanifest.xml
Not Found: /news/wp-includes/wlwmanifest.xml//news/wp-includes/wlwmanifest.xml
Not Found: /2018/wp-includes/wlwmanifest.xml//2018/wp-includes/wlwmanifest.xml
Not Found: /2019/wp-includes/wlwmanifest.xml//2019/wp-includes/wlwmanifest.xml
Not Found: /shop/wp-includes/wlwmanifest.xml//shop/wp-includes/wlwmanifest.xml
Not Found: /wp1/wp-includes/wlwmanifest.xml//wp1/wp-includes/wlwmanifest.xml
Not Found: /test/wp-includes/wlwmanifest.xml//test/wp-includes/wlwmanifest.xml
Not Found: /media/wp-includes/wlwmanifest.xml//media/wp-includes/wlwmanifest.xml
Not Found: /wp2/wp-includes/wlwmanifest.xml//wp2/wp-includes/wlwmanifest.xml
Not Found: /site/wp-includes/wlwmanifest.xml//site/wp-includes/wlwmanifest.xml
Not Found: /cms/wp-includes/wlwmanifest.xml//cms/wp-includes/wlwmanifest.xml
Not Found: /sito/wp-includes/wlwmanifest.xml//sito/wp-includes/wlwmanifest.xml
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /login
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /apps
Not Found: /api/action
Not Found: /api/actions
Not Found: /_next/data
Forbidden (Referer checking failed - no Referer.): /
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Forbidden (Referer checking failed - no Referer.): /
Not Found: /apps
Not Found: /api/action
Not Found: /api/actions
Not Found: /_next/data
Forbidden (Referer checking failed - no Referer.): /
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php
Not Found: /vendor/laravel-filemanager/js/script.js
Not Found: /public/vendor/laravel-filemanager/js/script.js
Forbidden (Referer checking failed - no Referer.): /
Not Found: /_ignition/execute-solution
Not Found: /public/_ignition/execute-solution
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php
Not Found: /vendor/laravel-filemanager/js/script.js
Not Found: /public/vendor/laravel-filemanager/js/script.js
Forbidden (Referer checking failed - no Referer.): /
Not Found: /_ignition/execute-solution
Not Found: /public/_ignition/execute-solution
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Forbidden (CSRF token from POST incorrect.): /accounts/login/
Not Found: /.well-known/security.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /wp-includes/wlwmanifest.xml//wp-includes/wlwmanifest.xml
Not Found: /xmlrpc.php//xmlrpc.php
Not Found: /blog/wp-includes/wlwmanifest.xml//blog/wp-includes/wlwmanifest.xml
Not Found: /web/wp-includes/wlwmanifest.xml//web/wp-includes/wlwmanifest.xml
Not Found: /wordpress/wp-includes/wlwmanifest.xml//wordpress/wp-includes/wlwmanifest.xml
Not Found: /website/wp-includes/wlwmanifest.xml//website/wp-includes/wlwmanifest.xml
Not Found: /wp/wp-includes/wlwmanifest.xml//wp/wp-includes/wlwmanifest.xml
Not Found: /news/wp-includes/wlwmanifest.xml//news/wp-includes/wlwmanifest.xml
Not Found: /2018/wp-includes/wlwmanifest.xml//2018/wp-includes/wlwmanifest.xml
Not Found: /2019/wp-includes/wlwmanifest.xml//2019/wp-includes/wlwmanifest.xml
Not Found: /shop/wp-includes/wlwmanifest.xml//shop/wp-includes/wlwmanifest.xml
Not Found: /wp1/wp-includes/wlwmanifest.xml//wp1/wp-includes/wlwmanifest.xml
Not Found: /test/wp-includes/wlwmanifest.xml//test/wp-includes/wlwmanifest.xml
Not Found: /media/wp-includes/wlwmanifest.xml//media/wp-includes/wlwmanifest.xml
Not Found: /wp2/wp-includes/wlwmanifest.xml//wp2/wp-includes/wlwmanifest.xml
Not Found: /site/wp-includes/wlwmanifest.xml//site/wp-includes/wlwmanifest.xml
Not Found: /cms/wp-includes/wlwmanifest.xml//cms/wp-includes/wlwmanifest.xml
Not Found: /sito/wp-includes/wlwmanifest.xml//sito/wp-includes/wlwmanifest.xml
Not Found: /wp-includes/wlwmanifest.xml//wp-includes/wlwmanifest.xml
Not Found: /xmlrpc.php//xmlrpc.php
Not Found: /blog/wp-includes/wlwmanifest.xml//blog/wp-includes/wlwmanifest.xml
Not Found: /web/wp-includes/wlwmanifest.xml//web/wp-includes/wlwmanifest.xml
Not Found: /wordpress/wp-includes/wlwmanifest.xml//wordpress/wp-includes/wlwmanifest.xml
Not Found: /website/wp-includes/wlwmanifest.xml//website/wp-includes/wlwmanifest.xml
Not Found: /wp/wp-includes/wlwmanifest.xml//wp/wp-includes/wlwmanifest.xml
Not Found: /news/wp-includes/wlwmanifest.xml//news/wp-includes/wlwmanifest.xml
Not Found: /2018/wp-includes/wlwmanifest.xml//2018/wp-includes/wlwmanifest.xml
Not Found: /2019/wp-includes/wlwmanifest.xml//2019/wp-includes/wlwmanifest.xml
Not Found: /shop/wp-includes/wlwmanifest.xml//shop/wp-includes/wlwmanifest.xml
Not Found: /wp1/wp-includes/wlwmanifest.xml//wp1/wp-includes/wlwmanifest.xml
Not Found: /test/wp-includes/wlwmanifest.xml//test/wp-includes/wlwmanifest.xml
Not Found: /media/wp-includes/wlwmanifest.xml//media/wp-includes/wlwmanifest.xml
Not Found: /wp2/wp-includes/wlwmanifest.xml//wp2/wp-includes/wlwmanifest.xml
Not Found: /site/wp-includes/wlwmanifest.xml//site/wp-includes/wlwmanifest.xml
Not Found: /cms/wp-includes/wlwmanifest.xml//cms/wp-includes/wlwmanifest.xml
Not Found: /sito/wp-includes/wlwmanifest.xml//sito/wp-includes/wlwmanifest.xml
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /wp-includes/wlwmanifest.xml//wp-includes/wlwmanifest.xml
Not Found: /xmlrpc.php//xmlrpc.php
Not Found: /blog/wp-includes/wlwmanifest.xml//blog/wp-includes/wlwmanifest.xml
Not Found: /web/wp-includes/wlwmanifest.xml//web/wp-includes/wlwmanifest.xml
Not Found: /wordpress/wp-includes/wlwmanifest.xml//wordpress/wp-includes/wlwmanifest.xml
Not Found: /website/wp-includes/wlwmanifest.xml//website/wp-includes/wlwmanifest.xml
Not Found: /wp/wp-includes/wlwmanifest.xml//wp/wp-includes/wlwmanifest.xml
Not Found: /news/wp-includes/wlwmanifest.xml//news/wp-includes/wlwmanifest.xml
Not Found: /2018/wp-includes/wlwmanifest.xml//2018/wp-includes/wlwmanifest.xml
Not Found: /2019/wp-includes/wlwmanifest.xml//2019/wp-includes/wlwmanifest.xml
Not Found: /shop/wp-includes/wlwmanifest.xml//shop/wp-includes/wlwmanifest.xml
Not Found: /wp1/wp-includes/wlwmanifest.xml//wp1/wp-includes/wlwmanifest.xml
Not Found: /test/wp-includes/wlwmanifest.xml//test/wp-includes/wlwmanifest.xml
Not Found: /media/wp-includes/wlwmanifest.xml//media/wp-includes/wlwmanifest.xml
Not Found: /wp2/wp-includes/wlwmanifest.xml//wp2/wp-includes/wlwmanifest.xml
Not Found: /site/wp-includes/wlwmanifest.xml//site/wp-includes/wlwmanifest.xml
Not Found: /cms/wp-includes/wlwmanifest.xml//cms/wp-includes/wlwmanifest.xml
Not Found: /sito/wp-includes/wlwmanifest.xml//sito/wp-includes/wlwmanifest.xml
Not Found: /favicon.ico
Not Found: /wp-includes/wlwmanifest.xml//wp-includes/wlwmanifest.xml
Not Found: /xmlrpc.php//xmlrpc.php
Not Found: /blog/wp-includes/wlwmanifest.xml//blog/wp-includes/wlwmanifest.xml
Not Found: /web/wp-includes/wlwmanifest.xml//web/wp-includes/wlwmanifest.xml
Not Found: /wordpress/wp-includes/wlwmanifest.xml//wordpress/wp-includes/wlwmanifest.xml
Not Found: /website/wp-includes/wlwmanifest.xml//website/wp-includes/wlwmanifest.xml
Not Found: /wp/wp-includes/wlwmanifest.xml//wp/wp-includes/wlwmanifest.xml
Not Found: /news/wp-includes/wlwmanifest.xml//news/wp-includes/wlwmanifest.xml
Not Found: /2020/wp-includes/wlwmanifest.xml//2020/wp-includes/wlwmanifest.xml
Not Found: /2019/wp-includes/wlwmanifest.xml//2019/wp-includes/wlwmanifest.xml
Not Found: /shop/wp-includes/wlwmanifest.xml//shop/wp-includes/wlwmanifest.xml
Not Found: /wp1/wp-includes/wlwmanifest.xml//wp1/wp-includes/wlwmanifest.xml
Not Found: /test/wp-includes/wlwmanifest.xml//test/wp-includes/wlwmanifest.xml
Not Found: /wp2/wp-includes/wlwmanifest.xml//wp2/wp-includes/wlwmanifest.xml
Not Found: /site/wp-includes/wlwmanifest.xml//site/wp-includes/wlwmanifest.xml
Not Found: /cms/wp-includes/wlwmanifest.xml//cms/wp-includes/wlwmanifest.xml
Not Found: /sito/wp-includes/wlwmanifest.xml//sito/wp-includes/wlwmanifest.xml
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /wp-includes/wlwmanifest.xml//wp-includes/wlwmanifest.xml
Not Found: /xmlrpc.php//xmlrpc.php
Not Found: /blog/wp-includes/wlwmanifest.xml//blog/wp-includes/wlwmanifest.xml
Not Found: /web/wp-includes/wlwmanifest.xml//web/wp-includes/wlwmanifest.xml
Not Found: /wordpress/wp-includes/wlwmanifest.xml//wordpress/wp-includes/wlwmanifest.xml
Not Found: /website/wp-includes/wlwmanifest.xml//website/wp-includes/wlwmanifest.xml
Not Found: /wp/wp-includes/wlwmanifest.xml//wp/wp-includes/wlwmanifest.xml
Not Found: /news/wp-includes/wlwmanifest.xml//news/wp-includes/wlwmanifest.xml
Not Found: /2020/wp-includes/wlwmanifest.xml//2020/wp-includes/wlwmanifest.xml
Not Found: /2019/wp-includes/wlwmanifest.xml//2019/wp-includes/wlwmanifest.xml
Not Found: /shop/wp-includes/wlwmanifest.xml//shop/wp-includes/wlwmanifest.xml
Not Found: /wp1/wp-includes/wlwmanifest.xml//wp1/wp-includes/wlwmanifest.xml
Not Found: /test/wp-includes/wlwmanifest.xml//test/wp-includes/wlwmanifest.xml
Not Found: /wp2/wp-includes/wlwmanifest.xml//wp2/wp-includes/wlwmanifest.xml
Not Found: /site/wp-includes/wlwmanifest.xml//site/wp-includes/wlwmanifest.xml
Not Found: /cms/wp-includes/wlwmanifest.xml//cms/wp-includes/wlwmanifest.xml
Not Found: /sito/wp-includes/wlwmanifest.xml//sito/wp-includes/wlwmanifest.xml
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /wp-includes/wlwmanifest.xml//wp-includes/wlwmanifest.xml
Not Found: /xmlrpc.php//xmlrpc.php
Not Found: /blog/wp-includes/wlwmanifest.xml//blog/wp-includes/wlwmanifest.xml
Not Found: /web/wp-includes/wlwmanifest.xml//web/wp-includes/wlwmanifest.xml
Not Found: /wordpress/wp-includes/wlwmanifest.xml//wordpress/wp-includes/wlwmanifest.xml
Not Found: /website/wp-includes/wlwmanifest.xml//website/wp-includes/wlwmanifest.xml
Not Found: /wp/wp-includes/wlwmanifest.xml//wp/wp-includes/wlwmanifest.xml
Not Found: /news/wp-includes/wlwmanifest.xml//news/wp-includes/wlwmanifest.xml
Not Found: /2020/wp-includes/wlwmanifest.xml//2020/wp-includes/wlwmanifest.xml
Not Found: /2019/wp-includes/wlwmanifest.xml//2019/wp-includes/wlwmanifest.xml
Not Found: /shop/wp-includes/wlwmanifest.xml//shop/wp-includes/wlwmanifest.xml
Not Found: /wp1/wp-includes/wlwmanifest.xml//wp1/wp-includes/wlwmanifest.xml
Not Found: /test/wp-includes/wlwmanifest.xml//test/wp-includes/wlwmanifest.xml
Not Found: /wp2/wp-includes/wlwmanifest.xml//wp2/wp-includes/wlwmanifest.xml
Not Found: /site/wp-includes/wlwmanifest.xml//site/wp-includes/wlwmanifest.xml
Not Found: /cms/wp-includes/wlwmanifest.xml//cms/wp-includes/wlwmanifest.xml
Not Found: /sito/wp-includes/wlwmanifest.xml//sito/wp-includes/wlwmanifest.xml
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /wp-includes/wlwmanifest.xml//wp-includes/wlwmanifest.xml
Not Found: /xmlrpc.php//xmlrpc.php
Not Found: /blog/wp-includes/wlwmanifest.xml//blog/wp-includes/wlwmanifest.xml
Not Found: /web/wp-includes/wlwmanifest.xml//web/wp-includes/wlwmanifest.xml
Not Found: /wordpress/wp-includes/wlwmanifest.xml//wordpress/wp-includes/wlwmanifest.xml
Not Found: /website/wp-includes/wlwmanifest.xml//website/wp-includes/wlwmanifest.xml
Not Found: /wp/wp-includes/wlwmanifest.xml//wp/wp-includes/wlwmanifest.xml
Not Found: /news/wp-includes/wlwmanifest.xml//news/wp-includes/wlwmanifest.xml
Not Found: /2020/wp-includes/wlwmanifest.xml//2020/wp-includes/wlwmanifest.xml
Not Found: /2019/wp-includes/wlwmanifest.xml//2019/wp-includes/wlwmanifest.xml
Not Found: /shop/wp-includes/wlwmanifest.xml//shop/wp-includes/wlwmanifest.xml
Not Found: /wp1/wp-includes/wlwmanifest.xml//wp1/wp-includes/wlwmanifest.xml
Not Found: /test/wp-includes/wlwmanifest.xml//test/wp-includes/wlwmanifest.xml
Not Found: /wp2/wp-includes/wlwmanifest.xml//wp2/wp-includes/wlwmanifest.xml
Not Found: /site/wp-includes/wlwmanifest.xml//site/wp-includes/wlwmanifest.xml
Not Found: /cms/wp-includes/wlwmanifest.xml//cms/wp-includes/wlwmanifest.xml
Not Found: /sito/wp-includes/wlwmanifest.xml//sito/wp-includes/wlwmanifest.xml
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /wp-includes/wlwmanifest.xml//wp-includes/wlwmanifest.xml
Not Found: /xmlrpc.php//xmlrpc.php
Not Found: /blog/wp-includes/wlwmanifest.xml//blog/wp-includes/wlwmanifest.xml
Not Found: /web/wp-includes/wlwmanifest.xml//web/wp-includes/wlwmanifest.xml
Not Found: /wordpress/wp-includes/wlwmanifest.xml//wordpress/wp-includes/wlwmanifest.xml
Not Found: /website/wp-includes/wlwmanifest.xml//website/wp-includes/wlwmanifest.xml
Not Found: /wp/wp-includes/wlwmanifest.xml//wp/wp-includes/wlwmanifest.xml
Not Found: /news/wp-includes/wlwmanifest.xml//news/wp-includes/wlwmanifest.xml
Not Found: /2020/wp-includes/wlwmanifest.xml//2020/wp-includes/wlwmanifest.xml
Not Found: /2019/wp-includes/wlwmanifest.xml//2019/wp-includes/wlwmanifest.xml
Not Found: /shop/wp-includes/wlwmanifest.xml//shop/wp-includes/wlwmanifest.xml
Not Found: /wp1/wp-includes/wlwmanifest.xml//wp1/wp-includes/wlwmanifest.xml
Not Found: /test/wp-includes/wlwmanifest.xml//test/wp-includes/wlwmanifest.xml
Not Found: /wp2/wp-includes/wlwmanifest.xml//wp2/wp-includes/wlwmanifest.xml
Not Found: /site/wp-includes/wlwmanifest.xml//site/wp-includes/wlwmanifest.xml
Not Found: /cms/wp-includes/wlwmanifest.xml//cms/wp-includes/wlwmanifest.xml
Not Found: /sito/wp-includes/wlwmanifest.xml//sito/wp-includes/wlwmanifest.xml
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /raw.php
Not Found: /an7.php
Not Found: /333.php
Not Found: /n.php
Not Found: /ahax.php
Not Found: /mds.php
Not Found: /bless5.php
Not Found: /admir.php
Not Found: /wp-admin/maint/wp-is.php
Not Found: /moon.php
Not Found: /wp-admin/admin-post.php
Not Found: /wp-content/themes/admin.php
Not Found: /gmo.php
Not Found: /wp-admin/includes/xmrlpc.php
Not Found: /alfa.php
Not Found: /cong.php
Not Found: /123.php
Not Found: /num.php
Not Found: /lock360.php
Not Found: /wp-admin/css/colour.php
Not Found: /NewFile.php
Not Found: /wp-x7.php
Not Found: /p.php
Not Found: /v3.php
Not Found: /wp-includes/sodium_compat/index.php
Not Found: /system.php
Not Found: /ton.php
Not Found: /555.php
Not Found: /AxAo.php
Not Found: /wp-content/themes/sketch/404.php
Not Found: /db.php
Not Found: /nc.php
Not Found: /file1.php
Not Found: /file32.php
Not Found: /hook.php
Not Found: /wp-includes/style-engine/index.php
Not Found: /file4.php
Not Found: /sto.php
Not Found: /ffile.php
Not Found: /403.php
Not Found: /wp1.php
Not Found: /css/up.php
Not Found: /aa.php
Not Found: /666.php
Not Found: /wb.php
Not Found: /chosen.php
Not Found: /fs.php
Not Found: /0x.php
Not Found: /bless11.php
Not Found: /file.php
Not Found: /indo.php
Not Found: /card.php
Not Found: /menu.php
Not Found: /mnkalo.php
Not Found: /222.php
Not Found: /file3.php
Not Found: /031.php
Not Found: /mws.php
Not Found: /dlu.php
Not Found: /.well-known/acme-challenge/about.php
Not Found: /class19.php
Not Found: /wp-the1me.php
Not Found: /lala.php
Not Found: /k.php
Not Found: /admin.php
Not Found: /css.php
Not Found: /1.php
Not Found: /gifclass.php
Not Found: /file9.php
Not Found: /hk.php
Not Found: /yas.php
Not Found: /wp.php
Not Found: /wp-gr.php
Not Found: /owl.php
Not Found: /mo.php
Not Found: /file21.php
Not Found: /ok.php
Not Found: /444.php
Not Found: /zc-903.php
Not Found: /cc.php
Not Found: /nij.php
Not Found: /info.php
Not Found: /radio.php
Not Found: /404.php
Not Found: /wp-admin/js/wp-conflg.php
Not Found: /tox.php
Not Found: /lo.php
Not Found: /wpls.php
Not Found: /geck.php
Not Found: /inde.php
Not Found: /777.php
Not Found: /luxe.php
Not Found: /2.php
Not Found: /zxin.php
Not Found: /xtt.php
Not Found: /index/function.php
Not Found: /noe.php
Not Found: /class20.php
Not Found: /shellalfa.php
Not Found: /te.php
Not Found: /a2.php
Not Found: /jp.php
Not Found: /cccc.php
Not Found: /fe5.php
Not Found: /sid3.php
Not Found: /v4.php
Not Found: /new4.php
Not Found: /gg.php
Not Found: /wp-update.php
Not Found: /gelap.php
Not Found: /class-t.api.php
Not Found: /000.php
Not Found: /classwithtostring.php
Not Found: /wp-content/uploads/index.php
Not Found: /file18.php
Not Found: /v.php
Not Found: /wp-good.php
Not Found: /bless.php
Not Found: /acp.php
Not Found: /g.php
Not Found: /static/as.php
Not Found: /class.php
Not Found: /simple.php
Not Found: /ioxi-o.php
Not Found: /33.php
Not Found: /o.php
Not Found: /wcas.php
Not Found: /wp-content/uploads/wp.php
Not Found: /f6.php
Not Found: /v2.php
Not Found: /file5.php
Not Found: /lol.php
Not Found: /fileas.php
Not Found: /n3.php
Not Found: /an.php
Not Found: /error.php
Not Found: /wolv2.php
Not Found: /wp-is.php
Not Found: /ava.php
Not Found: /m.php
Not Found: /shell1.php
Not Found: /gdn.php
Not Found: /abc.php
Not Found: /doc.php
Not Found: /autoload_classmap.php
Not Found: /asd67.php
Not Found: /12.php
Not Found: /manager.php
Not Found: /usep.php
Not Found: /auth.php
Not Found: /wp-content/packed.php
Not Found: /hello.php
Not Found: /abt.php
Not Found: /jmfi2.php
Not Found: /layout.php
Not Found: /up.php
Not Found: /flower.php
Not Found: /nope.php
Not Found: /js.php
Not Found: /wp-content/upgrade/index.php
Not Found: /media.php
Not Found: /update/f35.php
Not Found: /default.php
Not Found: /wp-content/uploads/wp-conflg.php
Not Found: /wp-load.php
Not Found: /sko.php
Not Found: /new.php
Not Found: /wp-mail.php/wp-includes/ID3/rnEPv9.php
Not Found: /png.php
Not Found: /log.php
Not Found: /zwso.php
Not Found: /about3.php
Not Found: /inputs.php
Not Found: /r4f_1.php
Not Found: /ftp.php
Not Found: /content.php
Not Found: /ext.php
Not Found: /himu.php
Not Found: /wfile.php
Not Found: /pp.php
Not Found: /miansha.php
Not Found: /test2.php
Not Found: /wp-links-opml.php
Not Found: /mah.php
Not Found: /asas.php
Not Found: /wp-includes/IXR/about.php
Not Found: /mans.php
Not Found: /build.php
Not Found: /atomlib.php
Not Found: /lib.php
Not Found: /lv.php
Not Found: /class-wp.php
Not Found: /about.php
Not Found: /filemanager.php
Not Found: /ioxi-o2.php
Not Found: /a.php
Not Found: /mail.php
Not Found: /CLA.php
Not Found: /ol.php
Not Found: /ouh.php
Not Found: /bolt.php
Not Found: /shell.php
Not Found: /tgrs.php
Not Found: /system_log.php
Not Found: /gifclass4.php
Not Found: /z.php
Not Found: /akcc.php
Not Found: /zxz.php
Not Found: /wp-includes/wlwmanifest.xml//wp-includes/wlwmanifest.xml
Not Found: /xmlrpc.php//xmlrpc.php
Not Found: /blog/wp-includes/wlwmanifest.xml//blog/wp-includes/wlwmanifest.xml
Not Found: /web/wp-includes/wlwmanifest.xml//web/wp-includes/wlwmanifest.xml
Not Found: /wordpress/wp-includes/wlwmanifest.xml//wordpress/wp-includes/wlwmanifest.xml
Not Found: /website/wp-includes/wlwmanifest.xml//website/wp-includes/wlwmanifest.xml
Not Found: /wp/wp-includes/wlwmanifest.xml//wp/wp-includes/wlwmanifest.xml
Not Found: /news/wp-includes/wlwmanifest.xml//news/wp-includes/wlwmanifest.xml
Not Found: /2018/wp-includes/wlwmanifest.xml//2018/wp-includes/wlwmanifest.xml
Not Found: /2019/wp-includes/wlwmanifest.xml//2019/wp-includes/wlwmanifest.xml
Not Found: /shop/wp-includes/wlwmanifest.xml//shop/wp-includes/wlwmanifest.xml
Not Found: /wp1/wp-includes/wlwmanifest.xml//wp1/wp-includes/wlwmanifest.xml
Not Found: /test/wp-includes/wlwmanifest.xml//test/wp-includes/wlwmanifest.xml
Not Found: /media/wp-includes/wlwmanifest.xml//media/wp-includes/wlwmanifest.xml
Not Found: /wp2/wp-includes/wlwmanifest.xml//wp2/wp-includes/wlwmanifest.xml
Not Found: /site/wp-includes/wlwmanifest.xml//site/wp-includes/wlwmanifest.xml
Not Found: /cms/wp-includes/wlwmanifest.xml//cms/wp-includes/wlwmanifest.xml
Not Found: /sito/wp-includes/wlwmanifest.xml//sito/wp-includes/wlwmanifest.xml
Not Found: /apps
Not Found: /api/action
Not Found: /api/actions
Not Found: /_next/data
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /wp-includes/wlwmanifest.xml//wp-includes/wlwmanifest.xml
Not Found: /xmlrpc.php//xmlrpc.php
Not Found: /blog/wp-includes/wlwmanifest.xml//blog/wp-includes/wlwmanifest.xml
Not Found: /web/wp-includes/wlwmanifest.xml//web/wp-includes/wlwmanifest.xml
Not Found: /wordpress/wp-includes/wlwmanifest.xml//wordpress/wp-includes/wlwmanifest.xml
Not Found: /website/wp-includes/wlwmanifest.xml//website/wp-includes/wlwmanifest.xml
Not Found: /wp/wp-includes/wlwmanifest.xml//wp/wp-includes/wlwmanifest.xml
Not Found: /news/wp-includes/wlwmanifest.xml//news/wp-includes/wlwmanifest.xml
Not Found: /2018/wp-includes/wlwmanifest.xml//2018/wp-includes/wlwmanifest.xml
Not Found: /2019/wp-includes/wlwmanifest.xml//2019/wp-includes/wlwmanifest.xml
Not Found: /shop/wp-includes/wlwmanifest.xml//shop/wp-includes/wlwmanifest.xml
Not Found: /wp1/wp-includes/wlwmanifest.xml//wp1/wp-includes/wlwmanifest.xml
Not Found: /test/wp-includes/wlwmanifest.xml//test/wp-includes/wlwmanifest.xml
Not Found: /media/wp-includes/wlwmanifest.xml//media/wp-includes/wlwmanifest.xml
Not Found: /wp2/wp-includes/wlwmanifest.xml//wp2/wp-includes/wlwmanifest.xml
Not Found: /site/wp-includes/wlwmanifest.xml//site/wp-includes/wlwmanifest.xml
Not Found: /cms/wp-includes/wlwmanifest.xml//cms/wp-includes/wlwmanifest.xml
Not Found: /sito/wp-includes/wlwmanifest.xml//sito/wp-includes/wlwmanifest.xml
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /class-t.api.php
Not Found: /zwso.php
Not Found: /wp-admin/css/colors/blue/index.php
Not Found: /class19.php
Not Found: /class20.php
Not Found: /admin.php
Not Found: /randkeyword.php
Not Found: /fwe.php
Not Found: /images/m.php
Not Found: /g.php
Not Found: /tx1.php
Not Found: /xv.php
Not Found: /x56.php
Not Found: /htaccess.php
Not Found: /readme.php
Not Found: /x50.php
Not Found: /fv.php
Not Found: /file.php
Not Found: /lsd.php
Not Found: /as.php
Not Found: /wsd.php
Not Found: /gtc.php
Not Found: /atx.php
Not Found: /z60.php
Not Found: /403.php
Not Found: /m.php
Not Found: /themes.php
Not Found: /wp-admin/maint/about.php
Not Found: /wp-admin/network/wp-conflg.php
Not Found: /click.php
Not Found: /install.php
Not Found: /lv.php
Not Found: /simple.php
Not Found: /css.php
Not Found: /cong.php
Not Found: /wp-includes/images/wp-login.php
Not Found: /cong.php
Not Found: /w.php
Not Found: /404.php
Not Found: /ioxi-o.php
Not Found: /0x.php
Not Found: /css.php
Not Found: /222.php
Not Found: /wp-content/index.php
Not Found: /admin.php
Not Found: /wp-admin/maint/maint.php
Not Found: /classwithtostring.php
Not Found: /abcd.php
Not Found: /autoload_classmap.php
Not Found: /inputs.php
Not Found: /about.php
Not Found: /alfa.php
Not Found: /themes/twentytwentytwo/index.php
Not Found: /wp-admin/js/wp-conflg.php
Not Found: /wp-admin/wp-conflg.php
Not Found: /wp-admin/css/wp-conflg.php
Not Found: /manager.php
Not Found: /item.php
Not Found: /plugins/Cache/footer.php
Not Found: /404.php
Not Found: /mail.php
Not Found: /wp-content/plugins/index.php
Not Found: /sx.php
Not Found: /wp-admin/maint/admin.php
Not Found: /alfa.php
Not Found: /1.php
Not Found: /byp.php
Not Found: /wp-trackback.php
Not Found: /.well-known/index.php
Not Found: /wp-admin/network/plugins.php
Not Found: /wp-admin/about.php
Not Found: /gmo.php
Not Found: /wp-includes/ID3/about.php
Not Found: /css/index.php
Not Found: /wp-includes/SimplePie/wp-login.php
Not Found: /wp-content/themes/about.php
Not Found: /filemanager/dialog.php
Not Found: /wp-includes/customize/about.php
Not Found: /index/function.php
Not Found: /uploads/autoload_classmap.php
Not Found: /wp-includes/style-engine/about.php
Not Found: /ww1.php
Not Found: /about/function.php
Not Found: /.well-known/acme-challenge/index.php
Not Found: /css/colors/blue/index.php
Not Found: /security.php
Not Found: /wp-admin/user/about.php
Not Found: /wp-admin/js/index.php
Not Found: /wp-content/upgrade/about.php
Not Found: /wp-includes/assets/index.php
Not Found: /wp-content/radio.php
Not Found: /wp-includes/fonts/index.php
Not Found: /.well-known/admin.php
Not Found: /wp-content/admin.php
Not Found: /wp-content/plugins/admin.php
Not Found: /wp-content/themes/twentytwentytwo/index.php
Not Found: /.well-known/log.php
Not Found: /class.php
Not Found: /bless5.php
Not Found: /wp-includes/js/codemirror/index.php
Not Found: /wp-includes/block-patterns/index.php
Not Found: /lock360.php
Not Found: /f35.php
Not Found: /ioxi-o1.php
Not Found: /juuuu.php
Not Found: /ha.php
Not Found: /gg.php
Not Found: /we2.php
Not Found: /04.php
Not Found: /333.php
Not Found: /520.php
Not Found: /ar.php
Not Found: /x.php
Not Found: /xx.php
Not Found: /gifclass4.php
Not Found: /2clas.php
Not Found: /ave.php
Not Found: /wrt.php
Not Found: /bibil.php
Not Found: /radio.php
Not Found: /files.php
Not Found: /file7.php
Not Found: /gifclass.php
Not Found: /wp-admin/css/colors/midnight/about.php
Not Found: /nox.php
Not Found: /file48.php
Not Found: /info.php
Not Found: /class9.php
Not Found: /la.php
Not Found: /bless11.php
Not Found: /ccou.php
Not Found: /ton.php
Not Found: /403.php
Not Found: /file9.php
Not Found: /ac.php
Not Found: /new4.php
Not Found: /pop.php
Not Found: /az.php
Not Found: /xaz.php
Not Found: /up4.php
Not Found: /1aa.php
Not Found: /elp.php
Not Found: /wtz.php
Not Found: /galex.php
Not Found: /xb.php
Not Found: /ova.php
Not Found: /vx.php
Not Found: /rh.php
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /class-t.api.php
Not Found: /zwso.php
Not Found: /wp-admin/css/colors/blue/index.php
Not Found: /class19.php
Not Found: /class20.php
Not Found: /admin.php
Not Found: /randkeyword.php
Not Found: /fwe.php
Not Found: /images/m.php
Not Found: /g.php
Not Found: /tx1.php
Not Found: /xv.php
Not Found: /x56.php
Not Found: /htaccess.php
Not Found: /readme.php
Not Found: /x50.php
Not Found: /fv.php
Not Found: /file.php
Not Found: /lsd.php
Not Found: /as.php
Not Found: /wsd.php
Not Found: /gtc.php
Not Found: /atx.php
Not Found: /z60.php
Not Found: /403.php
Not Found: /m.php
Not Found: /themes.php
Not Found: /wp-admin/maint/about.php
Not Found: /wp-admin/network/wp-conflg.php
Not Found: /click.php
Not Found: /install.php
Not Found: /lv.php
Not Found: /simple.php
Not Found: /css.php
Not Found: /cong.php
Not Found: /wp-includes/images/wp-login.php
Not Found: /cong.php
Not Found: /w.php
Not Found: /404.php
Not Found: /ioxi-o.php
Not Found: /0x.php
Not Found: /css.php
Not Found: /222.php
Not Found: /wp-content/index.php
Not Found: /admin.php
Not Found: /wp-admin/maint/maint.php
Not Found: /classwithtostring.php
Not Found: /abcd.php
Not Found: /autoload_classmap.php
Not Found: /inputs.php
Not Found: /about.php
Not Found: /alfa.php
Not Found: /themes/twentytwentytwo/index.php
Not Found: /wp-admin/js/wp-conflg.php
Not Found: /wp-admin/wp-conflg.php
Not Found: /wp-admin/css/wp-conflg.php
Not Found: /manager.php
Not Found: /item.php
Not Found: /plugins/Cache/footer.php
Not Found: /404.php
Not Found: /mail.php
Not Found: /wp-content/plugins/index.php
Not Found: /sx.php
Not Found: /wp-admin/maint/admin.php
Not Found: /alfa.php
Not Found: /1.php
Not Found: /byp.php
Not Found: /wp-trackback.php
Not Found: /.well-known/index.php
Not Found: /wp-admin/network/plugins.php
Not Found: /wp-admin/about.php
Not Found: /gmo.php
Not Found: /wp-includes/ID3/about.php
Not Found: /css/index.php
Not Found: /wp-includes/SimplePie/wp-login.php
Not Found: /wp-content/themes/about.php
Not Found: /filemanager/dialog.php
Not Found: /wp-includes/customize/about.php
Not Found: /index/function.php
Not Found: /uploads/autoload_classmap.php
Not Found: /wp-includes/style-engine/about.php
Not Found: /ww1.php
Not Found: /about/function.php
Not Found: /.well-known/acme-challenge/index.php
Not Found: /css/colors/blue/index.php
Not Found: /security.php
Not Found: /wp-admin/user/about.php
Not Found: /wp-admin/js/index.php
Not Found: /wp-content/upgrade/about.php
Not Found: /wp-includes/assets/index.php
Not Found: /wp-content/radio.php
Not Found: /wp-includes/fonts/index.php
Not Found: /.well-known/admin.php
Not Found: /wp-content/admin.php
Not Found: /wp-content/plugins/admin.php
Not Found: /wp-content/themes/twentytwentytwo/index.php
Not Found: /.well-known/log.php
Not Found: /class.php
Not Found: /bless5.php
Not Found: /wp-includes/js/codemirror/index.php
Not Found: /wp-includes/block-patterns/index.php
Not Found: /lock360.php
Not Found: /f35.php
Not Found: /ioxi-o1.php
Not Found: /juuuu.php
Not Found: /ha.php
Not Found: /gg.php
Not Found: /we2.php
Not Found: /04.php
Not Found: /333.php
Not Found: /520.php
Not Found: /ar.php
Not Found: /x.php
Not Found: /xx.php
Not Found: /gifclass4.php
Not Found: /2clas.php
Not Found: /ave.php
Not Found: /wrt.php
Not Found: /bibil.php
Not Found: /radio.php
Not Found: /files.php
Not Found: /file7.php
Not Found: /gifclass.php
Not Found: /wp-admin/css/colors/midnight/about.php
Not Found: /nox.php
Not Found: /file48.php
Not Found: /info.php
Not Found: /class9.php
Not Found: /la.php
Not Found: /bless11.php
Not Found: /ccou.php
Not Found: /ton.php
Not Found: /403.php
Not Found: /file9.php
Not Found: /ac.php
Not Found: /new4.php
Not Found: /pop.php
Not Found: /az.php
Not Found: /xaz.php
Not Found: /up4.php
Not Found: /1aa.php
Not Found: /elp.php
Not Found: /wtz.php
Not Found: /galex.php
Not Found: /xb.php
Not Found: /ova.php
Not Found: /vx.php
Not Found: /rh.php
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /css.php
Not Found: /wp-admin/admin-post.php
Not Found: /file.php
Not Found: /tgrs.php
Not Found: /num.php
Not Found: /wp-includes/sodium_compat/index.php
Not Found: /lib.php
Not Found: /wp-the1me.php
Not Found: /wp1.php
Not Found: /static/as.php
Not Found: /hk.php
Not Found: /ioxi-o.php
Not Found: /wp-content/upgrade/index.php
Not Found: /admin.php
Not Found: /zxz.php
Not Found: /fs.php
Not Found: /v.php
Not Found: /403.php
Not Found: /shell1.php
Not Found: /wp-mail.php/wp-includes/ID3/rnEPv9.php
Not Found: /sid3.php
Not Found: /n.php
Not Found: /akcc.php
Not Found: /jmfi2.php
Not Found: /nij.php
Not Found: /jp.php
Not Found: /inputs.php
Not Found: /auth.php
Not Found: /gifclass4.php
Not Found: /0x.php
Not Found: /mah.php
Not Found: /wp-admin/css/colour.php
Not Found: /zc-903.php
Not Found: /info.php
Not Found: /bless5.php
Not Found: /geck.php
Not Found: /fe5.php
Not Found: /menu.php
Not Found: /hook.php
Not Found: /wcas.php
Not Found: /p.php
Not Found: /build.php
Not Found: /class.php
Not Found: /bless11.php
Not Found: /12.php
Not Found: /gifclass.php
Not Found: /himu.php
Not Found: /ext.php
Not Found: /ton.php
Not Found: /abt.php
Not Found: /n3.php
Not Found: /wp-admin/includes/xmrlpc.php
Not Found: /wpls.php
Not Found: /card.php
Not Found: /v4.php
Not Found: /wb.php
Not Found: /system.php
Not Found: /mnkalo.php
Not Found: /zwso.php
Not Found: /wp-x7.php
Not Found: /asd67.php
Not Found: /class-t.api.php
Not Found: /a.php
Not Found: /test2.php
Not Found: /cong.php
Not Found: /wp-update.php
Not Found: /manager.php
Not Found: /ol.php
Not Found: /radio.php
Not Found: /ahax.php
Not Found: /class-wp.php
Not Found: /nope.php
Not Found: /up.php
Not Found: /444.php
Not Found: /mans.php
Not Found: /hello.php
Not Found: /wp-good.php
Not Found: /usep.php
Not Found: /gg.php
Not Found: /nc.php
Not Found: /filemanager.php
Not Found: /gdn.php
Not Found: /wp-admin/maint/wp-is.php
Not Found: /an.php
Not Found: /about.php
Not Found: /png.php
Not Found: /raw.php
Not Found: /xtt.php
Not Found: /simple.php
Not Found: /luxe.php
Not Found: /wp-content/themes/admin.php
Not Found: /1.php
Not Found: /indo.php
Not Found: /f6.php
Not Found: /404.php
Not Found: /bless.php
Not Found: /update/f35.php
Not Found: /wp-includes/IXR/about.php
Not Found: /777.php
Not Found: /z.php
Not Found: /123.php
Not Found: /file3.php
Not Found: /media.php
Not Found: /r4f_1.php
Not Found: /031.php
Not Found: /AxAo.php
Not Found: /shellalfa.php
Not Found: /aa.php
Not Found: /abc.php
Not Found: /file5.php
Not Found: /lala.php
Not Found: /chosen.php
Not Found: /classwithtostring.php
Not Found: /wp-content/packed.php
Not Found: /new.php
Not Found: /default.php
Not Found: /NewFile.php
Not Found: /wp-load.php
Not Found: /mo.php
Not Found: /cc.php
Not Found: /miansha.php
Not Found: /file9.php
Not Found: /class19.php
Not Found: /db.php
Not Found: /ioxi-o2.php
Not Found: /wp-links-opml.php
Not Found: /asas.php
Not Found: /js.php
Not Found: /lv.php
Not Found: /atomlib.php
Not Found: /zxin.php
Not Found: /g.php
Not Found: /index/function.php
Not Found: /wp-content/uploads/wp-conflg.php
Not Found: /sto.php
Not Found: /file21.php
Not Found: /mds.php
Not Found: /fileas.php
Not Found: /ok.php
Not Found: /layout.php
Not Found: /wp-gr.php
Not Found: /a2.php
Not Found: /file1.php
Not Found: /333.php
Not Found: /wp-content/uploads/wp.php
Not Found: /system_log.php
Not Found: /alfa.php
Not Found: /file4.php
Not Found: /v2.php
Not Found: /owl.php
Not Found: /yas.php
Not Found: /dlu.php
Not Found: /v3.php
Not Found: /lock360.php
Not Found: /m.php
Not Found: /content.php
Not Found: /wp-is.php
Not Found: /wolv2.php
Not Found: /ftp.php
Not Found: /ouh.php
Not Found: /moon.php
Not Found: /k.php
Not Found: /mws.php
Not Found: /doc.php
Not Found: /log.php
Not Found: /te.php
Not Found: /555.php
Not Found: /33.php
Not Found: /error.php
Not Found: /tox.php
Not Found: /lo.php
Not Found: /file32.php
Not Found: /ava.php
Not Found: /2.php
Not Found: /o.php
Not Found: /autoload_classmap.php
Not Found: /noe.php
Not Found: /wfile.php
Not Found: /about3.php
Not Found: /gelap.php
Not Found: /wp.php
Not Found: /flower.php
Not Found: /wp-content/uploads/index.php
Not Found: /gmo.php
Not Found: /css/up.php
Not Found: /inde.php
Not Found: /wp-includes/style-engine/index.php
Not Found: /admir.php
Not Found: /file18.php
Not Found: /666.php
Not Found: /pp.php
Not Found: /.well-known/acme-challenge/about.php
Not Found: /an7.php
Not Found: /class20.php
Not Found: /wp-admin/js/wp-conflg.php
Not Found: /mail.php
Not Found: /ffile.php
Not Found: /222.php
Not Found: /acp.php
Not Found: /shell.php
Not Found: /CLA.php
Not Found: /new4.php
Not Found: /lol.php
Not Found: /bolt.php
Not Found: /cccc.php
Not Found: /wp-content/themes/sketch/404.php
Not Found: /sko.php
Not Found: /000.php
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /sitemap.txt
Not Found: /sitemap.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /sitemaps.xml
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /sitemap.xml
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Internal Server Error: /informacion/calificaciones-docente/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 104, in calificaciones_docente
    return render(
           ^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 62, in render_to_string
    return template.render(context, request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/backends/django.py", line 107, in render
    return self.template.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 171, in render
    return self._render(context)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 65, in render
    result = block.nodelist.render(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 243, in render
    nodelist.append(node.render_annotated(context))
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 550, in render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1067, in render
    output = self.filter_expression.resolve(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 745, in resolve
    new_obj = func(obj, *arg_vals)
              ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/templatetags/custom_filters.py", line 30, in display_nota
    return f"{value:.2f}"
           ^^^^^^^^^^^^^^
ValueError: Unknown format code 'f' for object of type 'str'
Internal Server Error: /informacion/calificaciones-docente/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 104, in calificaciones_docente
    return render(
           ^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 62, in render_to_string
    return template.render(context, request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/backends/django.py", line 107, in render
    return self.template.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 171, in render
    return self._render(context)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 65, in render
    result = block.nodelist.render(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 243, in render
    nodelist.append(node.render_annotated(context))
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 550, in render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1067, in render
    output = self.filter_expression.resolve(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 745, in resolve
    new_obj = func(obj, *arg_vals)
              ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/templatetags/custom_filters.py", line 30, in display_nota
    return f"{value:.2f}"
           ^^^^^^^^^^^^^^
ValueError: Unknown format code 'f' for object of type 'str'
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Internal Server Error: /informacion/calificaciones-docente/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 104, in calificaciones_docente
    return render(
           ^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 62, in render_to_string
    return template.render(context, request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/backends/django.py", line 107, in render
    return self.template.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 171, in render
    return self._render(context)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 65, in render
    result = block.nodelist.render(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 243, in render
    nodelist.append(node.render_annotated(context))
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 550, in render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1067, in render
    output = self.filter_expression.resolve(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 745, in resolve
    new_obj = func(obj, *arg_vals)
              ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/templatetags/custom_filters.py", line 30, in display_nota
    return f"{value:.2f}"
           ^^^^^^^^^^^^^^
ValueError: Unknown format code 'f' for object of type 'str'
Not Found: /favicon.ico
Internal Server Error: /informacion/calificaciones-docente/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 104, in calificaciones_docente
    return render(
           ^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 62, in render_to_string
    return template.render(context, request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/backends/django.py", line 107, in render
    return self.template.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 171, in render
    return self._render(context)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 65, in render
    result = block.nodelist.render(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 243, in render
    nodelist.append(node.render_annotated(context))
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 550, in render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1067, in render
    output = self.filter_expression.resolve(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 745, in resolve
    new_obj = func(obj, *arg_vals)
              ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/templatetags/custom_filters.py", line 30, in display_nota
    return f"{value:.2f}"
           ^^^^^^^^^^^^^^
ValueError: Unknown format code 'f' for object of type 'str'
Internal Server Error: /informacion/calificaciones-docente/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 104, in calificaciones_docente
    return render(
           ^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 62, in render_to_string
    return template.render(context, request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/backends/django.py", line 107, in render
    return self.template.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 171, in render
    return self._render(context)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 65, in render
    result = block.nodelist.render(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 243, in render
    nodelist.append(node.render_annotated(context))
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 550, in render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1067, in render
    output = self.filter_expression.resolve(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 745, in resolve
    new_obj = func(obj, *arg_vals)
              ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/templatetags/custom_filters.py", line 30, in display_nota
    return f"{value:.2f}"
           ^^^^^^^^^^^^^^
ValueError: Unknown format code 'f' for object of type 'str'
Internal Server Error: /informacion/calificaciones-docente/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 104, in calificaciones_docente
    return render(
           ^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 62, in render_to_string
    return template.render(context, request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/backends/django.py", line 107, in render
    return self.template.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 171, in render
    return self._render(context)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 65, in render
    result = block.nodelist.render(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 243, in render
    nodelist.append(node.render_annotated(context))
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 550, in render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1067, in render
    output = self.filter_expression.resolve(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 745, in resolve
    new_obj = func(obj, *arg_vals)
              ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/templatetags/custom_filters.py", line 30, in display_nota
    return f"{value:.2f}"
           ^^^^^^^^^^^^^^
ValueError: Unknown format code 'f' for object of type 'str'
Not Found: /ruta/a/tu/imagen.jpg
Internal Server Error: /informacion/calificaciones-docente/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 104, in calificaciones_docente
    return render(
           ^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 62, in render_to_string
    return template.render(context, request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/backends/django.py", line 107, in render
    return self.template.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 171, in render
    return self._render(context)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 65, in render
    result = block.nodelist.render(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 243, in render
    nodelist.append(node.render_annotated(context))
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 550, in render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1067, in render
    output = self.filter_expression.resolve(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 745, in resolve
    new_obj = func(obj, *arg_vals)
              ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/templatetags/custom_filters.py", line 30, in display_nota
    return f"{value:.2f}"
           ^^^^^^^^^^^^^^
ValueError: Unknown format code 'f' for object of type 'str'
Internal Server Error: /informacion/calificaciones-docente/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 104, in calificaciones_docente
    return render(
           ^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 62, in render_to_string
    return template.render(context, request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/backends/django.py", line 107, in render
    return self.template.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 171, in render
    return self._render(context)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 65, in render
    result = block.nodelist.render(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 243, in render
    nodelist.append(node.render_annotated(context))
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 550, in render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1067, in render
    output = self.filter_expression.resolve(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 745, in resolve
    new_obj = func(obj, *arg_vals)
              ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/templatetags/custom_filters.py", line 30, in display_nota
    return f"{value:.2f}"
           ^^^^^^^^^^^^^^
ValueError: Unknown format code 'f' for object of type 'str'
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Internal Server Error: /informacion/calificaciones-docente/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 104, in calificaciones_docente
    return render(
           ^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 62, in render_to_string
    return template.render(context, request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/backends/django.py", line 107, in render
    return self.template.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 171, in render
    return self._render(context)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 65, in render
    result = block.nodelist.render(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 243, in render
    nodelist.append(node.render_annotated(context))
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 550, in render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1067, in render
    output = self.filter_expression.resolve(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 745, in resolve
    new_obj = func(obj, *arg_vals)
              ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/templatetags/custom_filters.py", line 30, in display_nota
    return f"{value:.2f}"
           ^^^^^^^^^^^^^^
ValueError: Unknown format code 'f' for object of type 'str'
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Internal Server Error: /informacion/calificaciones-docente/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 104, in calificaciones_docente
    return render(
           ^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 62, in render_to_string
    return template.render(context, request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/backends/django.py", line 107, in render
    return self.template.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 171, in render
    return self._render(context)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 65, in render
    result = block.nodelist.render(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 243, in render
    nodelist.append(node.render_annotated(context))
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 550, in render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1067, in render
    output = self.filter_expression.resolve(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 745, in resolve
    new_obj = func(obj, *arg_vals)
              ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/templatetags/custom_filters.py", line 30, in display_nota
    return f"{value:.2f}"
           ^^^^^^^^^^^^^^
ValueError: Unknown format code 'f' for object of type 'str'
Not Found: /ruta/a/tu/imagen.jpg
Internal Server Error: /informacion/calificaciones-docente/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 104, in calificaciones_docente
    return render(
           ^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 62, in render_to_string
    return template.render(context, request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/backends/django.py", line 107, in render
    return self.template.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 171, in render
    return self._render(context)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 65, in render
    result = block.nodelist.render(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 243, in render
    nodelist.append(node.render_annotated(context))
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 550, in render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1067, in render
    output = self.filter_expression.resolve(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 745, in resolve
    new_obj = func(obj, *arg_vals)
              ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/templatetags/custom_filters.py", line 30, in display_nota
    return f"{value:.2f}"
           ^^^^^^^^^^^^^^
ValueError: Unknown format code 'f' for object of type 'str'
[UID:1227][1229949] Child process with pid: 1693384 was killed by signal: 15, core dumped: no
Internal Server Error: /informacion/calificaciones-docente/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 104, in calificaciones_docente
    return render(
           ^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 62, in render_to_string
    return template.render(context, request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/backends/django.py", line 107, in render
    return self.template.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 171, in render
    return self._render(context)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 65, in render
    result = block.nodelist.render(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 243, in render
    nodelist.append(node.render_annotated(context))
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 550, in render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1067, in render
    output = self.filter_expression.resolve(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 745, in resolve
    new_obj = func(obj, *arg_vals)
              ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/templatetags/custom_filters.py", line 30, in display_nota
    return f"{value:.2f}"
           ^^^^^^^^^^^^^^
ValueError: Unknown format code 'f' for object of type 'str'
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Internal Server Error: /informacion/calificaciones-docente/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 104, in calificaciones_docente
    return render(
           ^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 62, in render_to_string
    return template.render(context, request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/backends/django.py", line 107, in render
    return self.template.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 171, in render
    return self._render(context)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 65, in render
    result = block.nodelist.render(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 243, in render
    nodelist.append(node.render_annotated(context))
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 550, in render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1067, in render
    output = self.filter_expression.resolve(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 745, in resolve
    new_obj = func(obj, *arg_vals)
              ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/templatetags/custom_filters.py", line 30, in display_nota
    return f"{value:.2f}"
           ^^^^^^^^^^^^^^
ValueError: Unknown format code 'f' for object of type 'str'
Internal Server Error: /informacion/calificaciones-docente/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 104, in calificaciones_docente
    return render(
           ^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 62, in render_to_string
    return template.render(context, request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/backends/django.py", line 107, in render
    return self.template.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 171, in render
    return self._render(context)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 65, in render
    result = block.nodelist.render(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 243, in render
    nodelist.append(node.render_annotated(context))
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 550, in render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1067, in render
    output = self.filter_expression.resolve(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 745, in resolve
    new_obj = func(obj, *arg_vals)
              ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/templatetags/custom_filters.py", line 30, in display_nota
    return f"{value:.2f}"
           ^^^^^^^^^^^^^^
ValueError: Unknown format code 'f' for object of type 'str'
Internal Server Error: /informacion/calificaciones-docente/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 104, in calificaciones_docente
    return render(
           ^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 62, in render_to_string
    return template.render(context, request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/backends/django.py", line 107, in render
    return self.template.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 171, in render
    return self._render(context)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 65, in render
    result = block.nodelist.render(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 243, in render
    nodelist.append(node.render_annotated(context))
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 550, in render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1067, in render
    output = self.filter_expression.resolve(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 745, in resolve
    new_obj = func(obj, *arg_vals)
              ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/templatetags/custom_filters.py", line 30, in display_nota
    return f"{value:.2f}"
           ^^^^^^^^^^^^^^
ValueError: Unknown format code 'f' for object of type 'str'
Not Found: /ruta/a/tu/imagen.jpg
Internal Server Error: /informacion/calificaciones-docente/
Traceback (most recent call last):
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 63, in calificaciones_docente
    docente = request.user.docente
            ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 253, in inner
    return func(_wrapped, *args)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/fields/related_descriptors.py", line 531, in __get__
    raise self.RelatedObjectDoesNotExist(
django.contrib.auth.models.User.docente.RelatedObjectDoesNotExist: User has no docente.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 65, in calificaciones_docente
    return render(request, "error.html", {"mensaje": "No tienes permisos para acceder a esta p\xe1gina."})
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 61, in render_to_string
    template = get_template(template_name, using=using)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 19, in get_template
    raise TemplateDoesNotExist(template_name, chain=chain)
django.template.exceptions.TemplateDoesNotExist: error.html
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Internal Server Error: /informacion/calificaciones-docente/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 104, in calificaciones_docente
    return render(
           ^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 62, in render_to_string
    return template.render(context, request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/backends/django.py", line 107, in render
    return self.template.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 171, in render
    return self._render(context)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 65, in render
    result = block.nodelist.render(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 243, in render
    nodelist.append(node.render_annotated(context))
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 550, in render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1067, in render
    output = self.filter_expression.resolve(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 745, in resolve
    new_obj = func(obj, *arg_vals)
              ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/templatetags/custom_filters.py", line 30, in display_nota
    return f"{value:.2f}"
           ^^^^^^^^^^^^^^
ValueError: Unknown format code 'f' for object of type 'str'
Not Found: /ruta/a/tu/imagen.jpg
[UID:1227][1229949] Child process with pid: 1844218 was killed by signal: 15, core dumped: no
[UID:1227][1229949] Child process with pid: 1844227 was killed by signal: 15, core dumped: no
Not Found: /ruta/a/tu/imagen.jpg
Internal Server Error: /informacion/calificaciones-docente/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 104, in calificaciones_docente
    return render(
           ^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 62, in render_to_string
    return template.render(context, request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/backends/django.py", line 107, in render
    return self.template.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 171, in render
    return self._render(context)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 65, in render
    result = block.nodelist.render(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 243, in render
    nodelist.append(node.render_annotated(context))
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 550, in render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1067, in render
    output = self.filter_expression.resolve(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 745, in resolve
    new_obj = func(obj, *arg_vals)
              ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/templatetags/custom_filters.py", line 30, in display_nota
    return f"{value:.2f}"
           ^^^^^^^^^^^^^^
ValueError: Unknown format code 'f' for object of type 'str'
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /sitemap.xml
Not Found: /favicon.ico
Not Found: /sitemap.xml
Not Found: /favicon.ico
Not Found: /favicon.ico
Internal Server Error: /informacion/calificaciones-docente/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 104, in calificaciones_docente
    return render(
           ^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 62, in render_to_string
    return template.render(context, request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/backends/django.py", line 107, in render
    return self.template.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 171, in render
    return self._render(context)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 65, in render
    result = block.nodelist.render(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 243, in render
    nodelist.append(node.render_annotated(context))
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 550, in render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1067, in render
    output = self.filter_expression.resolve(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 745, in resolve
    new_obj = func(obj, *arg_vals)
              ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/templatetags/custom_filters.py", line 30, in display_nota
    return f"{value:.2f}"
           ^^^^^^^^^^^^^^
ValueError: Unknown format code 'f' for object of type 'str'
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
[UID:1227][3539426] Child process with pid: 3539900 was killed by signal: 15, core dumped: no
[UID:1227][3539426] Child process with pid: 3540544 was killed by signal: 15, core dumped: no
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
[UID:1227][4008122] Child process with pid: 4128979 was killed by signal: 15, core dumped: no
[UID:1227][4008122] Child process with pid: 4128983 was killed by signal: 15, core dumped: no
[UID:1227][4008122] Child process with pid: 4128985 was killed by signal: 15, core dumped: no
[UID:1227][4008122] Child process with pid: 4128991 was killed by signal: 15, core dumped: no
[UID:1227][4008122] Child process with pid: 4128993 was killed by signal: 15, core dumped: no
[UID:1227][4008122] Child process with pid: 4128995 was killed by signal: 15, core dumped: no
[UID:1227][4008122] Child process with pid: 4128998 was killed by signal: 15, core dumped: no
[UID:1227][4008122] Child process with pid: 4129008 was killed by signal: 15, core dumped: no
[UID:1227][4008122] Child process with pid: 4129009 was killed by signal: 15, core dumped: no
[UID:1227][4008122] Child process with pid: 4129013 was killed by signal: 15, core dumped: no
[UID:1227][4008122] Child process with pid: 4129014 was killed by signal: 15, core dumped: no
[UID:1227][4008122] Child process with pid: 4129018 was killed by signal: 15, core dumped: no
[UID:1227][4008122] Child process with pid: 4129022 was killed by signal: 15, core dumped: no
[UID:1227][4008122] Child process with pid: 4129025 was killed by signal: 15, core dumped: no
[UID:1227][4008122] Child process with pid: 4129036 was killed by signal: 15, core dumped: no
[UID:1227][4008122] Child process with pid: 4129038 was killed by signal: 15, core dumped: no
[UID:1227][4008122] Child process with pid: 4129047 was killed by signal: 15, core dumped: no
[UID:1227][4008122] Child process with pid: 4129049 was killed by signal: 15, core dumped: no
[UID:1227][4008122] Child process with pid: 4129051 was killed by signal: 15, core dumped: no
[UID:1227][4008122] Child process with pid: 4129055 was killed by signal: 15, core dumped: no
[UID:1227][4008122] Child process with pid: 4129059 was killed by signal: 15, core dumped: no
[UID:1227][4008122] Child process with pid: 4129065 was killed by signal: 15, core dumped: no
[UID:1227][4008122] Child process with pid: 4129067 was killed by signal: 15, core dumped: no
[UID:1227][4008122] Child process with pid: 4129070 was killed by signal: 15, core dumped: no
[UID:1227][4008122] Child process with pid: 4129072 was killed by signal: 15, core dumped: no
[UID:1227][4008122] Child process with pid: 4129078 was killed by signal: 15, core dumped: no
[UID:1227][4008122] Child process with pid: 4129083 was killed by signal: 15, core dumped: no
[UID:1227][4008122] Child process with pid: 4129092 was killed by signal: 15, core dumped: no
[UID:1227][4008122] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1227][4008122] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1227][4008122] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1227][4008122] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1227][4008122] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1227][4008122] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1227][4008122] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1227][4008122] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1227][4008122] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1227][4008122] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1227][4008122] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1227][4008122] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1227][4008122] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: //
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /sitemap.xml.gz
Not Found: /sitemap.xml.gz
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /sitemap_index.xml
Not Found: /sitemap_index.xml
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /apple-touch-icon-precomposed.png
Not Found: /apple-touch-icon.png
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
[UID:1227][3864354] Child process with pid: 3864794 was killed by signal: 15, core dumped: no
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
[UID:1227][1158507] Child process with pid: 1158785 was killed by signal: 15, core dumped: no
Not Found: /favicon.ico
Internal Server Error: /informacion/calificaciones-docente/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 104, in calificaciones_docente
    return render(
           ^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 62, in render_to_string
    return template.render(context, request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/backends/django.py", line 107, in render
    return self.template.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 171, in render
    return self._render(context)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 65, in render
    result = block.nodelist.render(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 243, in render
    nodelist.append(node.render_annotated(context))
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 550, in render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1067, in render
    output = self.filter_expression.resolve(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 745, in resolve
    new_obj = func(obj, *arg_vals)
              ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/templatetags/custom_filters.py", line 30, in display_nota
    return f"{value:.2f}"
           ^^^^^^^^^^^^^^
ValueError: Unknown format code 'f' for object of type 'str'
Internal Server Error: /informacion/calificaciones-docente/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 104, in calificaciones_docente
    return render(
           ^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 62, in render_to_string
    return template.render(context, request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/backends/django.py", line 107, in render
    return self.template.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 171, in render
    return self._render(context)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 65, in render
    result = block.nodelist.render(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 243, in render
    nodelist.append(node.render_annotated(context))
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 550, in render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1067, in render
    output = self.filter_expression.resolve(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 745, in resolve
    new_obj = func(obj, *arg_vals)
              ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/templatetags/custom_filters.py", line 30, in display_nota
    return f"{value:.2f}"
           ^^^^^^^^^^^^^^
ValueError: Unknown format code 'f' for object of type 'str'
Internal Server Error: /informacion/calificaciones-docente/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 104, in calificaciones_docente
    return render(
           ^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 62, in render_to_string
    return template.render(context, request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/backends/django.py", line 107, in render
    return self.template.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 171, in render
    return self._render(context)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 65, in render
    result = block.nodelist.render(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 243, in render
    nodelist.append(node.render_annotated(context))
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 550, in render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1067, in render
    output = self.filter_expression.resolve(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 745, in resolve
    new_obj = func(obj, *arg_vals)
              ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/templatetags/custom_filters.py", line 30, in display_nota
    return f"{value:.2f}"
           ^^^^^^^^^^^^^^
ValueError: Unknown format code 'f' for object of type 'str'
Internal Server Error: /informacion/calificaciones-docente/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 104, in calificaciones_docente
    return render(
           ^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 62, in render_to_string
    return template.render(context, request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/backends/django.py", line 107, in render
    return self.template.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 171, in render
    return self._render(context)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 65, in render
    result = block.nodelist.render(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 243, in render
    nodelist.append(node.render_annotated(context))
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 550, in render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1067, in render
    output = self.filter_expression.resolve(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 745, in resolve
    new_obj = func(obj, *arg_vals)
              ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/templatetags/custom_filters.py", line 30, in display_nota
    return f"{value:.2f}"
           ^^^^^^^^^^^^^^
ValueError: Unknown format code 'f' for object of type 'str'
Internal Server Error: /informacion/calificaciones-docente/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 104, in calificaciones_docente
    return render(
           ^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 62, in render_to_string
    return template.render(context, request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/backends/django.py", line 107, in render
    return self.template.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 171, in render
    return self._render(context)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 65, in render
    result = block.nodelist.render(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 243, in render
    nodelist.append(node.render_annotated(context))
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 550, in render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1067, in render
    output = self.filter_expression.resolve(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 745, in resolve
    new_obj = func(obj, *arg_vals)
              ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/templatetags/custom_filters.py", line 30, in display_nota
    return f"{value:.2f}"
           ^^^^^^^^^^^^^^
ValueError: Unknown format code 'f' for object of type 'str'
Internal Server Error: /informacion/calificaciones-docente/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 104, in calificaciones_docente
    return render(
           ^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 62, in render_to_string
    return template.render(context, request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/backends/django.py", line 107, in render
    return self.template.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 171, in render
    return self._render(context)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 65, in render
    result = block.nodelist.render(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 243, in render
    nodelist.append(node.render_annotated(context))
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 550, in render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1067, in render
    output = self.filter_expression.resolve(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 745, in resolve
    new_obj = func(obj, *arg_vals)
              ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/templatetags/custom_filters.py", line 30, in display_nota
    return f"{value:.2f}"
           ^^^^^^^^^^^^^^
ValueError: Unknown format code 'f' for object of type 'str'
Internal Server Error: /informacion/calificaciones-docente/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 104, in calificaciones_docente
    return render(
           ^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 62, in render_to_string
    return template.render(context, request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/backends/django.py", line 107, in render
    return self.template.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 171, in render
    return self._render(context)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 65, in render
    result = block.nodelist.render(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 243, in render
    nodelist.append(node.render_annotated(context))
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 550, in render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1067, in render
    output = self.filter_expression.resolve(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 745, in resolve
    new_obj = func(obj, *arg_vals)
              ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/templatetags/custom_filters.py", line 30, in display_nota
    return f"{value:.2f}"
           ^^^^^^^^^^^^^^
ValueError: Unknown format code 'f' for object of type 'str'
[UID:1227][1158507] Child process with pid: 1566786 was killed by signal: 15, core dumped: no
Not Found: /favicon.ico
Not Found: /favicon.ico
[UID:1227][2154829] Child process with pid: 2154858 was killed by signal: 15, core dumped: no
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
[UID:1227][2154829] Child process with pid: 2156746 was killed by signal: 15, core dumped: no
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /apple-touch-icon.png
Not Found: /apple-touch-icon-precomposed.png
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Internal Server Error: /informacion/calificaciones-docente/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 104, in calificaciones_docente
    return render(
           ^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 62, in render_to_string
    return template.render(context, request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/backends/django.py", line 107, in render
    return self.template.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 171, in render
    return self._render(context)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 65, in render
    result = block.nodelist.render(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 243, in render
    nodelist.append(node.render_annotated(context))
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 550, in render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1067, in render
    output = self.filter_expression.resolve(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 745, in resolve
    new_obj = func(obj, *arg_vals)
              ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/templatetags/custom_filters.py", line 30, in display_nota
    return f"{value:.2f}"
           ^^^^^^^^^^^^^^
ValueError: Unknown format code 'f' for object of type 'str'
Internal Server Error: /informacion/calificaciones-docente/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 104, in calificaciones_docente
    return render(
           ^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 62, in render_to_string
    return template.render(context, request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/backends/django.py", line 107, in render
    return self.template.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 171, in render
    return self._render(context)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 65, in render
    result = block.nodelist.render(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 243, in render
    nodelist.append(node.render_annotated(context))
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 550, in render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1067, in render
    output = self.filter_expression.resolve(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 745, in resolve
    new_obj = func(obj, *arg_vals)
              ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/templatetags/custom_filters.py", line 30, in display_nota
    return f"{value:.2f}"
           ^^^^^^^^^^^^^^
ValueError: Unknown format code 'f' for object of type 'str'
Internal Server Error: /informacion/calificaciones-docente/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 104, in calificaciones_docente
    return render(
           ^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 62, in render_to_string
    return template.render(context, request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/backends/django.py", line 107, in render
    return self.template.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 171, in render
    return self._render(context)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 65, in render
    result = block.nodelist.render(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 243, in render
    nodelist.append(node.render_annotated(context))
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 550, in render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1067, in render
    output = self.filter_expression.resolve(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 745, in resolve
    new_obj = func(obj, *arg_vals)
              ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/templatetags/custom_filters.py", line 30, in display_nota
    return f"{value:.2f}"
           ^^^^^^^^^^^^^^
ValueError: Unknown format code 'f' for object of type 'str'
Not Found: /favicon.ico
Internal Server Error: /informacion/calificaciones-docente/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 104, in calificaciones_docente
    return render(
           ^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 62, in render_to_string
    return template.render(context, request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/backends/django.py", line 107, in render
    return self.template.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 171, in render
    return self._render(context)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 65, in render
    result = block.nodelist.render(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 243, in render
    nodelist.append(node.render_annotated(context))
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 550, in render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1067, in render
    output = self.filter_expression.resolve(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 745, in resolve
    new_obj = func(obj, *arg_vals)
              ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/templatetags/custom_filters.py", line 30, in display_nota
    return f"{value:.2f}"
           ^^^^^^^^^^^^^^
ValueError: Unknown format code 'f' for object of type 'str'
[UID:1227][949232] Child process with pid: 1113790 was killed by signal: 15, core dumped: no
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Internal Server Error: /informacion/calificaciones-docente/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 104, in calificaciones_docente
    return render(
           ^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 62, in render_to_string
    return template.render(context, request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/backends/django.py", line 107, in render
    return self.template.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 171, in render
    return self._render(context)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 65, in render
    result = block.nodelist.render(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 243, in render
    nodelist.append(node.render_annotated(context))
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 550, in render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1067, in render
    output = self.filter_expression.resolve(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 745, in resolve
    new_obj = func(obj, *arg_vals)
              ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/templatetags/custom_filters.py", line 30, in display_nota
    return f"{value:.2f}"
           ^^^^^^^^^^^^^^
ValueError: Unknown format code 'f' for object of type 'str'
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Internal Server Error: /informacion/calificaciones-docente/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 104, in calificaciones_docente
    return render(
           ^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 62, in render_to_string
    return template.render(context, request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/backends/django.py", line 107, in render
    return self.template.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 171, in render
    return self._render(context)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 65, in render
    result = block.nodelist.render(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 243, in render
    nodelist.append(node.render_annotated(context))
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 550, in render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1067, in render
    output = self.filter_expression.resolve(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 745, in resolve
    new_obj = func(obj, *arg_vals)
              ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/templatetags/custom_filters.py", line 30, in display_nota
    return f"{value:.2f}"
           ^^^^^^^^^^^^^^
ValueError: Unknown format code 'f' for object of type 'str'
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Internal Server Error: /informacion/calificaciones-docente/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 104, in calificaciones_docente
    return render(
           ^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 62, in render_to_string
    return template.render(context, request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/backends/django.py", line 107, in render
    return self.template.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 171, in render
    return self._render(context)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 65, in render
    result = block.nodelist.render(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 243, in render
    nodelist.append(node.render_annotated(context))
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 550, in render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1067, in render
    output = self.filter_expression.resolve(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 745, in resolve
    new_obj = func(obj, *arg_vals)
              ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/templatetags/custom_filters.py", line 30, in display_nota
    return f"{value:.2f}"
           ^^^^^^^^^^^^^^
ValueError: Unknown format code 'f' for object of type 'str'
Internal Server Error: /informacion/calificaciones-docente/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 104, in calificaciones_docente
    return render(
           ^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 62, in render_to_string
    return template.render(context, request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/backends/django.py", line 107, in render
    return self.template.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 171, in render
    return self._render(context)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 65, in render
    result = block.nodelist.render(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 243, in render
    nodelist.append(node.render_annotated(context))
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 550, in render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1067, in render
    output = self.filter_expression.resolve(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 745, in resolve
    new_obj = func(obj, *arg_vals)
              ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/templatetags/custom_filters.py", line 30, in display_nota
    return f"{value:.2f}"
           ^^^^^^^^^^^^^^
ValueError: Unknown format code 'f' for object of type 'str'
Internal Server Error: /informacion/calificaciones-docente/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 104, in calificaciones_docente
    return render(
           ^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 62, in render_to_string
    return template.render(context, request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/backends/django.py", line 107, in render
    return self.template.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 171, in render
    return self._render(context)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 65, in render
    result = block.nodelist.render(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 243, in render
    nodelist.append(node.render_annotated(context))
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 550, in render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1067, in render
    output = self.filter_expression.resolve(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 745, in resolve
    new_obj = func(obj, *arg_vals)
              ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/templatetags/custom_filters.py", line 30, in display_nota
    return f"{value:.2f}"
           ^^^^^^^^^^^^^^
ValueError: Unknown format code 'f' for object of type 'str'
Internal Server Error: /informacion/calificaciones-docente/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 104, in calificaciones_docente
    return render(
           ^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 62, in render_to_string
    return template.render(context, request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/backends/django.py", line 107, in render
    return self.template.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 171, in render
    return self._render(context)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 65, in render
    result = block.nodelist.render(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 243, in render
    nodelist.append(node.render_annotated(context))
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 550, in render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1067, in render
    output = self.filter_expression.resolve(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 745, in resolve
    new_obj = func(obj, *arg_vals)
              ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/templatetags/custom_filters.py", line 30, in display_nota
    return f"{value:.2f}"
           ^^^^^^^^^^^^^^
ValueError: Unknown format code 'f' for object of type 'str'
Internal Server Error: /informacion/calificaciones-docente/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 104, in calificaciones_docente
    return render(
           ^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 62, in render_to_string
    return template.render(context, request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/backends/django.py", line 107, in render
    return self.template.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 171, in render
    return self._render(context)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 65, in render
    result = block.nodelist.render(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 243, in render
    nodelist.append(node.render_annotated(context))
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 550, in render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1067, in render
    output = self.filter_expression.resolve(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 745, in resolve
    new_obj = func(obj, *arg_vals)
              ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/templatetags/custom_filters.py", line 30, in display_nota
    return f"{value:.2f}"
           ^^^^^^^^^^^^^^
ValueError: Unknown format code 'f' for object of type 'str'
Not Found: /.well-known/traffic-advice
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/calificaciones-docente/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 104, in calificaciones_docente
    return render(
           ^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 62, in render_to_string
    return template.render(context, request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/backends/django.py", line 107, in render
    return self.template.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 171, in render
    return self._render(context)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 65, in render
    result = block.nodelist.render(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 243, in render
    nodelist.append(node.render_annotated(context))
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 550, in render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1067, in render
    output = self.filter_expression.resolve(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 745, in resolve
    new_obj = func(obj, *arg_vals)
              ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/templatetags/custom_filters.py", line 30, in display_nota
    return f"{value:.2f}"
           ^^^^^^^^^^^^^^
ValueError: Unknown format code 'f' for object of type 'str'
Not Found: /favicon.ico
Not Found: /apple-touch-icon-precomposed.png
Not Found: /apple-touch-icon.png
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Internal Server Error: /informacion/guardar-calificacion/
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Internal Server Error: /informacion/guardar-calificacion/
Not Found: /ruta/a/tu/imagen.jpg
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/calificaciones-docente/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 104, in calificaciones_docente
    return render(
           ^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 62, in render_to_string
    return template.render(context, request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/backends/django.py", line 107, in render
    return self.template.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 171, in render
    return self._render(context)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 65, in render
    result = block.nodelist.render(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 243, in render
    nodelist.append(node.render_annotated(context))
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 550, in render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1067, in render
    output = self.filter_expression.resolve(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 745, in resolve
    new_obj = func(obj, *arg_vals)
              ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/templatetags/custom_filters.py", line 30, in display_nota
    return f"{value:.2f}"
           ^^^^^^^^^^^^^^
ValueError: Unknown format code 'f' for object of type 'str'
Internal Server Error: /informacion/calificaciones-docente/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 104, in calificaciones_docente
    return render(
           ^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 62, in render_to_string
    return template.render(context, request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/backends/django.py", line 107, in render
    return self.template.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 171, in render
    return self._render(context)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 65, in render
    result = block.nodelist.render(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 243, in render
    nodelist.append(node.render_annotated(context))
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 550, in render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1067, in render
    output = self.filter_expression.resolve(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 745, in resolve
    new_obj = func(obj, *arg_vals)
              ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/templatetags/custom_filters.py", line 30, in display_nota
    return f"{value:.2f}"
           ^^^^^^^^^^^^^^
ValueError: Unknown format code 'f' for object of type 'str'
Not Found: /ruta/a/tu/imagen.jpg
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Internal Server Error: /informacion/calificaciones-docente/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 104, in calificaciones_docente
    return render(
           ^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 62, in render_to_string
    return template.render(context, request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/backends/django.py", line 107, in render
    return self.template.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 171, in render
    return self._render(context)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 65, in render
    result = block.nodelist.render(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 243, in render
    nodelist.append(node.render_annotated(context))
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 550, in render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1067, in render
    output = self.filter_expression.resolve(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 745, in resolve
    new_obj = func(obj, *arg_vals)
              ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/templatetags/custom_filters.py", line 30, in display_nota
    return f"{value:.2f}"
           ^^^^^^^^^^^^^^
ValueError: Unknown format code 'f' for object of type 'str'
Internal Server Error: /informacion/calificaciones-docente/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 104, in calificaciones_docente
    return render(
           ^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 62, in render_to_string
    return template.render(context, request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/backends/django.py", line 107, in render
    return self.template.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 171, in render
    return self._render(context)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 65, in render
    result = block.nodelist.render(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 243, in render
    nodelist.append(node.render_annotated(context))
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 550, in render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1067, in render
    output = self.filter_expression.resolve(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 745, in resolve
    new_obj = func(obj, *arg_vals)
              ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/templatetags/custom_filters.py", line 30, in display_nota
    return f"{value:.2f}"
           ^^^^^^^^^^^^^^
ValueError: Unknown format code 'f' for object of type 'str'
Internal Server Error: /informacion/calificaciones-docente/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 104, in calificaciones_docente
    return render(
           ^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 62, in render_to_string
    return template.render(context, request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/backends/django.py", line 107, in render
    return self.template.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 171, in render
    return self._render(context)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 65, in render
    result = block.nodelist.render(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 243, in render
    nodelist.append(node.render_annotated(context))
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 550, in render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1067, in render
    output = self.filter_expression.resolve(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 745, in resolve
    new_obj = func(obj, *arg_vals)
              ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/templatetags/custom_filters.py", line 30, in display_nota
    return f"{value:.2f}"
           ^^^^^^^^^^^^^^
ValueError: Unknown format code 'f' for object of type 'str'
[UID:1227][454299] Child process with pid: 639837 was killed by signal: 15, core dumped: no
Internal Server Error: /informacion/calificaciones-docente/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 104, in calificaciones_docente
    return render(
           ^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 62, in render_to_string
    return template.render(context, request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/backends/django.py", line 107, in render
    return self.template.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 171, in render
    return self._render(context)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 65, in render
    result = block.nodelist.render(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 243, in render
    nodelist.append(node.render_annotated(context))
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 550, in render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1067, in render
    output = self.filter_expression.resolve(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 745, in resolve
    new_obj = func(obj, *arg_vals)
              ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/templatetags/custom_filters.py", line 30, in display_nota
    return f"{value:.2f}"
           ^^^^^^^^^^^^^^
ValueError: Unknown format code 'f' for object of type 'str'
Internal Server Error: /informacion/calificaciones-docente/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 104, in calificaciones_docente
    return render(
           ^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 62, in render_to_string
    return template.render(context, request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/backends/django.py", line 107, in render
    return self.template.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 171, in render
    return self._render(context)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 65, in render
    result = block.nodelist.render(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 243, in render
    nodelist.append(node.render_annotated(context))
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 550, in render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1067, in render
    output = self.filter_expression.resolve(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 745, in resolve
    new_obj = func(obj, *arg_vals)
              ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/templatetags/custom_filters.py", line 30, in display_nota
    return f"{value:.2f}"
           ^^^^^^^^^^^^^^
ValueError: Unknown format code 'f' for object of type 'str'
Internal Server Error: /informacion/calificaciones-docente/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 104, in calificaciones_docente
    return render(
           ^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 62, in render_to_string
    return template.render(context, request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/backends/django.py", line 107, in render
    return self.template.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 171, in render
    return self._render(context)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 65, in render
    result = block.nodelist.render(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 243, in render
    nodelist.append(node.render_annotated(context))
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 550, in render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1067, in render
    output = self.filter_expression.resolve(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 745, in resolve
    new_obj = func(obj, *arg_vals)
              ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/templatetags/custom_filters.py", line 30, in display_nota
    return f"{value:.2f}"
           ^^^^^^^^^^^^^^
ValueError: Unknown format code 'f' for object of type 'str'
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
[UID:1227][454299] Child process with pid: 1110272 was killed by signal: 15, core dumped: no
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
[UID:1227][454299] Child process with pid: 1497497 was killed by signal: 15, core dumped: no
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/traffic-advice
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/nodeinfo
Not Found: /sitemap.xml
Not Found: /atom.xml
Not Found: /.well-known/assetlinks.json
Not Found: /.well-known/trust.txt
Not Found: /feed.xml
Not Found: /.well-known/ai-plugin.json
Not Found: /ads.txt
Not Found: /index.xml
Not Found: /robots.txt
Not Found: /.well-known/security.txt
Not Found: /feeds/all.atom.xml
Not Found: /.well-known/dnt-policy.txt
Not Found: /.well-known/gpc.json
Not Found: /feed/
Not Found: /favicon.ico
Not Found: /.well-known/openid-configuration
Not Found: /app-ads.txt
Not Found: /.well-known/traffic-advice
Not Found: /feeds/all.atom.xml
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /favicon.ico
[UID:1227][4087587] Child process with pid: 4087676 was killed by signal: 15, core dumped: no
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Internal Server Error: /informacion/guardar-calificacion/
Not Found: /ruta/a/tu/imagen.jpg
Internal Server Error: /informacion/guardar-calificacion/
Not Found: /ruta/a/tu/imagen.jpg
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Not Found: /ruta/a/tu/imagen.jpg
Internal Server Error: /informacion/guardar-calificacion/
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Not Found: /favicon.ico
Internal Server Error: /informacion/guardar-calificacion/
Not Found: /ruta/a/tu/imagen.jpg
Internal Server Error: /informacion/guardar-calificacion/
Not Found: /ruta/a/tu/imagen.jpg
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Not Found: /ruta/a/tu/imagen.jpg
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /wp-login.php
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /wp/wp-login.php
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /wordpress/wp-login.php
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /*
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /*
Internal Server Error: /informacion/guardar-calificacion/
Internal Server Error: /informacion/guardar-calificacion/
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /wp-admin/images/wp-conflg.php//wp-admin/images/wp-conflg.php
Not Found: /assets/css/index.php//assets/css/index.php
Not Found: /function/function.php//function/function.php
Not Found: /mah/function.php//mah/function.php
Not Found: /wp-content/admin.php//wp-content/admin.php
Not Found: /cgi-bin/index.php//cgi-bin/index.php
Not Found: /wp-includes/css/dist//wp-includes/css/dist/
Not Found: /aa.php//aa.php
Not Found: /av.php//av.php
Not Found: /adminfuns.php//adminfuns.php
Not Found: /1.php//1.php
Not Found: /templates/beez/index.php//templates/beez/index.php
Not Found: /admin.php//admin.php
Not Found: /system.php//system.php
Not Found: /edit.php//edit.php
Not Found: /inc.php//inc.php
Not Found: /item.php//item.php
Not Found: /wp-includes/js/dist//wp-includes/js/dist/
Not Found: /alfa.php//alfa.php
Not Found: /log.php//log.php
Not Found: /lock360.php//lock360.php
Not Found: /class.php//class.php
Not Found: /update/f35.php
Not Found: /f.php//f.php
Not Found: /file/function.php//file/function.php
Not Found: /404.php//404.php
Not Found: /adminfuns.php//adminfuns.php
Not Found: /wp-content/wp-configs.php//wp-content/wp-configs.php
Not Found: /goods.php//goods.php
Not Found: /hi.php//hi.php
Not Found: /wp-l0gin.php
Not Found: /wp-includes/id3/admin.php
Not Found: /sadd5.php//sadd5.php
Not Found: /xenium4.php
Not Found: /sadd5.php
Not Found: /file58.php
Not Found: /f5.php
Not Found: /ma.php
Not Found: /s1.php
Not Found: /xa.php
Not Found: /f8.php
Not Found: /flower2.php
Not Found: /000.php
Not Found: /xxxx.php
Not Found: /wen.php
Not Found: /ss1.php
Not Found: /shoyo.php
Not Found: /flower.php
Not Found: /adminfuns.php
Not Found: /file48.php
Not Found: /info.php
Not Found: /class9.php
Not Found: /bless11.php
Not Found: /class.php
Not Found: /bless5.php
Not Found: /lock360.php
Not Found: /f35.php
Not Found: /gg.php
Not Found: /ar.php
Not Found: /alfa.php
Not Found: /classwithtostring.php
Not Found: /abcd.php
Not Found: /admin.php
Not Found: /ioxi-o.php
Not Found: /css.php
Not Found: /222.php
Not Found: /class19.php
Not Found: /class20.php
Not Found: /admin.php
Not Found: /css.php
Not Found: /wsd.php
Not Found: /gtc.php
Not Found: /xtride.php
Not Found: /s11.php
Not Found: /goat.php
Not Found: /wsvvs.php
Not Found: /f6.php
Not Found: /lyy.php
Not Found: /galex.php
Not Found: /inputs.php
Not Found: /about.php
Not Found: /pp.php
Not Found: /files.php
Not Found: /wp-admin/js/wp-conflg.php
Not Found: /wp-content/admin.php
Not Found: /wp-content/themes/about.php
Not Found: /wp-includes/fonts/index.php
Not Found: /wp-admin/about.php
Not Found: /wp-admin/css/colors/blue/index.php
Not Found: /wp-admin/maint/about.php
Not Found: /wp-includes/wp-class.php
Not Found: /wp-admin/css/colors/midnight/about.php
Not Found: /wp-content/radio.php
Not Found: /ac.php
Not Found: /bel.php
Not Found: /wp-content/alfa.php//wp-content/alfa.php
Not Found: /wp-admin/css/about.php//wp-admin/css/about.php
Not Found: /shell20211028.php//shell20211028.php
Not Found: /wp-admin/maint/upfile.php
Not Found: /bras.php
Not Found: /vv.php
Not Found: /xe.php
Not Found: /bipas.php
Not Found: /xb.php
Not Found: /cx.php
Not Found: /x.php
Not Found: /xx.php
Not Found: /0x0x.php
Not Found: /xrr.php
Not Found: /xtt.php
Not Found: /wp-includes/widgets/about.php
Not Found: /nov.php
Not Found: /xo.php
Not Found: /new4.php
Not Found: /des.php
Not Found: /ext.php
Not Found: /wp-content/cache/
Not Found: /.well-knownold/
Not Found: /wp-includes/PHPMailer/
Not Found: /wp-includes/blocks/code/
Not Found: /wp-includes/js/crop/
Not Found: /wp-includes/rest-api/about.php
Not Found: /wp-admin/css/colors/blue/
Not Found: /ant.php
Not Found: /da222.php
Not Found: /gec.php
Not Found: /batmplus.php
Not Found: /file.php//file.php
Not Found: /.well-known/acme-challenge/about.php//.well-known/acme-challenge/about.php
Not Found: /wsgi.handler
Not Found: /text.php
Not Found: /wp-admin/maint/yes.php
Not Found: /x/
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /wp-login.php
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /worksec.php
Not Found: /amax.php
Not Found: /shell.php
Not Found: /mini.php
Not Found: /an8.php
Not Found: /t.php
Not Found: /bolt.php
Not Found: /ma.php
Not Found: /byp8.php
Not Found: /s.php
Not Found: /xrp.php
Not Found: /byp.php
Not Found: /ws28.php
Not Found: /num.php
Not Found: /gmo.php
Not Found: /app.php
Not Found: /new4.php
Not Found: /dox.php
Not Found: /vx.php
Not Found: /admin.php
Not Found: /wp-good.php
Not Found: /xa.php
Not Found: /f8.php
Not Found: /moon3.php
Not Found: /ffile.php
Not Found: /X7x.php
Not Found: /xxxx.php
Not Found: /Sanskrit.php
Not Found: /gec.php
Not Found: /as.php
Not Found: /file30.php
Not Found: /nox.php
Not Found: /222.php
Not Found: /xml.php
Not Found: /bless14.php
Not Found: /css.php
Not Found: /oo.php
Not Found: /x.php
Not Found: /f35.php
Not Found: /jga.php
Not Found: /gg.php
Not Found: /wp-admin/new2.php
Not Found: /ws29.php
Not Found: /wen.php
Not Found: /pass.php
Not Found: /themes.php
Not Found: /log.php
Not Found: /sitemaps.php
Not Found: /wp-trackback.php
Not Found: /css/install.php
Not Found: /cc.php
Not Found: /class.php
Not Found: /img.php
Not Found: /edit.php
Not Found: /file.php
Not Found: /user.php
Not Found: /0x.php
Not Found: /buy.php
Not Found: /bless.php
Not Found: /wp-sign.php
Not Found: /ppp.php
Not Found: /atomlib.php
Not Found: /Ov-Simple1.php
Not Found: /cong.php
Not Found: /wp-configs.php
Not Found: /wp-help.php
Not Found: /xc.php
Not Found: /wp-admin/includes/wp-trackback.php
Not Found: /files.php
Not Found: /hly.php
Not Found: /text.php
Not Found: /item.php
Not Found: /install.php
Not Found: /wp-conflg.php
Not Found: /dropdown.php
Not Found: /xp.php
Not Found: /yes.php
Not Found: /09fa6.php
Not Found: /89.php
Not Found: /has.php
Not Found: /nax.php
Not Found: /ooj.php
Not Found: /orm.php
Not Found: /yep.php
Not Found: /x3.php
Not Found: /6erg.php
Not Found: /ggfi.php
Not Found: /wrt.php
Not Found: /jju.php
Not Found: /rsnu.php
Not Found: /lc.php
Not Found: /gfile.php
Not Found: /gold.php
Not Found: /new.php
Not Found: /aua.php
Not Found: /great.php
Not Found: /class9.php
Not Found: /ot.php
Not Found: /witmm.php
Not Found: /ocxla.php
Not Found: /tt.php
Not Found: /resp.php
Not Found: /100.kb.php
Not Found: /wqqs.php
Not Found: /zwq13.php
Not Found: /rtx.php
Not Found: /1index.php
Not Found: /fs6.php
Not Found: /clasa99.php
Not Found: /fasx.php
Not Found: /c4.php
Not Found: /lock1.php
Not Found: /wp-includes/fonts/index.php
Not Found: /wp-includes/js/codemirror/info.php
Not Found: /en/gastenboek.php
Not Found: /third_party/kcfinder/upload.php
Not Found: /lock11.php
Not Found: /api137.php
Not Found: /class629.php
Not Found: /wp670.php
Not Found: /v1.php
Not Found: /xx.php
Not Found: /wp-admin/userk.php
Not Found: /skinmain.php
Not Found: /.well-known/new.php
Not Found: /orxnwdbb.php
Not Found: /v3.php
Not Found: /fs8.php
Not Found: /wp-admin/includes/links.php
Not Found: /backup/dumper.php
Not Found: /adminer-4.5.0-mysql.php
Not Found: /site/wp-class.php
Not Found: /video.php
Not Found: /scgi-bin.php
Not Found: /finest09.php
Not Found: /1100.php
Not Found: /iov.php
Not Found: /app/config.php
Not Found: /.well-known/ioxi-o.php
Not Found: /.well-known.php
Not Found: /02.php
Not Found: /13.php
Not Found: /2024.php
Not Found: /403.php
Not Found: /Diff.php
Not Found: /Engine.php
Not Found: /ID3.php
Not Found: /IXR.php
Not Found: /SimplePie.php
Not Found: /Text.php
Not Found: /aahana.php
Not Found: /ws35.php
Not Found: /wp/wp-login.php
Not Found: /wordpress/wp-login.php
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
[UID:1227][1877190] Child process with pid: 1877240 was killed by signal: 15, core dumped: no
Not Found: /favicon.ico
Not Found: /*
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /motu.php
Not Found: /xsas.php
Not Found: /wen.php
Not Found: /xwpg.php
Not Found: /baee.php
Not Found: /iov.php
Not Found: /mds.php
Not Found: /mga.php
Not Found: /rendi59.php
Not Found: /bgymj.php
Not Found: /assacc.php
Not Found: /6y7t.php
Not Found: /monso.php
Not Found: /bnnof6.php
Not Found: /str.php
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /_fragment
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /rymmm.php
Not Found: /ws34.php
Not Found: /ws45.php
Not Found: /xxw.php
Not Found: /ws33.php
Not Found: /lm13.php
Not Found: /ws38.php
Not Found: /xeqdlun.php
Not Found: /ws37.php
Not Found: /ws36.php
Not Found: /xinder.php
Not Found: /rendi59.php
Not Found: /test/lm.php
Not Found: /style2.php
Not Found: /alfa.php//alfa.php
Not Found: /wpupex.php
Not Found: /ava.php
Not Found: /nks.php
Not Found: /wp-content/languages/index.php//wp-content/languages/index.php
Not Found: /wp-content/uploads/index.php//wp-content/uploads/index.php
Not Found: /ss.php
Not Found: /.well-known/content.php
Not Found: /sxo.php
Not Found: /wp-content/themes/hideo/network.php//wp-content/themes/hideo/network.php
Not Found: /cache/wp-post-data.php
Not Found: /uploads/Casper.php
Not Found: /new.php
Not Found: /wp-admin/images/commentv.php
Not Found: /x/
Not Found: /dom.php
Not Found: /ooj.php
Not Found: /wp-content/
Not Found: /BGA.php
Not Found: /sad/about.php//sad/about.php
Not Found: /nas.php
Not Found: /loi.php
Not Found: /lov.php
Not Found: /avaa.php
Not Found: /nwwha.php
Not Found: /index/function.php//index/function.php
Not Found: /admin.php//admin.php
Not Found: /wp-includes/IXR/moon.php
Not Found: /shell20211028.php//shell20211028.php
Not Found: /skin/install/default/security.php//skin/install/default/security.php
Not Found: /~norapump/hah.php
Not Found: /wp-admin/class-db.php//wp-admin/class-db.php
Not Found: /buy.php//buy.php
Not Found: /gib.php
Not Found: /des.php
Not Found: /wp-content/plugins/achdxhv/languages/admin.php//wp-content/plugins/achdxhv/languages/admin.php
Not Found: /hzz.php
Not Found: /rezor.php
Not Found: /wp-admin/network/
Not Found: /oivcl.php
Not Found: /wp-admin/install.php
Not Found: /db.php
Not Found: /autoload_classmap.php//autoload_classmap.php
Not Found: /dropdown.php
Not Found: /doc.php//doc.php
Not Found: /ps.php
Not Found: /wp-content/about.php//wp-content/about.php
Not Found: /output.php
Not Found: /wp-xml.php
Not Found: /13.php
Not Found: /wp-2019.php
Not Found: /classwithtostring.php
Not Found: /.trash7309/fafa/
Not Found: /wp.php//wp.php
Not Found: /lufix.php//lufix.php
Not Found: /elp.php//elp.php
Not Found: /wrt.php
Not Found: /dr.php
Not Found: /wp-includes/blocks/
Not Found: /wtu.php
Not Found: /blog/byp.php
Not Found: /led.php
Not Found: /bhfnd.php
Not Found: /index/function.php//index/function.php
Not Found: /readme.php
Not Found: /aku.php
Not Found: /wp-content/themes/about.php//wp-content/themes/about.php
Not Found: /x.php
Not Found: /fox.php
Not Found: /7f8c8.php
Not Found: /poj.php
Not Found: /zze.php
Not Found: /wp-content//wp-content/
Not Found: /weozh.php
Not Found: /wp-content/themes/about.php//wp-content/themes/about.php
Not Found: /zznmg.php
Not Found: /help/crnpwfiu.php
Not Found: /eru.php
Not Found: /index/zwso.php
Not Found: /images/2008.php
Not Found: /.cache/x.php//.cache/x.php
Not Found: /pow.php
Not Found: /dop.php
Not Found: /wp-content/plugins/
Not Found: /lv.php
Not Found: /MTOS/byp.php
Not Found: /wp-includes/assets/index.php//wp-includes/assets/index.php
Not Found: /wp-includes/customize/index.php//wp-includes/customize/index.php
Not Found: /pkmoj.php
Not Found: /uploads/upload2.php
Not Found: /hehehehe.php
Not Found: /fss.php
Not Found: /wwr.php
Not Found: /content.php//content.php
Not Found: /wp-content/kj.php
Not Found: /update/wpupex.php
Not Found: /install.php//install.php
Not Found: /kopyw.php
Not Found: /cong.php
Not Found: /wp-includes/css/about.php//wp-includes/css/about.php
Not Found: /shop.php
Not Found: /lla.php
Not Found: /nok.php
Not Found: /wp-content/uploads/2024/dodo.php
Not Found: /ker.php
Not Found: /dropdown.php//dropdown.php
Not Found: /wp-includes/images/403.php
Not Found: /~elliotimformatiq/sxp.php
Not Found: /qfvqu.php
Not Found: /crt.php
Not Found: /2eaa2.php
Not Found: /wp-includes/css/
Not Found: /has.php
Not Found: /nka.php
Not Found: /wp-content//wp-content/
Not Found: /dropdown.php
Not Found: /wp-includes/Text/wp-login.php//wp-includes/Text/wp-login.php
Not Found: /cgi-bin/wp-login.php//cgi-bin/wp-login.php
Not Found: /jvcpa.php
Not Found: /zil.php
Not Found: /images/uploadform.php
Not Found: /system_log.php
Not Found: /wordpress/clo.php
Not Found: /.well-known/zip.php
Not Found: /ar.php
Not Found: /shelp.php
Not Found: /wordpress/yts.php
Not Found: /file.php
Not Found: /wp-admin/images/Mhbgf.php
Not Found: /wp-admin/maint/
Not Found: /first.php
Not Found: /admin/function.php//admin/function.php
Not Found: /404.php
Not Found: /wp/wp-includes/index.php/wp/wp-includes//index.php
Not Found: /museu/yhweq.php
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /wp-login.php
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
[UID:1227][785696] Child process with pid: 787959 was killed by signal: 15, core dumped: no
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/traffic-advice
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /apple-touch-icon.png
Not Found: /favicon.ico
Not Found: /apple-touch-icon-precomposed.png
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/traffic-advice
[UID:1227][2443533] Child process with pid: 2443799 was killed by signal: 15, core dumped: no
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /*
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
[UID:1227][1166838] Child process with pid: 1288178 was killed by signal: 15, core dumped: no
[UID:1227][1166838] Child process with pid: 1288230 was killed by signal: 15, core dumped: no
[UID:1227][1166838] Child process with pid: 1289252 was killed by signal: 15, core dumped: no
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /wp-login.php
Not Found: /wp-login.php
Not Found: /wp-admin/
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /assets/images/hehe.php
Not Found: /wp-conter.php
Not Found: /ua/index_old.php
Not Found: /wp-content/themes/seotheme/radio.php
Not Found: /wp-admin/js/upgrade.php
Not Found: /wp-adminmaintmailer.php
Not Found: /en/wp-login.php
Not Found: /ru/adminer-4.2.4.php
Not Found: /assets/uploads/alfacgiapi/404.php
Not Found: /test/adminer-4.6.1-mysql-en.php
Not Found: /hvoxejcn.php
Not Found: /rasp.php
Not Found: /sk-park.php
Not Found: /wp-includes/functions.php
Not Found: /wp-content/plugins/convertplug/convertplug.php
Not Found: /wp-content/plugins/cdekdelivery/cdek.php
Not Found: /wp-settings.php
Not Found: /wp-includes/pluggable.php
Not Found: /flexoacademy.com/wp-includes/class-wp-hook.php
Not Found: /app/Http/Controllers/ContactController.php
Not Found: /index.php
Not Found: /resources/views/layouts/main.blade.php
Not Found: /storage/framework/views/82a7b40d8e135fd3ca9cce3df185adac.php
Not Found: /storage/framework/views/4f035e85688eb1f99ecbf0a343e8dc14.php
Not Found: /app/Http/Controllers/CaptchaController.php
Not Found: /analyze_08/analyze.php
Not Found: /newsite/wp-includes/functions.php
Not Found: /newsite/wp-admin/includes/misc.php
Not Found: /newsite/wp-admin/admin-header.php
Not Found: /wp-includes/update.php
Not Found: /wp-content/themes/autoloader.php
Not Found: /wp-content/themes/r-and-t/functions.php
Not Found: /wp-admin/includes/theme.php
Not Found: /wp-blog-header.php
Not Found: /wp-load.php
Not Found: /wp-config.php
Not Found: /wp-includes/template-loader.php
Not Found: /themes/onepress/home.php
Not Found: /themes/child/header.php
Not Found: /themes/onepress/single.php
Not Found: /themes/onepress/archive.php
Not Found: /themes/onepress/page.php
Not Found: /cloner/websocket.php
Not Found: /mu-plugins/0-worker.php
Not Found: /plugins/worker/init.php
Not Found: /themes/onepress/sidebar.php
Not Found: /wp-login.php
Not Found: /wp-includes/wp-db.php
Not Found: /wp-includes/class-wp-query.php
Not Found: /ABSPATHwp-includes/version.php
Not Found: /wp-includes/class-wp-customize-widgets.php
Not Found: /wp-content/themes/Lisli_Emi/header.php
Not Found: /plugins/duplicator/uninstall.php
Not Found: /wp-includes/class-wpdb.php
Not Found: /wp-includes/canonical.php
Not Found: /wp-content/plugins/ozh-click-counter/wp_ozh_clickcounter.php
Not Found: /wp-includes/class-wp-hook.php
Not Found: /wp-includes/plugin.php
Not Found: /wp-includes/formatting.php
Not Found: /wp-includes/post-template.php
Not Found: /wp-content/plugins/search-filter/search-filter.php
Not Found: /wp-includes/template.php
Not Found: /wp-includes/general-template.php
Not Found: /wp-content/plugins/w3-total-cache/PgCache_ContentGrabber.php
Not Found: /themes/flash/page.php
Not Found: /themes/flash/header.php
Not Found: /wer.php
Not Found: /crouter.php
Not Found: /sites/default/composer.php
Not Found: /COPYRIGHT.php
Not Found: /sites/default/settingsm.php
Not Found: /wp-admin/includes/class-wp-upgrader-skin.php
Not Found: /lanceros.es/wp-settings.php
Not Found: /lanceros.es/wp-config.php
Not Found: /ABSPATHwp-includes/load.php
Not Found: /lanceros.es/wp-admin/includes/update-core.php
Not Found: /themes/twentyfourteen/index.php
Not Found: /themes/twentyfourteen/sidebar.php
Not Found: /themes/twentyfourteen/page.php
Not Found: /themes/twentyfourteen/single.php
Not Found: /themes/twentyfourteen/author.php
Not Found: /themes/twentyfourteen/404.php
Not Found: /themes/twentyfourteen/tag.php
Not Found: /lanceros.es/wp-includes/class-wp-xmlrpc-server.php
Not Found: /admin-ajax.php
Not Found: /themes.php
Not Found: /profile.php
Not Found: /admin.php
Not Found: /wp-content/plugins/php-compatibility-checker/wpengine-phpcompat.php
Not Found: /usr/share/phpmyadmin/server_import.php
Not Found: /wp-admin/plugins.php
Not Found: /bocabravaproperties.com/wp-includes/compat.php
Not Found: /ability-tw.com/wp-settings.php
Not Found: /w/index.php
Not Found: /w/content/tracking.php
Not Found: /w/app/core/assist.php
Not Found: /w/app/core/basic.php
Not Found: /w/app/core/full.php
Not Found: /w/app/core/extensions.php
Not Found: /w/corrected.php
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /_fragment
Not Found: /_fragment
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /sitemap.xml
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/traffic-advice
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/assetlinks.json
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /_fragment
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/traffic-advice
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /_fragment
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /login
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /login
Not Found: /wp-content/plugins/fix/up.php
Not Found: /wp-content/themes/seotheme/db.php
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /*
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /*
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /sitemap_index.xml
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /sitemap.xml
Not Found: /ads.txt
Not Found: /llms.txt
Not Found: /humans.txt
Not Found: /security.txt
Not Found: /.well-known/security.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /login
Not Found: /wp-includes/wlwmanifest.xml//wp-includes/wlwmanifest.xml
Not Found: /xmlrpc.php//xmlrpc.php
Not Found: /blog/wp-includes/wlwmanifest.xml//blog/wp-includes/wlwmanifest.xml
Not Found: /web/wp-includes/wlwmanifest.xml//web/wp-includes/wlwmanifest.xml
Not Found: /wordpress/wp-includes/wlwmanifest.xml//wordpress/wp-includes/wlwmanifest.xml
Not Found: /website/wp-includes/wlwmanifest.xml//website/wp-includes/wlwmanifest.xml
Not Found: /wp/wp-includes/wlwmanifest.xml//wp/wp-includes/wlwmanifest.xml
Not Found: /news/wp-includes/wlwmanifest.xml//news/wp-includes/wlwmanifest.xml
Not Found: /2018/wp-includes/wlwmanifest.xml//2018/wp-includes/wlwmanifest.xml
Not Found: /2019/wp-includes/wlwmanifest.xml//2019/wp-includes/wlwmanifest.xml
Not Found: /shop/wp-includes/wlwmanifest.xml//shop/wp-includes/wlwmanifest.xml
Not Found: /wp1/wp-includes/wlwmanifest.xml//wp1/wp-includes/wlwmanifest.xml
Not Found: /test/wp-includes/wlwmanifest.xml//test/wp-includes/wlwmanifest.xml
Not Found: /media/wp-includes/wlwmanifest.xml//media/wp-includes/wlwmanifest.xml
Not Found: /wp2/wp-includes/wlwmanifest.xml//wp2/wp-includes/wlwmanifest.xml
Not Found: /site/wp-includes/wlwmanifest.xml//site/wp-includes/wlwmanifest.xml
Not Found: /cms/wp-includes/wlwmanifest.xml//cms/wp-includes/wlwmanifest.xml
Not Found: /sito/wp-includes/wlwmanifest.xml//sito/wp-includes/wlwmanifest.xml
Not Found: /sitemaps.xml
Not Found: /sitemaps.xml
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /sitemap.xml
Not Found: /apple-touch-icon.png
Not Found: /favicon.ico
Not Found: /apple-touch-icon-precomposed.png
Not Found: /sitemap.xml
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/traffic-advice
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /apple-touch-icon.png
Not Found: /apple-touch-icon-precomposed.png
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /robots.txt
Forbidden (Referer checking failed - no Referer.): /
Forbidden (Referer checking failed - no Referer.): /
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /wp-includes/wlwmanifest.xml//wp-includes/wlwmanifest.xml
Not Found: /xmlrpc.php//xmlrpc.php
Not Found: /blog/wp-includes/wlwmanifest.xml//blog/wp-includes/wlwmanifest.xml
Not Found: /web/wp-includes/wlwmanifest.xml//web/wp-includes/wlwmanifest.xml
Not Found: /wordpress/wp-includes/wlwmanifest.xml//wordpress/wp-includes/wlwmanifest.xml
Not Found: /website/wp-includes/wlwmanifest.xml//website/wp-includes/wlwmanifest.xml
Not Found: /wp/wp-includes/wlwmanifest.xml//wp/wp-includes/wlwmanifest.xml
Not Found: /news/wp-includes/wlwmanifest.xml//news/wp-includes/wlwmanifest.xml
Not Found: /2018/wp-includes/wlwmanifest.xml//2018/wp-includes/wlwmanifest.xml
Not Found: /2019/wp-includes/wlwmanifest.xml//2019/wp-includes/wlwmanifest.xml
Not Found: /shop/wp-includes/wlwmanifest.xml//shop/wp-includes/wlwmanifest.xml
Not Found: /wp1/wp-includes/wlwmanifest.xml//wp1/wp-includes/wlwmanifest.xml
Not Found: /test/wp-includes/wlwmanifest.xml//test/wp-includes/wlwmanifest.xml
Not Found: /media/wp-includes/wlwmanifest.xml//media/wp-includes/wlwmanifest.xml
Not Found: /wp2/wp-includes/wlwmanifest.xml//wp2/wp-includes/wlwmanifest.xml
Not Found: /site/wp-includes/wlwmanifest.xml//site/wp-includes/wlwmanifest.xml
Not Found: /cms/wp-includes/wlwmanifest.xml//cms/wp-includes/wlwmanifest.xml
Not Found: /sito/wp-includes/wlwmanifest.xml//sito/wp-includes/wlwmanifest.xml
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /favicon.ico
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
[UID:1227][279282] Child process with pid: 397186 was killed by signal: 15, core dumped: no
Not Found: /sitemap.xml.gz
Not Found: /sitemap.xml.gz
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /sitemap.txt
Not Found: /sitemap.txt
Not Found: /favicon.ico
Not Found: /apple-touch-icon.png
Not Found: /apple-touch-icon-precomposed.png
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/openpyxl/workbook/child.py:99: UserWarning: Title is more than 31 characters. Some applications may not be able to read the file
  warnings.warn("Title is more than 31 characters. Some applications may not be able to read the file")
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/openpyxl/workbook/child.py:99: UserWarning: Title is more than 31 characters. Some applications may not be able to read the file
  warnings.warn("Title is more than 31 characters. Some applications may not be able to read the file")
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/assetlinks.json
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Forbidden (Referer checking failed - no Referer.): /
Forbidden (Referer checking failed - no Referer.): /
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /style.php
Not Found: /wp-content/style.php
Not Found: /wp-content/themes/style.php
Not Found: /wp-admin/style.php
Not Found: /wp-includes/style.php
Not Found: /chosen.php
Not Found: /file.php
Not Found: /flower.php
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /class.php
Not Found: /lm13.php
Not Found: /1aa.php
Not Found: /menu.php
Not Found: /mail.php
Not Found: /v3.php
Not Found: /ilex.php
Not Found: /wto.php
Not Found: /777.php
Not Found: /file88.php
Not Found: /flower.php
Not Found: /ffile.php
Not Found: /p.php
Not Found: /000.php
Not Found: /403.php
Not Found: /class20.php
Not Found: /lol.php
Not Found: /cc.php
Not Found: /o.php
Not Found: /aaa.php
Not Found: /n.php
Not Found: /666.php
Not Found: /fileas.php
Not Found: /cccc.php
Not Found: /CLA.php
Not Found: /wfile.php
Not Found: /abc.php
Not Found: /wb.php
Not Found: /mds.php
Not Found: /mlex.php
Not Found: /a.php
Not Found: /a2.php
Not Found: /222.php
Not Found: /inde.php
Not Found: /1.php
Not Found: /vee.php
Not Found: /wcas.php
Not Found: /k.php
Not Found: /finny.php
Not Found: /ws45.php
Not Found: /build.php
Not Found: /ws33.php
Not Found: /klex.php
Not Found: /ws34.php
Not Found: /alpa.php
Not Found: /file2.php
Not Found: /444.php
Not Found: /pp.php
Not Found: /2.php
Not Found: /ws38.php
Not Found: /555.php
Not Found: /bless.php
Not Found: /bolt.php
Not Found: /error.php
Not Found: /he.php
Not Found: /cfile.php
Not Found: /doti.php
Not Found: /sko.php
Not Found: /gmo.php
Not Found: /ws37.php
Not Found: /geck.php
Not Found: /nfile.php
Not Found: /file32.php
Not Found: /class9.php
Not Found: /031.php
Not Found: /file4.php
Not Found: /file5.php
Not Found: /tx38.php
Not Found: /404.php
Not Found: /bless3.php
Not Found: /xxxx.php
Not Found: /akk.php
Not Found: /aa.php
Not Found: /x7.php
Not Found: /ws36.php
Not Found: /0x0x.php
Not Found: /xx.php
Not Found: /file.php
Not Found: /card.php
Not Found: /size.php
Not Found: /class629.php
Not Found: /file9.php
Not Found: /moon.php
Not Found: /file18.php
Not Found: /file21.php
Not Found: /xxw.php
Not Found: /racs3.php
Not Found: /wsd.php
Not Found: /333.php
Not Found: /12.php
Not Found: /moon3.php
Not Found: /tor.php
Not Found: /haa.php
Not Found: /f6.php
Not Found: /asas.php
Not Found: /x.php
Not Found: /ava.php
Not Found: /ton.php
Not Found: /v1.php
Not Found: /111.php
Not Found: /an7.php
Not Found: /xeqdlun.php
Not Found: /acp.php
Not Found: /yellow.php
Not Found: /lala.php
Not Found: /file3.php
Not Found: /file17.php
Not Found: /shell.php
Not Found: /file15.php
Not Found: /file30.php
Not Found: /bless5.php
Not Found: /wp-is.php
Not Found: /hook.php
Not Found: /wp-configs.php
Not Found: /mini.php
Not Found: /class19.php
Not Found: /plss3.php
Not Found: /0x.php
Not Found: /file1.php
Not Found: /file8.php
Not Found: /100.kb.php
Not Found: /ppp.php
Not Found: /tox.php
Not Found: /bless11.php
Not Found: /030.php
Not Found: /v4.php
Not Found: /xxx.php
Not Found: /fs.php
Not Found: /33.php
Not Found: /v2.php
Not Found: /new4.php
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/security.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
[UID:1227][2216451] Child process with pid: 2216525 was killed by signal: 15, core dumped: no
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/security.txt
Not Found: /wp-json/
Not Found: /sitemap.xml
Not Found: /robots.txt
Not Found: /wp-admin/
Not Found: /favicon.ico
Not Found: /apple-touch-icon.png
Not Found: /apple-touch-icon-precomposed.png
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /modules/mod_simplefileuploadv1.3/elements/filemanager.php//modules/mod_simplefileuploadv1.3/elements/filemanager.php
Not Found: /templates/protostar/error.php//templates/protostar/error.php
Not Found: /vendor/composer/cache.php//vendor/composer/cache.php
Not Found: /modules/mod_simplefileuploadv1.3/elements/udd.php//modules/mod_simplefileuploadv1.3/elements/udd.php
Not Found: /plugins/content/apismtp/setting-api.php//plugins/content/apismtp/setting-api.php
Not Found: /modules/mod_ariimageslidersa/mod_ariimageslidersa.php//modules/mod_ariimageslidersa/mod_ariimageslidersa.php
Not Found: /admin/controller/extension/extension/index.php//admin/controller/extension/extension/index.php
Not Found: /templates/Beez5/index.php//templates/Beez5/index.php
Not Found: /templates/Genius/error.php//templates/Genius/error.php
Not Found: /administrator/templates/isis/index.php//administrator/templates/isis/index.php
Not Found: /modules/sendinblue/anamama.php//modules/sendinblue/anamama.php
Not Found: /templates/beez5/error.php//templates/beez5/error.php
Not Found: /libraries/joomla/css.php//libraries/joomla/css.php
Not Found: /templates/isis/error.php//templates/isis/error.php
Not Found: /templates/ja-helio-farsi/index.php//templates/ja-helio-farsi/index.php
Not Found: /templates/JMart/error.php//templates/JMart/error.php
Not Found: /modules/scrollbottom/anamama-2.php//modules/scrollbottom/anamama-2.php
Not Found: /templates/beez3/jsstrings.php//templates/beez3/jsstrings.php
Not Found: /templates/beez3/index.php//templates/beez3/index.php
Not Found: /admin/controller/extension/extension/daDTLv3YPn6.php//admin/controller/extension/extension/daDTLv3YPn6.php
Not Found: /templates/Binv/error.php//templates/Binv/error.php
Not Found: /templates/ja_purity/index.php
Not Found: /templates/beez3/error.php//templates/beez3/error.php
Not Found: /sites/all/themes/adminimal_theme/uqPfX5TiZbY.php//sites/all/themes/adminimal_theme/uqPfX5TiZbY.php
Not Found: /templates/Hoxa/index.php//templates/Hoxa/index.php
Not Found: /administrator/templates/isis/error.php//administrator/templates/isis/error.php
Not Found: /templates/cassiopeia/index.php//templates/cassiopeia/index.php
Not Found: /bk/index.php//bk/index.php
Not Found: /templates/Jollyany/error.php//templates/Jollyany/error.php
Not Found: /templates/Atomic/error.php//templates/Atomic/error.php
Not Found: /administrator/templates/hathor/error.php//administrator/templates/hathor/error.php
Not Found: /administrator/templates/hathor/index.php//administrator/templates/hathor/index.php
Not Found: /administrator/templates/bluestork/error.php//administrator/templates/bluestork/error.php
Not Found: /templates/rhuk_solarflare_ii/index.php//templates/rhuk_solarflare_ii/index.php
Not Found: /templates/Aaika/index.php//templates/Aaika/index.php
Not Found: /templates/RiverS/index.php//templates/RiverS/index.php
Not Found: /sites/default/files/index.php//sites/default/files/index.php
Not Found: /templates/Protostar/index.php//templates/Protostar/index.php
Not Found: /modules/mod_ju_articleslider/tmpl/admin.php//modules/mod_ju_articleslider/tmpl/admin.php
Not Found: /templates/rhuk_solarflare_ii/error.php//templates/rhuk_solarflare_ii/error.php
Not Found: /templates/Globy/index.php//templates/Globy/index.php
Not Found: /libraries/legacy/updates.php//libraries/legacy/updates.php
Not Found: /templates/Atum/error.php//templates/Atum/error.php
Not Found: /modules/eicaptcha/tests/results/results.php//modules/eicaptcha/tests/results/results.php
Not Found: /plugins/content/apismtp/simple.php//plugins/content/apismtp/simple.php
Not Found: /templates/cassiopeia/error.php//templates/cassiopeia/error.php
Not Found: /templates/rhuk_milkyway/error.php//templates/rhuk_milkyway/error.php
Not Found: /modules/mod ariimageslidersa/mod ariimageslidersa.php//modules/mod%20ariimageslidersa/mod%20ariimageslidersa.php
Not Found: /templates/JMart/index.php//templates/JMart/index.php
Not Found: /templates/ja_purity/index.php//templates/ja_purity/index.php
Not Found: /modules/ets_whatsapp/new.php//modules/ets_whatsapp/new.php
Not Found: /plugins/content/apismtp/wp-domain.php//plugins/content/apismtp/wp-domain.php
Not Found: /admin/log.php//admin/log.php
Not Found: /templates/Raees/index.php//templates/Raees/index.php
Not Found: /admin/cache.php//admin/cache.php
Not Found: /templates/atomic/error.php//templates/atomic/error.php
Not Found: /templates/rhuk_milkyway/index.php//templates/rhuk_milkyway/index.php
Not Found: /templates/madeyourweb/error.php//templates/madeyourweb/error.php
Not Found: /libraries/joomla/jmail.php//libraries/joomla/jmail.php
Not Found: /templates/Beez2/index.php//templates/Beez2/index.php
Not Found: /templates/Aaika/error.php//templates/Aaika/error.php
Not Found: /admin/include/student.php//admin/include/student.php
Not Found: /administrator/components/com_xcloner-backupandrestore/index2.php//administrator/components/com_xcloner-backupandrestore/index2.php
Not Found: /templates/Eatoreh/error.php//templates/Eatoreh/error.php
Not Found: /templates/Globy/error.php//templates/Globy/error.php
Not Found: /templates/Beez3/index.php//templates/Beez3/index.php
Not Found: /templates/hathor/error.php//templates/hathor/error.php
Not Found: /templates/Protostar/error.php//templates/Protostar/error.php
Not Found: /modules/ets_whatsapp/security.php//modules/ets_whatsapp/security.php
Not Found: /templates/Atum/index.php//templates/Atum/index.php
Not Found: /components/com_newsfeeds/models/index.php//components/com_newsfeeds/models/index.php
Not Found: /templates/Eatoreh/index.php//templates/Eatoreh/index.php
Not Found: /akcc.php//akcc.php
Not Found: /templates/Genius/index.php//templates/Genius/index.php
Not Found: /modules/scrollbottom/ultra.php//modules/scrollbottom/ultra.php
Not Found: /templates/Raees/error.php//templates/Raees/error.php
Not Found: /templates/BeginDot/index.php//templates/BeginDot/index.php
Not Found: /templates/Cassiopeia/index.php//templates/Cassiopeia/index.php
Not Found: /templates/Atomic/index.php//templates/Atomic/index.php
Not Found: /templates/Yamato/error.php//templates/Yamato/error.php
Not Found: /templates/BeginDot/error.php//templates/BeginDot/error.php
Not Found: /themes/zMousse/otuz1.php//themes/zMousse/otuz1.php
Not Found: /templates/beez_20/index.php//templates/beez_20/index.php
Not Found: /templates/protostar/index.php//templates/protostar/index.php
Not Found: /templates/Yamato/index.php//templates/Yamato/index.php
Not Found: /rec/config.php//rec/config.php
Not Found: /libraries/vendor/updates.php//libraries/vendor/updates.php
Not Found: /templates/Beez3/error.php//templates/Beez3/error.php
Not Found: /templates/beez/admin.php//templates/beez/admin.php
Not Found: /templates/beez/index.php//templates/beez/index.php
Not Found: /templates/beez5/index.php//templates/beez5/index.php
Not Found: /modules/modules/modules.php//modules/modules/modules.php
Not Found: /templates/atomic/index.php//templates/atomic/index.php
Not Found: /templates/hathor/index.php//templates/hathor/index.php
Not Found: /administrator/index.php//administrator/index.php
Not Found: /components/com_b2jcontact/izoc.php//components/com_b2jcontact/izoc.php
Not Found: /libraries/joomla/index.php//libraries/joomla/index.php
Not Found: /templates/Hoxa/error.php//templates/Hoxa/error.php
Not Found: /wp-content/plugins/age-restriction/modules/remote_support/remote_init.php//wp-content/plugins/age-restriction/modules/remote_support/remote_init.php
Not Found: /templates/Cassiopeia/error.php//templates/Cassiopeia/error.php
Not Found: /templates/RiverS/error.php//templates/RiverS/error.php
Not Found: /local/moodle_webshell/index.php//local/moodle_webshell/index.php
Not Found: /assets/images/adriv4.php//assets/images/adriv4.php
Not Found: /templates/beez_20/error.php//templates/beez_20/error.php
Not Found: /templates/Jollyany/index.php//templates/Jollyany/index.php
Not Found: /components/com_jbcatalog/libraries/jsupload/server/php/files/up.php//components/com_jbcatalog/libraries/jsupload/server/php/files/up.php
Not Found: /administrator/components/com_xcloner-backupandrestore/language/english.php//administrator/components/com_xcloner-backupandrestore/language/english.php
Not Found: /templates/Beez5/error.php//templates/Beez5/error.php
Not Found: /templates/Beez2/error.php//templates/Beez2/error.php
Not Found: /local/index.php//local/index.php
Not Found: /libraries/phpmailer/updates.php//libraries/phpmailer/updates.php
Not Found: /templates/isis/index.php//templates/isis/index.php
Not Found: /themes/classic/x.php//themes/classic/x.php
Not Found: /templates/Binv/index.php//templates/Binv/index.php
Not Found: /modules/sendinblue/mini.php//modules/sendinblue/mini.php
Not Found: /templates/madeyourweb/index.php//templates/madeyourweb/index.php
Not Found: /modules/mod_rebug/library/index2.php//modules/mod_rebug/library/index2.php
Not Found: /admin/resources/dummy/log.php//admin/resources/dummy/log.php
Not Found: /vendor/composer/about.php//vendor/composer/about.php
Not Found: /themes/classic/modules/referralprogram/mails/es/micro.php//themes/classic/modules/referralprogram/mails/es/micro.php
Not Found: /modules/ps_mainmenu/upgrade/upgrade-2.3.2.php//modules/ps_mainmenu/upgrade/upgrade-2.3.2.php
Not Found: /modules/statsforecast/translations/fe.php//modules/statsforecast/translations/fe.php
Not Found: /modules/ets_htmlbox/loads.php//modules/ets_htmlbox/loads.php
Not Found: /modules/myprestaloyalty/index.php//modules/myprestaloyalty/index.php
Not Found: /modules/autoupgrade/gabut/ultra.php//modules/autoupgrade/gabut/ultra.php
Not Found: /modules/blockcounterz/views/templates/hook/htaccess.php//modules/blockcounterz/views/templates/hook/htaccess.php
Not Found: /modules/leobootstrapmenu/inc_fille_css.php//modules/leobootstrapmenu/inc_fille_css.php
Not Found: /modules/myprestaloyalty/controllers/front/controllers/modules/agenbypass.php//modules/myprestaloyalty/controllers/front/controllers/modules/agenbypass.php
Not Found: /modules/modules_function.php//modules/modules_function.php
Not Found: /themes/kidshop/templates/layouts/hehe403.php//themes/kidshop/templates/layouts/hehe403.php
Not Found: /themes/thecosmetic/tmp.php//themes/thecosmetic/tmp.php
Not Found: /modules/prestaheroconnect/cronjob.php//modules/prestaheroconnect/cronjob.php
Not Found: /modules/medultimatejs/blue.php//modules/medultimatejs/blue.php
Not Found: /modules/onlinechat2028/az.php//modules/onlinechat2028/az.php
Not Found: /modules/sendinblue/numberv2.php//modules/sendinblue/numberv2.php
Not Found: /themes/freshfood/index.php//themes/freshfood/index.php
Not Found: /themes/probusiness/index.php//themes/probusiness/index.php
Not Found: /themes/sikpo/1.php//themes/sikpo/1.php
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /.well-known/security.txt
Not Found: /robots.txt
Not Found: /wp-admin/
Not Found: /wp-json/
Not Found: /sitemap.xml
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /apple-touch-icon-precomposed.png
Not Found: /apple-touch-icon.png
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/security.txt
Not Found: /robots.txt
Not Found: /wp-json/wc/v3
Not Found: /magento_version
Not Found: /index.php
Not Found: /index.php
Not Found: /index.php
Not Found: /index.php
Not Found: /wp-json/
Not Found: /wp-json/wc/v3
Not Found: /magento_version
Not Found: /index.php
Not Found: /index.php
Not Found: /index.php
Not Found: /index.php
Not Found: /wp-json/
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /rip.php
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /apple-touch-icon-precomposed.png
Not Found: /apple-touch-icon.png
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /wp-includes/wlwmanifest.xml//wp-includes/wlwmanifest.xml
Not Found: /xmlrpc.php//xmlrpc.php
Not Found: /blog/wp-includes/wlwmanifest.xml//blog/wp-includes/wlwmanifest.xml
Not Found: /web/wp-includes/wlwmanifest.xml//web/wp-includes/wlwmanifest.xml
Not Found: /wordpress/wp-includes/wlwmanifest.xml//wordpress/wp-includes/wlwmanifest.xml
Not Found: /website/wp-includes/wlwmanifest.xml//website/wp-includes/wlwmanifest.xml
Not Found: /wp/wp-includes/wlwmanifest.xml//wp/wp-includes/wlwmanifest.xml
Not Found: /news/wp-includes/wlwmanifest.xml//news/wp-includes/wlwmanifest.xml
Not Found: /2018/wp-includes/wlwmanifest.xml//2018/wp-includes/wlwmanifest.xml
Not Found: /2019/wp-includes/wlwmanifest.xml//2019/wp-includes/wlwmanifest.xml
Not Found: /shop/wp-includes/wlwmanifest.xml//shop/wp-includes/wlwmanifest.xml
Not Found: /wp1/wp-includes/wlwmanifest.xml//wp1/wp-includes/wlwmanifest.xml
Not Found: /test/wp-includes/wlwmanifest.xml//test/wp-includes/wlwmanifest.xml
Not Found: /media/wp-includes/wlwmanifest.xml//media/wp-includes/wlwmanifest.xml
Not Found: /wp2/wp-includes/wlwmanifest.xml//wp2/wp-includes/wlwmanifest.xml
Not Found: /site/wp-includes/wlwmanifest.xml//site/wp-includes/wlwmanifest.xml
Not Found: /cms/wp-includes/wlwmanifest.xml//cms/wp-includes/wlwmanifest.xml
Not Found: /sito/wp-includes/wlwmanifest.xml//sito/wp-includes/wlwmanifest.xml
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /apple-touch-icon.png
Not Found: /apple-touch-icon-precomposed.png
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /sitemap.xml
Not Found: /ads.txt
Not Found: /llms.txt
Not Found: /humans.txt
Not Found: /security.txt
Not Found: /.well-known/security.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /wp-login.php
Not Found: /apple-touch-icon-precomposed.png
Not Found: /apple-touch-icon.png
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /apple-touch-icon.png
Not Found: /apple-touch-icon-precomposed.png
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /info.php.bak
Not Found: /php-info.php
Not Found: /newinfo.php
Not Found: /siteinfo.php
Not Found: /info.php.1
Not Found: /pageinfo.php
Not Found: /info.php.back
Not Found: /phpbb/phpinfo.php
Not Found: /release_info.php
Not Found: /test/info.php
Not Found: /info
Not Found: /info.php
Not Found: /phpinfo.php3
Not Found: /phpinfo.php.txt
Not Found: /info.php.save.1
Not Found: /info.php_
Not Found: /_info.php
Not Found: /admin_phpinfo.php
Not Found: /dbinfo.php
Not Found: /admin_info.php
Not Found: /.aws/credentials
Not Found: /config.php
Not Found: /phpinfo.php
Not Found: /phpinfo.php.bak
Not Found: /pinfo.php
Not Found: /.env.bak
Not Found: /.env.backup
Not Found: /.env_sample
Not Found: /.env.old
Not Found: /.env.www
Not Found: /.env.dev
Not Found: /.env.example
Not Found: /.env_1
Not Found: /.env.stage
Not Found: /config.env
Not Found: /.pam_environment
Not Found: /.environment
Not Found: /.env.production
Not Found: /.env.production.local
Not Found: /env.js
Not Found: /.powenv
Not Found: /.rbenv-gemsets
Not Found: /.envs
Not Found: /.env.docker
Not Found: /.env.sample
Not Found: /.env_bak
Not Found: /.env.php
Not Found: /.env.development.local
Not Found: /.env-example
Not Found: /.env.prod
Not Found: /.env.docker.dev
Not Found: /.env.test
Not Found: /env
Not Found: /env.list
Not Found: /.ghc.environment
Not Found: /env.txt
Not Found: /printenv
Not Found: /.hsenv
Not Found: /environment
Not Found: /env.json
Not Found: /envrc
Not Found: /.env.dev.local
Not Found: /environment.ts
Not Found: /.env_old
Not Found: /.zshenv
Not Found: /.env.development.sample
Not Found: /.rbenv-version
Not Found: /.env-sample
Not Found: /.env.prod.local
Not Found: /.env.travis
Not Found: /.env.test.sample
Not Found: /.env.2
Not Found: /.env.local
Not Found: /.env.txt
Not Found: /.env.save
Not Found: /printenv.tmp
Not Found: /.flaskenv
Not Found: /.env.test.local
Not Found: /.jenv-version
Not Found: /.envrc
Not Found: /.env.dist
Not Found: /.env.sample.php
Not Found: /.env1
Not Found: /.venv
Not Found: /env.prod.js
Not Found: /env.test.js
Not Found: /env.bak
Not Found: /env.php
Not Found: /pms
Not Found: /.env.development
Not Found: /.env.staging
Not Found: /.env.live
Not Found: /config.json
Not Found: /api/config.php
Not Found: /config/config.php
Not Found: /app/config.php
Not Found: /backend/config.php
Not Found: /src/config.php
Not Found: /config/database.php
Not Found: /config/mail.php
Not Found: /config/app.php
Not Found: /config/services.php
Not Found: /wp-config.php
Not Found: /configuration.php
Not Found: /.aws/config
Not Found: /config/aws.json
Not Found: /config/sendgrid.json
Not Found: /config/mailgun.json
Not Found: /sendgrid.json
Not Found: /aws.json
Not Found: /api_keys.json
Not Found: /keys.json
Not Found: /secrets.json
Not Found: /config/secrets.json
Not Found: /config/config.json
Not Found: /app/config.json
Not Found: /test/phpinfo.php
Not Found: /backup/config.php
Not Found: /private/config.php
Not Found: /settings.php
Not Found: /app/settings.php
Not Found: /config/settings.php
Not Found: /database.yml
Not Found: /config/database.json
Not Found: /config/mail.json
Not Found: /config/smtp.php
Not Found: /config/database.yml
Not Found: /secrets/config.json
Not Found: /private/keys.json
Not Found: /.env_example
Not Found: /api
Not Found: /backend
Not Found: /phpinfo
Not Found: /_profiler/phpinfo
Not Found: /config/settings.ini
Not Found: /new/.env.local
Not Found: /new/.env.production
Not Found: /new/.env.staging
Not Found: /_phpinfo.php
Not Found: /_profiler/phpinfo/info.php
Not Found: /_profiler/phpinfo/phpinfo.php
Not Found: /wp-config
Not Found: /aws-secret.yaml
Not Found: /env.backup
Not Found: /xampp/phpinfo.php
Not Found: /lara/info.php
Not Found: /lara/phpinfo.php
Not Found: /laravel/info.php
Not Found: /laravel/.env.local
Not Found: /laravel/.env.production
Not Found: /laravel/.env.staging
Not Found: /laravel/core/.env.local
Not Found: /laravel/core/.env.production
Not Found: /laravel/core/.env.staging
Not Found: /bootstrap/cache/config.php
Not Found: /storage/logs/laravel.log
Not Found: /composer.lock
Not Found: /server.key
Not Found: /dump.sh
Not Found: /php5.ini
Not Found: /config.php.bak
Not Found: /src/app.js
Not Found: /server-info
Not Found: /docker.sh
Not Found: /config.php.save
Not Found: /pi.php
Not Found: /test.php
Not Found: /aws-credentials.txt
Not Found: /api/info
Not Found: /config.ini
[ERROR] [UID:1227][2384837] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/wsgi.py", line 121, in __call__
    set_script_prefix(get_script_name(environ))
                      ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/wsgi.py", line 184, in get_script_name
    return script_name.decode()
           ^^^^^^^^^^^^^^^^^^^^
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc0 in position 1: invalid start byte
Not Found: /.aws/credentials.bak
Not Found: /.azure-pipelines.yml
Not Found: /.bak
Not Found: /.bitbucket-pipelines.yml
Not Found: /.boto
Not Found: /.bzr/
Not Found: /.circleci/config.yml
Not Found: /.dockerignore
Not Found: /.env-db
Not Found: /.env.back
Not Found: /.env.bkp
Not Found: /.env.credentials
Not Found: /.env.email
Not Found: /.env.hidden
Not Found: /.env.hide
Not Found: /.env.js
Not Found: /.env.key
Not Found: /.env.mail
Not Found: /.env.smtp
Not Found: /.env.swp
Not Found: /.env.testing
Not Found: /.env.uat
Not Found: /.env_aws
Not Found: /.env_backup
Not Found: /.env_copy
Not Found: /.env_private
Not Found: /.env_secret
Not Found: /.env~
Not Found: /.github/workflows/*.yml
Not Found: /.gitignore
Not Found: /.gitlab-ci.yml
Not Found: /.local
Not Found: /.next/
Not Found: /.npmrc
Not Found: /.nuxt/
Not Found: /.output/
Not Found: /.phpinfo
Not Found: /.production
Not Found: /.pypirc
Not Found: /.remote
Not Found: /.ssh/id_rsa
Not Found: /.ssh/id_rsa.pub
Not Found: /.travis.yml
Not Found: /.vite/
Not Found: /.vscode/settings.json
Not Found: /.well-known/openid-configuration
Not Found: /.well-known/security.txt
Not Found: /123.php
Not Found: /__debug__
Not Found: /__debugbar
Not Found: /_astro/[chunk-name].[hash].js
Not Found: /_dev
Not Found: /_ignition/
Not Found: /_next/static/chunks/945-34f67d7c0866cf61b970.js
Not Found: /_next/static/chunks/app/[...not-found]/page-63e952e68a371605.js/_next/static/chunks/app/%5B...not-found%5D/page-63e952e68a371605.js
Not Found: /_next/static/chunks/app/error.js
Not Found: /_next/static/chunks/app/global-error.js
Not Found: /_next/static/chunks/app/layout-a908fe02173ed4b1.js
Not Found: /_next/static/chunks/framework-[hash].js
Not Found: /_next/static/chunks/main-app-[hash].js
Not Found: /_next/static/chunks/pages/_app-a9fba37d935ce3f3.js
Not Found: /_next/static/chunks/pages/_app-d1b5411bacd03f02.js
Not Found: /_next/static/chunks/pages/_app-d25b242610000153a081.js
Not Found: /_next/static/chunks/webpack-[hash].js
Not Found: /a.php
Not Found: /actuator/
Not Found: /admin-api/
Not Found: /admin.php
Not Found: /adminer.php
Not Found: /administrator/
Not Found: /adminphp.php'
Not Found: /apache.php
Not Found: /apache/i.php
Not Found: /apache/info.php
Not Found: /apache/phpinfo.php
Not Found: /apache2.php
Not Found: /apc.php
Not Found: /api/.env.back
Not Found: /api/.env.example
Not Found: /api/.env.sample
Not Found: /api/.env.save
Not Found: /api/debug
Not Found: /api/docs/
Not Found: /api/env
Not Found: /api/info.php
Not Found: /api/internal/
Not Found: /api/keys
Not Found: /api/private/
Not Found: /api/v1/debug
Not Found: /app-7d66de919618d3830635.js
Not Found: /app.yaml
Not Found: /app/.env.example
Not Found: /app/.env.sample
Not Found: /app/.env.save
Not Found: /app/.env.back/app//.env.back
Not Found: /app/config.js
Not Found: /app/info
Not Found: /app/info.php
Not Found: /application/.env.sample
Not Found: /application/.env.save
Not Found: /asdf.php
Not Found: /assets/index-[hash].js
Not Found: /assets/index-[hash].mjs
Not Found: /assets/index-GquDNGwd.js
Not Found: /assets/js/app.f8ec9fb3.js
Not Found: /assets/js/app.js
Not Found: /assets/vendor-[hash].js
Not Found: /aws-secret.json
Not Found: /aws.yml
Not Found: /backend/.env.local
Not Found: /backend/debug
Not Found: /backup.tar.gz
Not Found: /backup.zip
Not Found: /Booking/Default.aspx
Not Found: /build.php
Not Found: /build/
Not Found: /build/_app/immutable/chunks/[chunk].[hash].js
Not Found: /build/_app/immutable/entry/app.[hash].js
Not Found: /build/entry.client-[hash].js
Not Found: /build/main.ba0c34b7.js
Not Found: /build/routes/index-[hash].js
Not Found: /cache.php
Not Found: /cgi-bin/pass.txt
Not Found: /chunk-B2FODB4I.js
Not Found: /config.js
Not Found: /config.yaml
Not Found: /config/.env.dev
Not Found: /config/.env.local
Not Found: /config/.env.production
Not Found: /config/aws.yml
Not Found: /config/cache.php
Not Found: /config/config.env
Not Found: /config/config.yml
Not Found: /config/default.json
Not Found: /config/keys.yml
Not Found: /config/production.json
Not Found: /config/secrets.yml
Not Found: /config/settings.py
Not Found: /dashboard/i.php
Not Found: /dashboard/info.php
Not Found: /dashboard/phpinfo.php
Not Found: /dashboard/test.php
Not Found: /db-admin/
Not Found: /db.php
Not Found: /db.sql
Not Found: /db_backup.sql
Not Found: /debug
Not Found: /debug.json
Not Found: /debug.log
Not Found: /debug.php
Not Found: /debug/default/view
Not Found: /debug/default/view.html
Not Found: /debug/default/view
Not Found: /dep.php
Not Found: /deploy.php
Not Found: /deployment-config.json
Not Found: /dev-api/
Not Found: /dev.php
Not Found: /dev/.env.local
Not Found: /developer.php
Not Found: /devs.php
Not Found: /devtools
Not Found: /dist/js/app.[hash].js
Not Found: /docker-compose.yml
Not Found: /dump.sql
Not Found: /env.example
Not Found: /env.save
Not Found: /env.template
Not Found: /error.log
Not Found: /firebase.json
Not Found: /frontend/web/debug/default/view
Not Found: /gcloud.json
Not Found: /gists/cache
Not Found: /gists/laravel
Not Found: /gists/pusher
Not Found: /graphiql/
Not Found: /graphql/
Not Found: /hc/restricted
Not Found: /i.php
Not Found: /in.php
Not Found: /inc.config.php
Not Found: /includes/config.php
Not Found: /index.php
Not Found: /index.php~
Not Found: /index1.php
Not Found: /inf.php
Not Found: /info1.php
Not Found: /info2.php
Not Found: /info3.php
Not Found: /info4.php
Not Found: /infophp.php
Not Found: /infos.php
Not Found: /ini.php
Not Found: /internal-api/
Not Found: /internal/
Not Found: /internal/config
Not Found: /isadmin.php
Not Found: /jo.php
Not Found: /js/app.[hash].js
Not Found: /js/app.bundle.min.js
Not Found: /js/chunk-79be581b.c4b0f5e4.js
Not Found: /js/chunk-vendors.[hash].js
Not Found: /js/chunks/[chunk-name].[hash].js
Not Found: /js/contact_me.js
Not Found: /js/vendor.[hash].js
Not Found: /l.php
Not Found: /legacy/tests/9.1.1
Not Found: /legacy/tests/9.2.0
Not Found: /lib/config.js
Not Found: /lindex.php
Not Found: /linusadmin-phpinfo.php
Not Found: /local.settings.json
Not Found: /log.txt
Not Found: /log/development.log
Not Found: /login/
Not Found: /logs/
Not Found: /logs/access.log
Not Found: /logs/app.log
Not Found: /logs/error.log
Not Found: /main-es2015.3c3aa123423ff18c0b00.js
Not Found: /main-es2018.96dcf91e05121e327dcb.js
Not Found: /main-TDTOTK7F.js
Not Found: /main-WTCAS2AO.js
Not Found: /main.0ad61943313a734cc3ac.js
Not Found: /main.2b8841d1a101dd041285.js
Not Found: /main.35a08c25eb91de70487f.js
Not Found: /main.457ddfd2b1341056.js
Not Found: /main.48f1bbcf6201c5ea.js
Not Found: /main.58a95e8d8659972f.js
Not Found: /main.702787bb88cacd05b11d.js
Not Found: /main.b610bd7c7b9b7a47.js
Not Found: /main.js
Not Found: /main.php
Not Found: /main.yml
Not Found: /Makefile
Not Found: /manifest.json
Not Found: /mysql/
Not Found: /netlify.toml
Not Found: /new.php
Not Found: /now.json
Not Found: /o.php
Not Found: /ocp.php
Not Found: /of.php
Not Found: /old/
Not Found: /old_phpinfo.php
Not Found: /old_site/
Not Found: /p.php
Not Found: /php.ini
Not Found: /php.php
Not Found: /php1.php
Not Found: /php52/phpinfo.php
Not Found: /php_info.php
Not Found: /phpcustom_info/phpinfo.php
Not Found: /phpinfo.html
Not Found: /phpinfo.php4
Not Found: /phpinfo.php5
Not Found: /phpinfo.txt
Not Found: /phpinfo/info.php
Not Found: /phpinfo/phpinfo.php
Not Found: /phpinfo1.php
Not Found: /phpinfo2.php
Not Found: /phpinfo3.php
Not Found: /phpinfo4.php
Not Found: /phpinfodev.php
Not Found: /phpinfos.php
Not Found: /phpMyAdmin/
Not Found: /phpmyadmin/
Not Found: /phpsysinfo
Not Found: /phpsysinfo.php
Not Found: /phpsysinfo/info.php
Not Found: /phpsysinfo/phpinfo.php
Not Found: /phpsysinfo/phpsysinfo.php
Not Found: /phptest.php
Not Found: /phpversion.php
Not Found: /pi.php5
Not Found: /private.key
Not Found: /Procfile
Not Found: /product/.env.staging
Not Found: /public/system
Not Found: /q.php
Not Found: /qq.php
Not Found: /rest.php
Not Found: /robots.txt
Not Found: /rollup.config.js
Not Found: /s3.js
Not Found: /sapi/debug/default/view
Not Found: /secrets.js
Not Found: /secrets.yml
Not Found: /sendgrid.env
Not Found: /server-status
Not Found: /server.log
Not Found: /server/s3.js
Not Found: /serverless.yml
Not Found: /service-worker.js
Not Found: /settings.py
Not Found: /stack.json
Not Found: /staging-api/
Not Found: /staging/
Not Found: /static/js/*.chunk.js
Not Found: /static/js/main.11bc02d8.chunk.js
Not Found: /static/js/main.1b34ee2a.js
Not Found: /static/js/main.335d17a0.js
Not Found: /static/js/main.36e5ec99.js
Not Found: /static/js/main.48389ac6.js
Not Found: /static/js/main.4aa2819f.js
Not Found: /static/js/main.602cea98.chunk.js
Not Found: /static/js/main.87c766e3.js
Not Found: /static/js/main.89c971fa.js
Not Found: /static/js/main.8c18b542.js
Not Found: /static/js/main.bfa51071.js
Not Found: /static/js/main.ef8ecb99.chunk.js
Not Found: /storage/.env.local
Not Found: /storage/debugbar/*.json
Not Found: /swagger/
Not Found: /system/config
Not Found: /system/phpinfo.php
Not Found: /temp.php
Not Found: /test
Not Found: /test-api/
Not Found: /test/
Not Found: /test0.php
Not Found: /test1
Not Found: /test1.php
Not Found: /test123.php
Not Found: /test2.php
Not Found: /test3.php
Not Found: /test4.php
Not Found: /test5.php
Not Found: /test6.php
Not Found: /test7.php
Not Found: /test8.php
Not Found: /test9.php
Not Found: /test_info.php
Not Found: /test_info1.php
Not Found: /test_info2.php
Not Found: /test_info3.php
Not Found: /test_info4.php
Not Found: /test_info5.php
Not Found: /test_phpinfo.php
Not Found: /test_phpinfo1.php
Not Found: /test_phpinfo2.php
Not Found: /test_phpinfo3.php
Not Found: /test_phpinfo4.php
Not Found: /test_phpinfo5.php
Not Found: /tester.php
Not Found: /testing.php
Not Found: /testing/
Not Found: /time.php
Not Found: /tmp/logs
Not Found: /token.php
Not Found: /tool/view/phpinfo.view.php
Not Found: /tz.php
Not Found: /u.php
Not Found: /up.php
Not Found: /user/.env.staging
Not Found: /user/login
Not Found: /v1/admin/
Not Found: /v1/debug/
Not Found: /v1/private/
Not Found: /vendors~main.f286c0f60bdc707d91a8.bundle.js
Not Found: /vercel.json
Not Found: /vite.config.ts
Not Found: /w.php
Not Found: /web.config
Not Found: /web.php
Not Found: /web/debug/default/view
Not Found: /webpack-stats.json
Not Found: /webpack.config.js
Not Found: /wp-config.php-backup
Not Found: /wp-login.php
Not Found: /wp.php
Not Found: /wpp-config.php~
Not Found: /x.php
Not Found: /yarn.lock
Not Found: /.env.sendgrid
Not Found: /sendgrid_keys.json
Not Found: /sendgrid_keys.js
Not Found: /private/sendgrid_keys.json
Not Found: /config/private/sendgrid_keys.json
Not Found: /backup/sendgrid_keys.json
Not Found: /secrets/sendgrid_keys.json
Not Found: /wp-content/uploads/sendgrid_keys.json
Not Found: /wp-content/plugins/wp-mail-smtp/sendgrid_keys.json
Not Found: /wp-content/plugins/sendgrid_keys.json
Not Found: /modules/contrib/sendgrid_mail/sendgrid_mail.module
Not Found: /modules/contrib/sendgrid_mail/sendgrid_mail.settings.php
Not Found: /modules/contrib/sendgrid_mail/sendgrid_mail.services.yml
Not Found: /modules/contrib/sendgrid_mail/translations/sendgrid_mail.fr.po
Not Found: /wp-content/themes/sendgrid_keys.json
Not Found: /wp-content/uploads/wp-mail-smtp/sendgrid_keys.json
Not Found: /wp-content/backup/sendgrid_keys.json
Not Found: /wp-includes/sendgrid_keys.json
Not Found: /wp-content/sendgrid_keys.json
Not Found: /wp-admin/sendgrid_keys.json
Not Found: /sendgrid_keys
Not Found: /.sendgrid/credentials
Not Found: /.sendgrid/config
Not Found: /config/sendgrid_keys.json
Not Found: /config/sendgrid_config.json
Not Found: /private/sendgrid_keys
Not Found: /private/sendgrid_config
Not Found: /backup/sendgrid_keys
Not Found: /backup/sendgrid_config
Not Found: /secrets/sendgrid_keys
Not Found: /secrets/sendgrid_config
Not Found: /config/sendgrid.py
Not Found: /settings/sendgrid_keys
Not Found: /settings/sendgrid_config
Not Found: /config/settings/sendgrid_keys.json
Not Found: /config/settings/sendgrid_config.json
Not Found: /config/env/sendgrid.env
Not Found: /config/env/sendgrid_keys.env
Not Found: /instance/sendgrid_keys.py
Not Found: /sendgrid_keys.txt
Not Found: /sendgrid_keys.py
Not Found: /keys/sendgrid_keys.json
Not Found: /api_keys/sendgrid_keys.json
Not Found: /config/packages/sendgrid.yaml
Not Found: /config/secrets/prod/sendgrid_keys.json
Not Found: /config/secrets/dev/sendgrid_keys.json
Not Found: /config/sendgrid.php
Not Found: /storage/sendgrid.json
Not Found: /backup/sendgrid.json
Not Found: /secrets/sendgrid.json
Not Found: /config/sendgrid.js
Not Found: /private/sendgrid.json
Not Found: /phpinfo.phtml
[ERROR] [UID:1227][2384837] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/wsgi.py", line 121, in __call__
    set_script_prefix(get_script_name(environ))
                      ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/wsgi.py", line 184, in get_script_name
    return script_name.decode()
           ^^^^^^^^^^^^^^^^^^^^
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc0 in position 1: invalid start byte
Not Found: /configs/application.ini
Not Found: /_profiler/empty/search/results
Not Found: /api/v1
Not Found: /api/service
Not Found: /api/system/info
Not Found: /api/gateway
Not Found: /api/command
Not Found: /api/admin/user
Not Found: /api/admin/user/password
Not Found: /api/admin/user/status
Not Found: /api/admin/auth
Not Found: /api/admin/role
Not Found: /api/admin/role/id
Not Found: /api/admin
Not Found: /api/v1/sms-sender
Not Found: /api/v1/finchat/contact/manager
Not Found: /api/v1/finchat/privilege-api/forwarder
Not Found: /api/v1/finchat/privilege-api/forwarder/event
Not Found: /api/v1/finchat/open-api
Not Found: /api/upload
Not Found: /api/savefile
Not Found: /api/v1/files
Not Found: /api/files.remote.share
Not Found: /api/v1/netdisk/download
Not Found: /app/api/bzycs.php
Not Found: /src/api/config.js
Not Found: /web/api/config.js
Not Found: /api/v1/finchat/open-api/auth/token
Not Found: /api/v1/account/oauth/token
Not Found: /api/v1/account/oauth/ticket
Not Found: /api/v1/tokens
Not Found: /api/login
Not Found: /api/auth
Not Found: /api/authentication
Not Found: /api/auth/v1/pin/verify
Not Found: /api/register
Not Found: /api/resetpassword
Not Found: /info.log
Not Found: /info.txt
Not Found: /member/space/company/info.txt
Not Found: /cmsmessages/information.aspx
Not Found: /cmsmessages/information.aspx.cs
Not Found: /module/info/include/mysql/phpcms_info.sql
Not Found: /phpinfo.bak
Not Found: /phpinfo.dev
Not Found: /phpinfo.test
Not Found: /phpinfo-prod
Not Found: /phpinfo-preprod
Not Found: /phpinfo.staging
Not Found: /phpinfo.stg
Not Found: /phpinfo-server
Not Found: /phpinfo-server.php
Not Found: /phpinfo.srv
Not Found: /phpinfo-api
Not Found: /phpinfoapi
Not Found: /phpinfo_details.php
Not Found: /phpinfo_details
Not Found: /phpinfomolten.php
Not Found: /phpinfodev
Not Found: /shop/phpinfo.php
Not Found: /bitrix/admin/phpinfo.php
Not Found: /mambo/administrator/phpinfo.php
Not Found: /lib/zend/tool/framework/system/provider/phpinfo.php
Not Found: /wp-content/plugins/phpinfo
Not Found: /wp-content/db.sql
Not Found: /wp-content/mysql.sql
Not Found: /wp-content/dump.sql
Not Found: /wp-content/uploads/db.sql
Not Found: /wp-content/uploads/mysql.sql
Not Found: /wp-content/backup/db.sql
Not Found: /wp-content/backups/db.sql
Not Found: /wp-content/db_backup.sql
Not Found: /wp-content/uploads/db_backup.sql
Not Found: /wp-content/backup/db_backup.sql
Not Found: /wp-content/fullbackup.sql
Not Found: /wp-content/fullwebsite.sql
Not Found: /wp-content/data.sql
Not Found: /wp-content/backup/data.sql
Not Found: /wp-content/uploads/data.sql
Not Found: /wp-content/backups/data.sql
Not Found: /wp-content/backup/database.sql
Not Found: /wp-content/backups/database.sql
Not Found: /wp-content/wordpress.sql
Not Found: /wp-content/backups/wordpress.sql
Not Found: /wp-content/dbdump.sql
Not Found: /wp-content/uploads/dbdump.sql
Not Found: /wp-content/backups/dbdump.sql
Not Found: /wp-content/backup/dbdump.sql
Not Found: /config.inc.php.bak
Not Found: /connect.php.bak
Not Found: /connection.php.bak
Not Found: /conn.php.bak
Not Found: /conn.asp.bak
Not Found: /connection.asp.bak
Not Found: /config.jsp.bak
Not Found: /config.ini.bak
Not Found: /config/config.inc.php.bak
Not Found: /config/config_ucenter.php.bak
Not Found: /config/config_global.php.bak
Not Found: /bitrix/php_interface/dbconn.php.bak
Not Found: /uc_server/data/config.inc.php.bak
Not Found: /data/config.inc.php.bak
Not Found: /var/debug.log
Not Found: /content/debug.log
Not Found: /npm-debug.log
Not Found: /yarn-debug.log
Not Found: /firebase-debug.log
Not Found: /debug.txt
Not Found: /debug.txt.gz
Not Found: /debug.tar.gz
Not Found: /debug.zip
Not Found: /debug.sql
Not Found: /debug.sql.tar.gz
Not Found: /debug.sql.zip
Not Found: /mysql_debug.sql
Not Found: /root/.aws/credentials
Not Found: /.aws/secret_access_key.txt
Not Found: /.aws/s3/config.json
Not Found: /.aws/config.yaml
Not Found: /.aws/secrets/
Not Found: /.aws/secretsmanager/
Not Found: /config.php.old
Not Found: /config.inc.php
Not Found: /config.json.bak
Not Found: /config.yml
Not Found: /config.js.bak
Not Found: /config/settings.local.yml
Not Found: /config.local
Not Found: /config.local.php_old
Not Found: /config.inc
Not Found: /config.properties
Not Found: /appsettings.json
Not Found: /connectionstrings.json
Not Found: /settings.php.bak
Not Found: /settings.php.old
Not Found: /settings.php.save
Not Found: /app/config/parameters.yml
Not Found: /composer.json
Not Found: /package.json
Not Found: /debug.xml
Not Found: /debug-output.txt
Not Found: /php.log
Not Found: /build.log
Not Found: /scripts/phpinfo.php
Not Found: /tmp/phpinfo.php
Not Found: /symfony/_profiler/phpinfo
Not Found: /webdav/phpinfo.php
Not Found: /php-information
Not Found: /tools/phpinfo.php
Not Found: /start.sh
Not Found: /run.sh
Not Found: /build.sh
Not Found: /startup.sh
Not Found: /cron.sh
Not Found: /aws-credentials.sh
Not Found: /configure.sh
Not Found: /service.pwd
Not Found: /service.grp
Not Found: /server.sh
Not Found: /configuration.php.bak
Not Found: /app/etc/local.xml.bak
Not Found: /database.sql
Not Found: /mysql.sql
Not Found: /backup.sql
Not Found: /site.sql
Not Found: /wordpress.sql
Not Found: /server-status/
Not Found: /server-info.php
Not Found: /app_dev.php/_profiler/open
Not Found: /storage/oauth-private.key
Not Found: /storage/oauth-public.key
Not Found: /storage/logs/stack.log
Not Found: /storage/debug.log
Not Found: /bootstrap/app.php
Not Found: /config/auth.php
Not Found: /config/filesystems.php
Not Found: /config/queue.php
Not Found: /config/session.php
Not Found: /config/view.php
Not Found: /config/logging.php
Not Found: /config/broadcasting.php
Not Found: /resources/views/errors/500.blade.php
Not Found: /resources/views/errors/404.blade.php
Not Found: /resources/views/welcome.blade.php
Not Found: /_debugbar/open
Not Found: /debugbar
Not Found: /xdebug.php
Not Found: /xdebug_info.php
Not Found: /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php
Not Found: /vendor/symfony/debug/debug.php
Not Found: /vendor/composer/installed.json
Not Found: /vendor/autoload.php
Not Found: /vendor/.env.example
Not Found: /artisan
Not Found: /test_socket.php
Not Found: /testdb.php
Not Found: /errors.log
Not Found: /config.old
Not Found: /export.sql
Not Found: /adminer-4.2.5-mysql-en.php
Not Found: /phpmyadmin.php
Not Found: /phpmyadmin/index.php
Not Found: /phpmyadmin/setup/index.php
Not Found: /sql.php
Not Found: /sqladmin.php
Not Found: /dbadmin.php
Not Found: /phpminiadmin.php
Not Found: /mysqladmin.php
Not Found: /backup/database.zip
Not Found: /database.zip
Not Found: /dump.tar.gz
Not Found: /data.tar.gz
Not Found: /backup.tar
Not Found: /app.tar.gz
Not Found: /database.tar.gz
Not Found: /db_backup.zip
Not Found: /database_backup.sql
Not Found: /.config/config.json
Not Found: /.docker/config.json
Not Found: /.settings.json
Not Found: /node_modules/
Not Found: /vendor/
Not Found: /tmp/
Not Found: /core/config.php
Not Found: /core/config.bak
Not Found: /api/config.json
Not Found: /wp-config-sample.php
Not Found: /wordpress/wp-config.php
Not Found: /wordpress/wp-config-sample.php
Not Found: /.DS_Store
Not Found: /.bash_history
Not Found: /.bashrc
Not Found: /id_rsa
Not Found: /id_rsa.pub
Not Found: /key.pem
Not Found: /public.key
Not Found: /ssl.key
Not Found: /cert.pem
Not Found: /selfsigned.crt
Not Found: /selfsigned.key
Not Found: /nginx.conf
Not Found: /httpd.conf
Not Found: /docker-compose.override.yml
Not Found: /Dockerfile
Not Found: /.nvmrc
Not Found: /.yarnrc
Not Found: /.rbenv-vars
Not Found: /config.ts
Not Found: /env.ts
Not Found: /settings.ini
Not Found: /web.xml
Not Found: /WEB-INF/web.xml
Not Found: /META-INF/context.xml
Not Found: /private/secret.key
Not Found: /private/secret.txt
Not Found: /secrets.txt
Not Found: /secrets.env
Not Found: /secret.env
Not Found: /api/secrets.json
Not Found: /.well-known/config.json
Not Found: /.well-known/credentials.json
Not Found: /install.php
Not Found: /setup.php
Not Found: /setup-config.php
Not Found: /configuration.bak
Not Found: /app_dev.php
Not Found: /config_dev.php
Not Found: /index-dev.php
Not Found: /index-test.php
Not Found: /test/index.php
Not Found: /dev/index.php
Not Found: /dev/config.php
Not Found: /maintenance.php
Not Found: /maintenance.html
Not Found: /under-construction.html
Not Found: /down.html
Not Found: /.maintenance
Not Found: /install/install.php
Not Found: /setup/setup.php
Not Found: /setup/index.php
Not Found: /upgrade.php
Not Found: /upgrade/index.php
Not Found: /upgrader.php
Not Found: /migrate.php
Not Found: /migration.php
Not Found: /console.php
Not Found: /scripts/install.sh
Not Found: /scripts/db.sh
Not Found: /scripts/deploy.sh
Not Found: /env.sh
Not Found: /.env.sh
Not Found: /backup.sh
Not Found: /test.sh
Not Found: /debug.sh
Not Found: /logs.sh
Not Found: /deploy.sh
Not Found: /init.sh
Not Found: /install.sh
Not Found: /uninstall.sh
Not Found: /remove.sh
Not Found: /install.sql
Not Found: /update.sql
Not Found: /delete.sql
Not Found: /sample.env
Not Found: /example.env
Not Found: /example-config.php
Not Found: /sample-config.php
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /info.php.bak
Not Found: /php-info.php
Not Found: /newinfo.php
Not Found: /siteinfo.php
Not Found: /info.php.1
Not Found: /pageinfo.php
Not Found: /info.php.back
Not Found: /phpbb/phpinfo.php
Not Found: /release_info.php
Not Found: /test/info.php
Not Found: /info
Not Found: /info.php
Not Found: /phpinfo.php3
Not Found: /phpinfo.php.txt
Not Found: /info.php.save.1
Not Found: /info.php_
Not Found: /_info.php
Not Found: /admin_phpinfo.php
Not Found: /dbinfo.php
Not Found: /admin_info.php
Not Found: /.aws/credentials
Not Found: /config.php
Not Found: /phpinfo.php
Not Found: /phpinfo.php.bak
Not Found: /pinfo.php
Not Found: /.env.bak
Not Found: /.env.backup
Not Found: /.env_sample
Not Found: /.env.old
Not Found: /.env.www
Not Found: /.env.dev
Not Found: /.env.example
Not Found: /.env_1
Not Found: /.env.stage
Not Found: /config.env
Not Found: /.pam_environment
Not Found: /.environment
Not Found: /.env.production
Not Found: /.env.production.local
Not Found: /env.js
Not Found: /.powenv
Not Found: /.rbenv-gemsets
Not Found: /.envs
Not Found: /.env.docker
Not Found: /.env.sample
Not Found: /.env_bak
Not Found: /.env.php
Not Found: /.env.development.local
Not Found: /.env-example
Not Found: /.env.prod
Not Found: /.env.docker.dev
Not Found: /.env.test
Not Found: /env
Not Found: /env.list
Not Found: /.ghc.environment
Not Found: /env.txt
Not Found: /printenv
Not Found: /.hsenv
Not Found: /environment
Not Found: /env.json
Not Found: /envrc
Not Found: /.env.dev.local
Not Found: /environment.ts
Not Found: /.env_old
Not Found: /.zshenv
Not Found: /.env.development.sample
Not Found: /.rbenv-version
Not Found: /.env-sample
Not Found: /.env.prod.local
Not Found: /.env.travis
Not Found: /.env.test.sample
Not Found: /.env.2
Not Found: /.env.local
Not Found: /.env.txt
Not Found: /.env.save
Not Found: /printenv.tmp
Not Found: /.flaskenv
Not Found: /.env.test.local
Not Found: /.jenv-version
Not Found: /.envrc
Not Found: /.env.dist
Not Found: /.env.sample.php
Not Found: /.env1
Not Found: /.venv
Not Found: /env.prod.js
Not Found: /env.test.js
Not Found: /env.bak
Not Found: /env.php
Not Found: /pms
Not Found: /.env.development
Not Found: /.env.staging
Not Found: /.env.live
Not Found: /config.json
Not Found: /api/config.php
Not Found: /config/config.php
Not Found: /app/config.php
Not Found: /backend/config.php
Not Found: /src/config.php
Not Found: /config/database.php
Not Found: /config/mail.php
Not Found: /config/app.php
Not Found: /config/services.php
Not Found: /wp-config.php
Not Found: /configuration.php
Not Found: /.aws/config
Not Found: /config/aws.json
Not Found: /config/sendgrid.json
Not Found: /config/mailgun.json
Not Found: /sendgrid.json
Not Found: /aws.json
Not Found: /api_keys.json
Not Found: /keys.json
Not Found: /secrets.json
Not Found: /config/secrets.json
Not Found: /config/config.json
Not Found: /app/config.json
Not Found: /test/phpinfo.php
Not Found: /backup/config.php
Not Found: /private/config.php
Not Found: /settings.php
Not Found: /app/settings.php
Not Found: /config/settings.php
Not Found: /database.yml
Not Found: /config/database.json
Not Found: /config/mail.json
Not Found: /config/smtp.php
Not Found: /config/database.yml
Not Found: /secrets/config.json
Not Found: /private/keys.json
Not Found: /.env_example
Not Found: /api
Not Found: /backend
Not Found: /phpinfo
Not Found: /_profiler/phpinfo
Not Found: /config/settings.ini
Not Found: /new/.env.local
Not Found: /new/.env.production
Not Found: /new/.env.staging
Not Found: /_phpinfo.php
Not Found: /_profiler/phpinfo/info.php
Not Found: /_profiler/phpinfo/phpinfo.php
Not Found: /wp-config
Not Found: /aws-secret.yaml
Not Found: /env.backup
Not Found: /xampp/phpinfo.php
Not Found: /lara/info.php
Not Found: /lara/phpinfo.php
Not Found: /laravel/info.php
Not Found: /laravel/.env.local
Not Found: /laravel/.env.production
Not Found: /laravel/.env.staging
Not Found: /laravel/core/.env.local
Not Found: /laravel/core/.env.production
Not Found: /laravel/core/.env.staging
Not Found: /bootstrap/cache/config.php
Not Found: /storage/logs/laravel.log
Not Found: /composer.lock
Not Found: /server.key
Not Found: /dump.sh
Not Found: /php5.ini
Not Found: /config.php.bak
Not Found: /src/app.js
Not Found: /server-info
Not Found: /docker.sh
Not Found: /config.php.save
Not Found: /pi.php
Not Found: /test.php
Not Found: /aws-credentials.txt
Not Found: /api/info
Not Found: /config.ini
[ERROR] [UID:1227][420935] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/wsgi.py", line 121, in __call__
    set_script_prefix(get_script_name(environ))
                      ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/wsgi.py", line 184, in get_script_name
    return script_name.decode()
           ^^^^^^^^^^^^^^^^^^^^
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc0 in position 1: invalid start byte
Not Found: /.aws/credentials.bak
Not Found: /.azure-pipelines.yml
Not Found: /.bak
Not Found: /.bitbucket-pipelines.yml
Not Found: /.boto
Not Found: /.bzr/
Not Found: /.circleci/config.yml
Not Found: /.dockerignore
Not Found: /.env-db
Not Found: /.env.back
Not Found: /.env.bkp
Not Found: /.env.credentials
Not Found: /.env.email
Not Found: /.env.hidden
Not Found: /.env.hide
Not Found: /.env.js
Not Found: /.env.key
Not Found: /.env.mail
Not Found: /.env.smtp
Not Found: /.env.swp
Not Found: /.env.testing
Not Found: /.env.uat
Not Found: /.env_aws
Not Found: /.env_backup
Not Found: /.env_copy
Not Found: /.env_private
Not Found: /.env_secret
Not Found: /.env~
Not Found: /.github/workflows/*.yml
Not Found: /.gitignore
Not Found: /.gitlab-ci.yml
Not Found: /.local
Not Found: /.next/
Not Found: /.npmrc
Not Found: /.nuxt/
Not Found: /.output/
Not Found: /.phpinfo
Not Found: /.production
Not Found: /.pypirc
Not Found: /.remote
Not Found: /.ssh/id_rsa
Not Found: /.ssh/id_rsa.pub
Not Found: /.travis.yml
Not Found: /.vite/
Not Found: /.vscode/settings.json
Not Found: /.well-known/openid-configuration
Not Found: /.well-known/security.txt
Not Found: /123.php
Not Found: /__debug__
Not Found: /__debugbar
Not Found: /_astro/[chunk-name].[hash].js
Not Found: /_dev
Not Found: /_ignition/
Not Found: /_next/static/chunks/945-34f67d7c0866cf61b970.js
Not Found: /_next/static/chunks/app/[...not-found]/page-63e952e68a371605.js/_next/static/chunks/app/%5B...not-found%5D/page-63e952e68a371605.js
Not Found: /_next/static/chunks/app/error.js
Not Found: /_next/static/chunks/app/global-error.js
Not Found: /_next/static/chunks/app/layout-a908fe02173ed4b1.js
Not Found: /_next/static/chunks/framework-[hash].js
Not Found: /_next/static/chunks/main-app-[hash].js
Not Found: /_next/static/chunks/pages/_app-a9fba37d935ce3f3.js
Not Found: /_next/static/chunks/pages/_app-d1b5411bacd03f02.js
Not Found: /_next/static/chunks/pages/_app-d25b242610000153a081.js
Not Found: /_next/static/chunks/webpack-[hash].js
Not Found: /a.php
Not Found: /actuator/
Not Found: /admin-api/
Not Found: /admin.php
Not Found: /adminer.php
Not Found: /administrator/
Not Found: /adminphp.php'
Not Found: /apache.php
Not Found: /apache/i.php
Not Found: /apache/info.php
Not Found: /apache/phpinfo.php
Not Found: /apache2.php
Not Found: /apc.php
Not Found: /api/.env.back
Not Found: /api/.env.example
Not Found: /api/.env.sample
Not Found: /api/.env.save
Not Found: /api/debug
Not Found: /api/docs/
Not Found: /api/env
Not Found: /api/info.php
Not Found: /api/internal/
Not Found: /api/keys
Not Found: /api/private/
Not Found: /api/v1/debug
Not Found: /app-7d66de919618d3830635.js
Not Found: /app.yaml
Not Found: /app/.env.example
Not Found: /app/.env.sample
Not Found: /app/.env.save
Not Found: /app/.env.back/app//.env.back
Not Found: /app/config.js
Not Found: /app/info
Not Found: /app/info.php
Not Found: /application/.env.sample
Not Found: /application/.env.save
Not Found: /asdf.php
Not Found: /assets/index-[hash].js
Not Found: /assets/index-[hash].mjs
Not Found: /assets/index-GquDNGwd.js
Not Found: /assets/js/app.f8ec9fb3.js
Not Found: /assets/js/app.js
Not Found: /assets/vendor-[hash].js
Not Found: /aws-secret.json
Not Found: /aws.yml
Not Found: /backend/.env.local
Not Found: /backend/debug
Not Found: /backup.tar.gz
Not Found: /backup.zip
Not Found: /Booking/Default.aspx
Not Found: /build.php
Not Found: /build/
Not Found: /build/_app/immutable/chunks/[chunk].[hash].js
Not Found: /build/_app/immutable/entry/app.[hash].js
Not Found: /build/entry.client-[hash].js
Not Found: /build/main.ba0c34b7.js
Not Found: /build/routes/index-[hash].js
Not Found: /cache.php
Not Found: /cgi-bin/pass.txt
Not Found: /chunk-B2FODB4I.js
Not Found: /config.js
Not Found: /config.yaml
Not Found: /config/.env.dev
Not Found: /config/.env.local
Not Found: /config/.env.production
Not Found: /config/aws.yml
Not Found: /config/cache.php
Not Found: /config/config.env
Not Found: /config/config.yml
Not Found: /config/default.json
Not Found: /config/keys.yml
Not Found: /config/production.json
Not Found: /config/secrets.yml
Not Found: /config/settings.py
Not Found: /dashboard/i.php
Not Found: /dashboard/info.php
Not Found: /dashboard/phpinfo.php
Not Found: /dashboard/test.php
Not Found: /db-admin/
Not Found: /db.php
Not Found: /db.sql
Not Found: /db_backup.sql
Not Found: /debug
Not Found: /debug.json
Not Found: /debug.log
Not Found: /debug.php
Not Found: /debug/default/view
Not Found: /debug/default/view.html
Not Found: /debug/default/view
Not Found: /dep.php
Not Found: /deploy.php
Not Found: /deployment-config.json
Not Found: /dev-api/
Not Found: /dev.php
Not Found: /dev/.env.local
Not Found: /developer.php
Not Found: /devs.php
Not Found: /devtools
Not Found: /dist/js/app.[hash].js
Not Found: /docker-compose.yml
Not Found: /dump.sql
Not Found: /env.example
Not Found: /env.save
Not Found: /env.template
Not Found: /error.log
Not Found: /firebase.json
Not Found: /frontend/web/debug/default/view
Not Found: /gcloud.json
Not Found: /gists/cache
Not Found: /gists/laravel
Not Found: /gists/pusher
Not Found: /graphiql/
Not Found: /graphql/
Not Found: /hc/restricted
Not Found: /i.php
Not Found: /in.php
Not Found: /inc.config.php
Not Found: /includes/config.php
Not Found: /index.php
Not Found: /index.php~
Not Found: /index1.php
Not Found: /inf.php
Not Found: /info1.php
Not Found: /info2.php
Not Found: /info3.php
Not Found: /info4.php
Not Found: /infophp.php
Not Found: /infos.php
Not Found: /ini.php
Not Found: /internal-api/
Not Found: /internal/
Not Found: /internal/config
Not Found: /isadmin.php
Not Found: /jo.php
Not Found: /js/app.[hash].js
Not Found: /js/app.bundle.min.js
Not Found: /js/chunk-79be581b.c4b0f5e4.js
Not Found: /js/chunk-vendors.[hash].js
Not Found: /js/chunks/[chunk-name].[hash].js
Not Found: /js/contact_me.js
Not Found: /js/vendor.[hash].js
Not Found: /l.php
Not Found: /legacy/tests/9.1.1
Not Found: /legacy/tests/9.2.0
Not Found: /lib/config.js
Not Found: /lindex.php
Not Found: /linusadmin-phpinfo.php
Not Found: /local.settings.json
Not Found: /log.txt
Not Found: /log/development.log
Not Found: /login/
Not Found: /logs/
Not Found: /logs/access.log
Not Found: /logs/app.log
Not Found: /logs/error.log
Not Found: /main-es2015.3c3aa123423ff18c0b00.js
Not Found: /main-es2018.96dcf91e05121e327dcb.js
Not Found: /main-TDTOTK7F.js
Not Found: /main-WTCAS2AO.js
Not Found: /main.0ad61943313a734cc3ac.js
Not Found: /main.2b8841d1a101dd041285.js
Not Found: /main.35a08c25eb91de70487f.js
Not Found: /main.457ddfd2b1341056.js
Not Found: /main.48f1bbcf6201c5ea.js
Not Found: /main.58a95e8d8659972f.js
Not Found: /main.702787bb88cacd05b11d.js
Not Found: /main.b610bd7c7b9b7a47.js
Not Found: /main.js
Not Found: /main.php
Not Found: /main.yml
Not Found: /Makefile
Not Found: /manifest.json
Not Found: /mysql/
Not Found: /netlify.toml
Not Found: /new.php
Not Found: /now.json
Not Found: /o.php
Not Found: /ocp.php
Not Found: /of.php
Not Found: /old/
Not Found: /old_phpinfo.php
Not Found: /old_site/
Not Found: /p.php
Not Found: /php.ini
Not Found: /php.php
Not Found: /php1.php
Not Found: /php52/phpinfo.php
Not Found: /php_info.php
Not Found: /phpcustom_info/phpinfo.php
Not Found: /phpinfo.html
Not Found: /phpinfo.php4
Not Found: /phpinfo.php5
Not Found: /phpinfo.txt
Not Found: /phpinfo/info.php
Not Found: /phpinfo/phpinfo.php
Not Found: /phpinfo1.php
Not Found: /phpinfo2.php
Not Found: /phpinfo3.php
Not Found: /phpinfo4.php
Not Found: /phpinfodev.php
Not Found: /phpinfos.php
Not Found: /phpMyAdmin/
Not Found: /phpmyadmin/
Not Found: /phpsysinfo
Not Found: /phpsysinfo.php
Not Found: /phpsysinfo/info.php
Not Found: /phpsysinfo/phpinfo.php
Not Found: /phpsysinfo/phpsysinfo.php
Not Found: /phptest.php
Not Found: /phpversion.php
Not Found: /pi.php5
Not Found: /private.key
Not Found: /Procfile
Not Found: /product/.env.staging
Not Found: /public/system
Not Found: /q.php
Not Found: /qq.php
Not Found: /rest.php
Not Found: /robots.txt
Not Found: /rollup.config.js
Not Found: /s3.js
Not Found: /sapi/debug/default/view
Not Found: /secrets.js
Not Found: /secrets.yml
Not Found: /sendgrid.env
Not Found: /server-status
Not Found: /server.log
Not Found: /server/s3.js
Not Found: /serverless.yml
Not Found: /service-worker.js
Not Found: /settings.py
Not Found: /stack.json
Not Found: /staging-api/
Not Found: /staging/
Not Found: /static/js/*.chunk.js
Not Found: /static/js/main.11bc02d8.chunk.js
Not Found: /static/js/main.1b34ee2a.js
Not Found: /static/js/main.335d17a0.js
Not Found: /static/js/main.36e5ec99.js
Not Found: /static/js/main.48389ac6.js
Not Found: /static/js/main.4aa2819f.js
Forbidden (CSRF cookie not set.): /accounts/login/
Not Found: /favicon.ico
Not Found: /apple-touch-icon-precomposed.png
Not Found: /apple-touch-icon.png
Not Found: /robots.txt
Not Found: /robots.txt
Forbidden (CSRF cookie not set.): /accounts/login/
Not Found: /apple-touch-icon-precomposed.png
Not Found: /apple-touch-icon.png
Not Found: /favicon.ico
Forbidden (CSRF cookie not set.): /accounts/login/
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /apple-touch-icon-precomposed.png
Not Found: /apple-touch-icon.png
Not Found: /favicon.ico
Not Found: /apple-touch-icon-precomposed.png
Not Found: /favicon.ico
Not Found: /apple-touch-icon.png
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /_ignition/execute-solution
Not Found: /_ignition/execute-solution
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /info.php.bak
Not Found: /php-info.php
Not Found: /newinfo.php
Not Found: /siteinfo.php
Not Found: /info.php.1
Not Found: /pageinfo.php
Not Found: /info.php.back
Not Found: /phpbb/phpinfo.php
Not Found: /release_info.php
Not Found: /test/info.php
Not Found: /info
Not Found: /info.php
Not Found: /phpinfo.php3
Not Found: /phpinfo.php.txt
Not Found: /info.php.save.1
Not Found: /info.php_
Not Found: /_info.php
Not Found: /admin_phpinfo.php
Not Found: /dbinfo.php
Not Found: /admin_info.php
Not Found: /.aws/credentials
Not Found: /config.php
Not Found: /phpinfo.php
Not Found: /phpinfo.php.bak
Not Found: /pinfo.php
Not Found: /.env.bak
Not Found: /.env.backup
Not Found: /.env_sample
Not Found: /.env.old
Not Found: /.env.www
Not Found: /.env.dev
Not Found: /.env.example
Not Found: /.env_1
Not Found: /.env.stage
Not Found: /config.env
Not Found: /.pam_environment
Not Found: /.environment
Not Found: /.env.production
Not Found: /.env.production.local
Not Found: /env.js
Not Found: /.powenv
Not Found: /.rbenv-gemsets
Not Found: /.envs
Not Found: /.env.docker
Not Found: /.env.sample
Not Found: /.env_bak
Not Found: /.env.php
Not Found: /.env.development.local
Not Found: /.env-example
Not Found: /.env.prod
Not Found: /.env.docker.dev
Not Found: /.env.test
Not Found: /env
Not Found: /env.list
Not Found: /.ghc.environment
Not Found: /env.txt
Not Found: /printenv
Not Found: /.hsenv
Not Found: /environment
Not Found: /env.json
Not Found: /envrc
Not Found: /.env.dev.local
Not Found: /environment.ts
Not Found: /.env_old
Not Found: /.zshenv
Not Found: /.env.development.sample
Not Found: /.rbenv-version
Not Found: /.env-sample
Not Found: /.env.prod.local
Not Found: /.env.travis
Not Found: /.env.test.sample
Not Found: /.env.2
Not Found: /.env.local
Not Found: /.env.txt
Not Found: /.env.save
Not Found: /printenv.tmp
Not Found: /.flaskenv
Not Found: /.env.test.local
Not Found: /.jenv-version
Not Found: /.envrc
Not Found: /.env.dist
Not Found: /.env.sample.php
Not Found: /.env1
Not Found: /.venv
Not Found: /env.prod.js
Not Found: /env.test.js
Not Found: /env.bak
Not Found: /env.php
Not Found: /pms
Not Found: /.env.development
Not Found: /.env.staging
Not Found: /.env.live
Not Found: /config.json
Not Found: /api/config.php
Not Found: /config/config.php
Not Found: /app/config.php
Not Found: /backend/config.php
Not Found: /src/config.php
Not Found: /config/database.php
Not Found: /config/mail.php
Not Found: /config/app.php
Not Found: /config/services.php
Not Found: /wp-config.php
Not Found: /configuration.php
Not Found: /.aws/config
Not Found: /config/aws.json
Not Found: /config/sendgrid.json
Not Found: /config/mailgun.json
Not Found: /sendgrid.json
Not Found: /aws.json
Not Found: /api_keys.json
Not Found: /keys.json
Not Found: /secrets.json
Not Found: /config/secrets.json
Not Found: /config/config.json
Not Found: /app/config.json
Not Found: /test/phpinfo.php
Not Found: /backup/config.php
Not Found: /private/config.php
Not Found: /settings.php
Not Found: /app/settings.php
Not Found: /config/settings.php
Not Found: /database.yml
Not Found: /config/database.json
Not Found: /config/mail.json
Not Found: /config/smtp.php
Not Found: /config/database.yml
Not Found: /secrets/config.json
Not Found: /private/keys.json
Not Found: /.env_example
Not Found: /api
Not Found: /backend
Not Found: /phpinfo
Not Found: /_profiler/phpinfo
Not Found: /config/settings.ini
Not Found: /new/.env.local
Not Found: /new/.env.production
Not Found: /new/.env.staging
Not Found: /_phpinfo.php
Not Found: /_profiler/phpinfo/info.php
Not Found: /_profiler/phpinfo/phpinfo.php
Not Found: /wp-config
Not Found: /aws-secret.yaml
Not Found: /env.backup
Not Found: /xampp/phpinfo.php
Not Found: /lara/info.php
Not Found: /lara/phpinfo.php
Not Found: /laravel/info.php
Not Found: /laravel/.env.local
Not Found: /laravel/.env.production
Not Found: /laravel/.env.staging
Not Found: /laravel/core/.env.local
Not Found: /laravel/core/.env.production
Not Found: /laravel/core/.env.staging
Not Found: /bootstrap/cache/config.php
Not Found: /storage/logs/laravel.log
Not Found: /composer.lock
Not Found: /server.key
Not Found: /dump.sh
Not Found: /php5.ini
Not Found: /config.php.bak
Not Found: /src/app.js
Not Found: /server-info
Not Found: /docker.sh
Not Found: /config.php.save
Not Found: /pi.php
Not Found: /test.php
Not Found: /aws-credentials.txt
Not Found: /api/info
Not Found: /config.ini
[ERROR] [UID:1227][1133756] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/wsgi.py", line 121, in __call__
    set_script_prefix(get_script_name(environ))
                      ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/wsgi.py", line 184, in get_script_name
    return script_name.decode()
           ^^^^^^^^^^^^^^^^^^^^
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc0 in position 1: invalid start byte
Not Found: /.aws/credentials.bak
Not Found: /.azure-pipelines.yml
Not Found: /.bak
Not Found: /.bitbucket-pipelines.yml
Not Found: /.boto
Not Found: /.bzr/
Not Found: /.circleci/config.yml
Not Found: /.dockerignore
Not Found: /.env-db
Not Found: /.env.back
Not Found: /.env.bkp
Not Found: /.env.credentials
Not Found: /.env.email
Not Found: /.env.hidden
Not Found: /.env.hide
Not Found: /.env.js
Not Found: /.env.key
Not Found: /.env.mail
Not Found: /.env.smtp
Not Found: /.env.swp
Not Found: /.env.testing
Not Found: /.env.uat
Not Found: /.env_aws
Not Found: /.env_backup
Not Found: /.env_copy
Not Found: /.env_private
Not Found: /.env_secret
Not Found: /.env~
Not Found: /.github/workflows/*.yml
Not Found: /.gitignore
Not Found: /.gitlab-ci.yml
Not Found: /.local
Not Found: /.next/
Not Found: /.npmrc
Not Found: /.nuxt/
Not Found: /.output/
Not Found: /.phpinfo
Not Found: /.production
Not Found: /.pypirc
Not Found: /.remote
Not Found: /.ssh/id_rsa
Not Found: /.ssh/id_rsa.pub
Not Found: /.travis.yml
Not Found: /.vite/
Not Found: /.vscode/settings.json
Not Found: /.well-known/openid-configuration
Not Found: /.well-known/security.txt
Not Found: /123.php
Not Found: /__debug__
Not Found: /__debugbar
Not Found: /_astro/[chunk-name].[hash].js
Not Found: /_dev
Not Found: /_ignition/
Not Found: /_next/static/chunks/945-34f67d7c0866cf61b970.js
Not Found: /_next/static/chunks/app/[...not-found]/page-63e952e68a371605.js/_next/static/chunks/app/%5B...not-found%5D/page-63e952e68a371605.js
Not Found: /_next/static/chunks/app/error.js
Not Found: /_next/static/chunks/app/global-error.js
Not Found: /_next/static/chunks/app/layout-a908fe02173ed4b1.js
Not Found: /_next/static/chunks/framework-[hash].js
Not Found: /_next/static/chunks/main-app-[hash].js
Not Found: /_next/static/chunks/pages/_app-a9fba37d935ce3f3.js
Not Found: /_next/static/chunks/pages/_app-d1b5411bacd03f02.js
Not Found: /_next/static/chunks/pages/_app-d25b242610000153a081.js
Not Found: /_next/static/chunks/webpack-[hash].js
Not Found: /a.php
Not Found: /actuator/
Not Found: /admin-api/
Not Found: /admin.php
Not Found: /adminer.php
Not Found: /administrator/
Not Found: /adminphp.php'
Not Found: /apache.php
Not Found: /apache/i.php
Not Found: /apache/info.php
Not Found: /apache/phpinfo.php
Not Found: /apache2.php
Not Found: /apc.php
Not Found: /api/.env.back
Not Found: /api/.env.example
Not Found: /api/.env.sample
Not Found: /api/.env.save
Not Found: /api/debug
Not Found: /api/docs/
Not Found: /api/env
Not Found: /api/info.php
Not Found: /api/internal/
Not Found: /api/keys
Not Found: /api/private/
Not Found: /api/v1/debug
Not Found: /app-7d66de919618d3830635.js
Not Found: /app.yaml
Not Found: /app/.env.example
Not Found: /app/.env.sample
Not Found: /app/.env.save
Not Found: /app/.env.back/app//.env.back
Not Found: /app/config.js
Not Found: /app/info
Not Found: /app/info.php
Not Found: /application/.env.sample
Not Found: /application/.env.save
Not Found: /asdf.php
Not Found: /assets/index-[hash].js
Not Found: /assets/index-[hash].mjs
Not Found: /assets/index-GquDNGwd.js
Not Found: /assets/js/app.f8ec9fb3.js
Not Found: /assets/js/app.js
Not Found: /assets/vendor-[hash].js
Not Found: /aws-secret.json
Not Found: /aws.yml
Not Found: /backend/.env.local
Not Found: /backend/debug
Not Found: /backup.tar.gz
Not Found: /backup.zip
Not Found: /Booking/Default.aspx
Not Found: /build.php
Not Found: /build/
Not Found: /build/_app/immutable/chunks/[chunk].[hash].js
Not Found: /build/_app/immutable/entry/app.[hash].js
Not Found: /build/entry.client-[hash].js
Not Found: /build/main.ba0c34b7.js
Not Found: /build/routes/index-[hash].js
Not Found: /cache.php
Not Found: /cgi-bin/pass.txt
Not Found: /chunk-B2FODB4I.js
Not Found: /config.js
Not Found: /config.yaml
Not Found: /config/.env.dev
Not Found: /config/.env.local
Not Found: /config/.env.production
Not Found: /config/aws.yml
Not Found: /config/cache.php
Not Found: /config/config.env
Not Found: /config/config.yml
Not Found: /config/default.json
Not Found: /config/keys.yml
Not Found: /config/production.json
Not Found: /config/secrets.yml
Not Found: /config/settings.py
Not Found: /dashboard/i.php
Not Found: /dashboard/info.php
Not Found: /dashboard/phpinfo.php
Not Found: /dashboard/test.php
Not Found: /db-admin/
Not Found: /db.php
Not Found: /db.sql
Not Found: /db_backup.sql
Not Found: /debug
Not Found: /debug.json
Not Found: /debug.log
Not Found: /debug.php
Not Found: /debug/default/view
Not Found: /debug/default/view.html
Not Found: /debug/default/view
Not Found: /dep.php
Not Found: /deploy.php
Not Found: /deployment-config.json
Not Found: /dev-api/
Not Found: /dev.php
Not Found: /dev/.env.local
Not Found: /developer.php
Not Found: /devs.php
Not Found: /devtools
Not Found: /dist/js/app.[hash].js
Not Found: /docker-compose.yml
Not Found: /dump.sql
Not Found: /env.example
Not Found: /env.save
Not Found: /env.template
Not Found: /error.log
Not Found: /firebase.json
Not Found: /frontend/web/debug/default/view
Not Found: /gcloud.json
Not Found: /gists/cache
Not Found: /gists/laravel
Not Found: /gists/pusher
Not Found: /graphiql/
Not Found: /graphql/
Not Found: /hc/restricted
Not Found: /i.php
Not Found: /in.php
Not Found: /inc.config.php
Not Found: /includes/config.php
Not Found: /index.php
Not Found: /index.php~
Not Found: /index1.php
Not Found: /inf.php
Not Found: /info1.php
Not Found: /info2.php
Not Found: /info3.php
Not Found: /info4.php
Not Found: /infophp.php
Not Found: /infos.php
Not Found: /ini.php
Not Found: /internal-api/
Not Found: /internal/
Not Found: /internal/config
Not Found: /isadmin.php
Not Found: /jo.php
Not Found: /js/app.[hash].js
Not Found: /js/app.bundle.min.js
Not Found: /js/chunk-79be581b.c4b0f5e4.js
Not Found: /js/chunk-vendors.[hash].js
Not Found: /js/chunks/[chunk-name].[hash].js
Not Found: /js/contact_me.js
Not Found: /js/vendor.[hash].js
Not Found: /l.php
Not Found: /legacy/tests/9.1.1
Not Found: /legacy/tests/9.2.0
Not Found: /lib/config.js
Not Found: /lindex.php
Not Found: /linusadmin-phpinfo.php
Not Found: /local.settings.json
Not Found: /log.txt
Not Found: /log/development.log
Not Found: /login/
Not Found: /logs/
Not Found: /logs/access.log
Not Found: /logs/app.log
Not Found: /logs/error.log
Not Found: /main-es2015.3c3aa123423ff18c0b00.js
Not Found: /main-es2018.96dcf91e05121e327dcb.js
Not Found: /main-TDTOTK7F.js
Not Found: /main-WTCAS2AO.js
Not Found: /main.0ad61943313a734cc3ac.js
Not Found: /main.2b8841d1a101dd041285.js
Not Found: /main.35a08c25eb91de70487f.js
Not Found: /main.457ddfd2b1341056.js
Not Found: /main.48f1bbcf6201c5ea.js
Not Found: /main.58a95e8d8659972f.js
Not Found: /main.702787bb88cacd05b11d.js
Not Found: /main.b610bd7c7b9b7a47.js
Not Found: /main.js
Not Found: /main.php
Not Found: /main.yml
Not Found: /Makefile
Not Found: /manifest.json
Not Found: /mysql/
Not Found: /netlify.toml
Not Found: /new.php
Not Found: /now.json
Not Found: /o.php
Not Found: /ocp.php
Not Found: /of.php
Not Found: /old/
Not Found: /old_phpinfo.php
Not Found: /old_site/
Not Found: /p.php
Not Found: /php.ini
Not Found: /php.php
Not Found: /php1.php
Not Found: /php52/phpinfo.php
Not Found: /php_info.php
Not Found: /phpcustom_info/phpinfo.php
Not Found: /phpinfo.html
Not Found: /phpinfo.php4
Not Found: /phpinfo.php5
Not Found: /phpinfo.txt
Not Found: /phpinfo/info.php
Not Found: /phpinfo/phpinfo.php
Not Found: /phpinfo1.php
Not Found: /phpinfo2.php
Not Found: /phpinfo3.php
Not Found: /phpinfo4.php
Not Found: /phpinfodev.php
Not Found: /phpinfos.php
Not Found: /phpMyAdmin/
Not Found: /phpmyadmin/
Not Found: /phpsysinfo
Not Found: /phpsysinfo.php
Not Found: /phpsysinfo/info.php
Not Found: /phpsysinfo/phpinfo.php
Not Found: /phpsysinfo/phpsysinfo.php
Not Found: /phptest.php
Not Found: /phpversion.php
Not Found: /pi.php5
Not Found: /private.key
Not Found: /Procfile
Not Found: /product/.env.staging
Not Found: /public/system
Not Found: /q.php
Not Found: /qq.php
Not Found: /rest.php
Not Found: /robots.txt
Not Found: /rollup.config.js
Not Found: /s3.js
Not Found: /sapi/debug/default/view
Not Found: /secrets.js
Not Found: /secrets.yml
Not Found: /sendgrid.env
Not Found: /server-status
Not Found: /server.log
Not Found: /server/s3.js
Not Found: /serverless.yml
Not Found: /service-worker.js
Not Found: /settings.py
Not Found: /stack.json
Not Found: /staging-api/
Not Found: /staging/
Not Found: /static/js/*.chunk.js
Not Found: /static/js/main.11bc02d8.chunk.js
Not Found: /static/js/main.1b34ee2a.js
Not Found: /static/js/main.335d17a0.js
Not Found: /static/js/main.36e5ec99.js
Not Found: /static/js/main.48389ac6.js
Not Found: /static/js/main.4aa2819f.js
Not Found: /static/js/main.602cea98.chunk.js
Not Found: /static/js/main.87c766e3.js
Not Found: /static/js/main.89c971fa.js
Not Found: /static/js/main.8c18b542.js
Not Found: /static/js/main.bfa51071.js
Not Found: /static/js/main.ef8ecb99.chunk.js
Not Found: /storage/.env.local
Not Found: /storage/debugbar/*.json
Not Found: /swagger/
Not Found: /system/config
Not Found: /system/phpinfo.php
Not Found: /temp.php
Not Found: /test
Not Found: /test-api/
Not Found: /test/
Not Found: /test0.php
Not Found: /test1
Not Found: /test1.php
Not Found: /test123.php
Not Found: /test2.php
Not Found: /test3.php
Not Found: /test4.php
Not Found: /test5.php
Not Found: /test6.php
Not Found: /test7.php
Not Found: /test8.php
Not Found: /test9.php
Not Found: /test_info.php
Not Found: /test_info1.php
Not Found: /test_info2.php
Not Found: /test_info3.php
Not Found: /test_info4.php
Not Found: /test_info5.php
Not Found: /test_phpinfo.php
Not Found: /test_phpinfo1.php
Not Found: /test_phpinfo2.php
Not Found: /test_phpinfo3.php
Not Found: /test_phpinfo4.php
Not Found: /test_phpinfo5.php
Not Found: /tester.php
Not Found: /testing.php
Not Found: /testing/
Not Found: /time.php
Not Found: /tmp/logs
Not Found: /token.php
Not Found: /tool/view/phpinfo.view.php
Not Found: /tz.php
Not Found: /u.php
Not Found: /up.php
Not Found: /user/.env.staging
Not Found: /user/login
Not Found: /v1/admin/
Not Found: /v1/debug/
Not Found: /v1/private/
Not Found: /vendors~main.f286c0f60bdc707d91a8.bundle.js
Not Found: /vercel.json
Not Found: /vite.config.ts
Not Found: /w.php
Not Found: /web.config
Not Found: /web.php
Not Found: /web/debug/default/view
Not Found: /webpack-stats.json
Not Found: /webpack.config.js
Not Found: /wp-config.php-backup
Not Found: /wp-login.php
Not Found: /wp.php
Not Found: /wpp-config.php~
Not Found: /x.php
Not Found: /yarn.lock
Not Found: /.env.sendgrid
Not Found: /sendgrid_keys.json
Not Found: /sendgrid_keys.js
Not Found: /private/sendgrid_keys.json
Not Found: /config/private/sendgrid_keys.json
Not Found: /backup/sendgrid_keys.json
Not Found: /secrets/sendgrid_keys.json
Not Found: /wp-content/uploads/sendgrid_keys.json
Not Found: /wp-content/plugins/wp-mail-smtp/sendgrid_keys.json
Not Found: /wp-content/plugins/sendgrid_keys.json
Not Found: /modules/contrib/sendgrid_mail/sendgrid_mail.module
Not Found: /modules/contrib/sendgrid_mail/sendgrid_mail.settings.php
Not Found: /modules/contrib/sendgrid_mail/sendgrid_mail.services.yml
Not Found: /modules/contrib/sendgrid_mail/translations/sendgrid_mail.fr.po
Not Found: /wp-content/themes/sendgrid_keys.json
Not Found: /wp-content/uploads/wp-mail-smtp/sendgrid_keys.json
Not Found: /wp-content/backup/sendgrid_keys.json
Not Found: /wp-includes/sendgrid_keys.json
Not Found: /wp-content/sendgrid_keys.json
Not Found: /wp-admin/sendgrid_keys.json
Not Found: /sendgrid_keys
Not Found: /.sendgrid/credentials
Not Found: /.sendgrid/config
Not Found: /config/sendgrid_keys.json
Not Found: /config/sendgrid_config.json
Not Found: /private/sendgrid_keys
Not Found: /private/sendgrid_config
Not Found: /backup/sendgrid_keys
Not Found: /backup/sendgrid_config
Not Found: /secrets/sendgrid_keys
Not Found: /secrets/sendgrid_config
Not Found: /config/sendgrid.py
Not Found: /settings/sendgrid_keys
Not Found: /settings/sendgrid_config
Not Found: /config/settings/sendgrid_keys.json
Not Found: /config/settings/sendgrid_config.json
Not Found: /config/env/sendgrid.env
Not Found: /config/env/sendgrid_keys.env
Not Found: /instance/sendgrid_keys.py
Not Found: /sendgrid_keys.txt
Not Found: /sendgrid_keys.py
Not Found: /keys/sendgrid_keys.json
Not Found: /api_keys/sendgrid_keys.json
Not Found: /config/packages/sendgrid.yaml
Not Found: /config/secrets/prod/sendgrid_keys.json
Not Found: /config/secrets/dev/sendgrid_keys.json
Not Found: /config/sendgrid.php
Not Found: /storage/sendgrid.json
Not Found: /backup/sendgrid.json
Not Found: /secrets/sendgrid.json
Not Found: /config/sendgrid.js
Not Found: /private/sendgrid.json
Not Found: /phpinfo.phtml
[ERROR] [UID:1227][1133756] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/wsgi.py", line 121, in __call__
    set_script_prefix(get_script_name(environ))
                      ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/wsgi.py", line 184, in get_script_name
    return script_name.decode()
           ^^^^^^^^^^^^^^^^^^^^
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc0 in position 1: invalid start byte
Not Found: /configs/application.ini
Not Found: /_profiler/empty/search/results
Not Found: /api/v1
Not Found: /api/service
Not Found: /api/system/info
Not Found: /api/gateway
Not Found: /api/command
Not Found: /api/admin/user
Not Found: /api/admin/user/password
Not Found: /api/admin/user/status
Not Found: /api/admin/auth
Not Found: /api/admin/role
Not Found: /api/admin/role/id
Not Found: /api/admin
Not Found: /api/v1/sms-sender
Not Found: /api/v1/finchat/contact/manager
Not Found: /api/v1/finchat/privilege-api/forwarder
Not Found: /api/v1/finchat/privilege-api/forwarder/event
Not Found: /api/v1/finchat/open-api
Not Found: /api/upload
Not Found: /api/savefile
Not Found: /api/v1/files
Not Found: /api/files.remote.share
Not Found: /api/v1/netdisk/download
Not Found: /app/api/bzycs.php
Not Found: /src/api/config.js
Not Found: /web/api/config.js
Not Found: /api/v1/finchat/open-api/auth/token
Not Found: /api/v1/account/oauth/token
Not Found: /api/v1/account/oauth/ticket
Not Found: /api/v1/tokens
Not Found: /api/login
Not Found: /api/auth
Not Found: /api/authentication
Not Found: /api/auth/v1/pin/verify
Not Found: /api/register
Not Found: /api/resetpassword
Not Found: /info.log
Not Found: /info.txt
Not Found: /member/space/company/info.txt
Not Found: /cmsmessages/information.aspx
Not Found: /cmsmessages/information.aspx.cs
Not Found: /module/info/include/mysql/phpcms_info.sql
Not Found: /phpinfo.bak
Not Found: /phpinfo.dev
Not Found: /phpinfo.test
Not Found: /phpinfo-prod
Not Found: /phpinfo-preprod
Not Found: /phpinfo.staging
Not Found: /phpinfo.stg
Not Found: /phpinfo-server
Not Found: /phpinfo-server.php
Not Found: /phpinfo.srv
Not Found: /phpinfo-api
Not Found: /phpinfoapi
Not Found: /phpinfo_details.php
Not Found: /phpinfo_details
Not Found: /phpinfomolten.php
Not Found: /phpinfodev
Not Found: /shop/phpinfo.php
Not Found: /bitrix/admin/phpinfo.php
Not Found: /mambo/administrator/phpinfo.php
Not Found: /lib/zend/tool/framework/system/provider/phpinfo.php
Not Found: /wp-content/plugins/phpinfo
Not Found: /wp-content/db.sql
Not Found: /wp-content/mysql.sql
Not Found: /wp-content/dump.sql
Not Found: /wp-content/uploads/db.sql
Not Found: /wp-content/uploads/mysql.sql
Not Found: /wp-content/backup/db.sql
Not Found: /wp-content/backups/db.sql
Not Found: /wp-content/db_backup.sql
Not Found: /wp-content/uploads/db_backup.sql
Not Found: /wp-content/backup/db_backup.sql
Not Found: /wp-content/fullbackup.sql
Not Found: /wp-content/fullwebsite.sql
Not Found: /wp-content/data.sql
Not Found: /wp-content/backup/data.sql
Not Found: /wp-content/uploads/data.sql
Not Found: /wp-content/backups/data.sql
Not Found: /wp-content/backup/database.sql
Not Found: /wp-content/backups/database.sql
Not Found: /wp-content/wordpress.sql
Not Found: /wp-content/backups/wordpress.sql
Not Found: /wp-content/dbdump.sql
Not Found: /wp-content/uploads/dbdump.sql
Not Found: /wp-content/backups/dbdump.sql
Not Found: /wp-content/backup/dbdump.sql
Not Found: /config.inc.php.bak
Not Found: /connect.php.bak
Not Found: /connection.php.bak
Not Found: /conn.php.bak
Not Found: /conn.asp.bak
Not Found: /connection.asp.bak
Not Found: /config.jsp.bak
Not Found: /config.ini.bak
Not Found: /config/config.inc.php.bak
Not Found: /config/config_ucenter.php.bak
Not Found: /config/config_global.php.bak
Not Found: /bitrix/php_interface/dbconn.php.bak
Not Found: /uc_server/data/config.inc.php.bak
Not Found: /data/config.inc.php.bak
Not Found: /var/debug.log
Not Found: /content/debug.log
Not Found: /npm-debug.log
Not Found: /yarn-debug.log
Not Found: /firebase-debug.log
Not Found: /debug.txt
Not Found: /debug.txt.gz
Not Found: /debug.tar.gz
Not Found: /debug.zip
Not Found: /debug.sql
Not Found: /debug.sql.tar.gz
Not Found: /debug.sql.zip
Not Found: /mysql_debug.sql
Not Found: /root/.aws/credentials
Not Found: /.aws/secret_access_key.txt
Not Found: /.aws/s3/config.json
Not Found: /.aws/config.yaml
Not Found: /.aws/secrets/
Not Found: /.aws/secretsmanager/
Not Found: /config.php.old
Not Found: /config.inc.php
Not Found: /config.json.bak
Not Found: /config.yml
Not Found: /config.js.bak
Not Found: /config/settings.local.yml
Not Found: /config.local
Not Found: /config.local.php_old
Not Found: /config.inc
Not Found: /config.properties
Not Found: /appsettings.json
Not Found: /connectionstrings.json
Not Found: /settings.php.bak
Not Found: /settings.php.old
Not Found: /settings.php.save
Not Found: /app/config/parameters.yml
Not Found: /composer.json
Not Found: /package.json
Not Found: /debug.xml
Not Found: /debug-output.txt
Not Found: /php.log
Not Found: /build.log
Not Found: /scripts/phpinfo.php
Not Found: /tmp/phpinfo.php
Not Found: /symfony/_profiler/phpinfo
Not Found: /webdav/phpinfo.php
Not Found: /php-information
Not Found: /tools/phpinfo.php
Not Found: /start.sh
Not Found: /run.sh
Not Found: /build.sh
Not Found: /startup.sh
Not Found: /cron.sh
Not Found: /aws-credentials.sh
Not Found: /configure.sh
Not Found: /service.pwd
Not Found: /service.grp
Not Found: /server.sh
Not Found: /configuration.php.bak
Not Found: /app/etc/local.xml.bak
Not Found: /database.sql
Not Found: /mysql.sql
Not Found: /backup.sql
Not Found: /site.sql
Not Found: /wordpress.sql
Not Found: /server-status/
Not Found: /server-info.php
Not Found: /app_dev.php/_profiler/open
Not Found: /storage/oauth-private.key
Not Found: /storage/oauth-public.key
Not Found: /storage/logs/stack.log
Not Found: /storage/debug.log
Not Found: /bootstrap/app.php
Not Found: /config/auth.php
Not Found: /config/filesystems.php
Not Found: /config/queue.php
Not Found: /config/session.php
Not Found: /config/view.php
Not Found: /config/logging.php
Not Found: /config/broadcasting.php
Not Found: /resources/views/errors/500.blade.php
Not Found: /resources/views/errors/404.blade.php
Not Found: /resources/views/welcome.blade.php
Not Found: /_debugbar/open
Not Found: /debugbar
Not Found: /xdebug.php
Not Found: /xdebug_info.php
Not Found: /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php
Not Found: /vendor/symfony/debug/debug.php
Not Found: /vendor/composer/installed.json
Not Found: /vendor/autoload.php
Not Found: /vendor/.env.example
Not Found: /artisan
Not Found: /test_socket.php
Not Found: /testdb.php
Not Found: /errors.log
Not Found: /config.old
Not Found: /export.sql
Not Found: /adminer-4.2.5-mysql-en.php
Not Found: /phpmyadmin.php
Not Found: /phpmyadmin/index.php
Not Found: /phpmyadmin/setup/index.php
Not Found: /sql.php
Not Found: /sqladmin.php
Not Found: /dbadmin.php
Not Found: /phpminiadmin.php
Not Found: /mysqladmin.php
Not Found: /backup/database.zip
Not Found: /database.zip
Not Found: /dump.tar.gz
Not Found: /data.tar.gz
Not Found: /backup.tar
Not Found: /app.tar.gz
Not Found: /database.tar.gz
Not Found: /db_backup.zip
Not Found: /database_backup.sql
Not Found: /.config/config.json
Not Found: /.docker/config.json
Not Found: /.settings.json
Not Found: /node_modules/
Not Found: /vendor/
Not Found: /tmp/
Not Found: /core/config.php
Not Found: /core/config.bak
Not Found: /api/config.json
Not Found: /wp-config-sample.php
Not Found: /wordpress/wp-config.php
Not Found: /wordpress/wp-config-sample.php
Not Found: /.DS_Store
Not Found: /.bash_history
Not Found: /.bashrc
Not Found: /id_rsa
Not Found: /id_rsa.pub
Not Found: /key.pem
Not Found: /public.key
Not Found: /ssl.key
Not Found: /cert.pem
Not Found: /selfsigned.crt
Not Found: /selfsigned.key
Not Found: /nginx.conf
Not Found: /httpd.conf
Not Found: /docker-compose.override.yml
Not Found: /Dockerfile
Not Found: /.nvmrc
Not Found: /.yarnrc
Not Found: /.rbenv-vars
Not Found: /config.ts
Not Found: /env.ts
Not Found: /settings.ini
Not Found: /web.xml
Not Found: /WEB-INF/web.xml
Not Found: /META-INF/context.xml
Not Found: /private/secret.key
Not Found: /private/secret.txt
Not Found: /secrets.txt
Not Found: /secrets.env
Not Found: /secret.env
Not Found: /api/secrets.json
Not Found: /.well-known/config.json
Not Found: /.well-known/credentials.json
Not Found: /install.php
Not Found: /setup.php
Not Found: /setup-config.php
Not Found: /configuration.bak
Not Found: /app_dev.php
Not Found: /config_dev.php
Not Found: /index-dev.php
Not Found: /index-test.php
Not Found: /test/index.php
Not Found: /dev/index.php
Not Found: /dev/config.php
Not Found: /maintenance.php
Not Found: /maintenance.html
Not Found: /under-construction.html
Not Found: /down.html
Not Found: /.maintenance
Not Found: /install/install.php
Not Found: /setup/setup.php
Not Found: /setup/index.php
Not Found: /upgrade.php
Not Found: /upgrade/index.php
Not Found: /upgrader.php
Not Found: /migrate.php
Not Found: /migration.php
Not Found: /console.php
Not Found: /scripts/install.sh
Not Found: /scripts/db.sh
Not Found: /scripts/deploy.sh
Not Found: /env.sh
Not Found: /.env.sh
Not Found: /backup.sh
Not Found: /test.sh
Not Found: /debug.sh
Not Found: /logs.sh
Not Found: /deploy.sh
Not Found: /init.sh
Not Found: /install.sh
Not Found: /uninstall.sh
Not Found: /remove.sh
Not Found: /install.sql
Not Found: /update.sql
Not Found: /delete.sql
Not Found: /sample.env
Not Found: /example.env
Not Found: /example-config.php
Not Found: /sample-config.php
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /ms-edit.php
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /ms-edit.php
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /166.php
Not Found: /2026.php
Not Found: /muzu.php
Not Found: /reze.php
Not Found: /jsond.php
Not Found: /x7.php
Not Found: /bgymj.php
Not Found: /lala.php//lala.php
Not Found: /8xyz.php
Not Found: /wsd.php
Not Found: /Update/f35.php
Not Found: /la.php
Not Found: /Wp-good.php
Not Found: /tphp.php
Not Found: /a1.php
Not Found: /nyan.php
Not Found: /autoload_classmap.php//autoload_classmap.php
Not Found: /alfa.php//alfa.php
Not Found: /wp-includes/assets/index.php//wp-includes/assets/index.php
Not Found: /luxe.php
Not Found: /update/wpupex.php/
Not Found: /rezor.php
Not Found: /doc.php//doc.php
Not Found: /wp-admin/user/index.php//wp-admin/user/index.php
Not Found: /wp-includes/css/about.php//wp-includes/css/about.php
Not Found: /install.php//install.php
Not Found: /~norapump/hah.php
Not Found: /sto.php
Not Found: /x.php//x.php
Not Found: /test.php//test.php
Not Found: /wp-includes/blocks/
Not Found: /n3.php
Not Found: /wp-admin/install.php
Not Found: /o.php
Not Found: /wp-includes/ID3/index.php//wp-includes/ID3/index.php
Not Found: /class-t.api.php
Not Found: /.trash7309/f/
Not Found: /wp.php//wp.php
Not Found: /wp-includes/customize/index.php//wp-includes/customize/index.php
Not Found: /h.php//h.php
Not Found: /skin/install/default/security.php//skin/install/default/security.php
Not Found: /wrt.php
Not Found: /wp-content/plugins/Core-EconX/up.php//wp-content/plugins/Core-EconX/up.php
Not Found: /wp-includes/css/
Not Found: /png.php
Not Found: /wp-includes/ID3/index.php//wp-includes/ID3/index.php
Not Found: /zwso.php//zwso.php
Not Found: /wp-content/languages/index.php//wp-content/languages/index.php
Not Found: /wp-content//wp-content/
Not Found: /wp/wp-includes/index.php/wp/wp-includes//index.php
Not Found: /ton.php
Not Found: /images/fk2e3/
Not Found: /a2.php
Not Found: /shell.php
Not Found: /wp-includes/IXR/moon.php
Not Found: /sxo.php
Not Found: /wp-admin/
Not Found: /wp-content//wp-content/
Not Found: /mans.php
Not Found: /dropdown.php//dropdown.php
Not Found: /WordPress/x/
Not Found: /ze.php
Not Found: /geck.php//geck.php
Not Found: /menu.php
Not Found: /admin/function.php//admin/function.php
Not Found: /index/function.php//index/function.php
Not Found: /flower.php
Not Found: /ftp.php
Not Found: /mds.php
Not Found: /ahax.php
Not Found: /wp-admin/class-db.php//wp-admin/class-db.php
Not Found: /cool.php
Not Found: /gm.php
Not Found: /simple.php//simple.php
Not Found: /elp.php//elp.php
Not Found: /bolt.php
Not Found: /wp-content/uploads/index.php//wp-content/uploads/index.php
Not Found: /inputs.php//inputs.php
Not Found: /.trash7309/fafa/
Not Found: /system.php
Not Found: /wp-admin/maint/
Not Found: /wp-admin/network/
Not Found: /museu/yhweq.php
Not Found: /an.php
Not Found: /w.php//w.php
Not Found: /gmo.php
Not Found: /gib.php
Not Found: /wp-miiss.php.php
Not Found: /ho/wpup.php
Not Found: /moon.php//moon.php
Not Found: /filesss.php
Not Found: /hey.php
Not Found: /1337.php//1337.php
Not Found: /buy.php//buy.php
Not Found: /apsarasarts/okk.php
Not Found: /m.php
Not Found: /wp-is.php
Not Found: /jmfi2.php
Not Found: /about/function.php//about/function.php
Not Found: /bnn_.php
Not Found: /wp-content/json.php//wp-content/json.php
Not Found: /hzz.php
Not Found: /shell20211028.php//shell20211028.php
Not Found: /content.php//content.php
Not Found: /wp-content/
Not Found: /ps.php
Not Found: /wp-content/themes/about.php//wp-content/themes/about.php
Not Found: /.trash7309/dd/
Not Found: /cache.php
Not Found: /ss.php
Not Found: /p.php
Not Found: /wp-content/plugins/achdxhv/languages/admin.php//wp-content/plugins/achdxhv/languages/admin.php
Not Found: /user.php//user.php
Not Found: /wp-includes/block-patterns/
Not Found: /index/function.php//index/function.php
Not Found: /wp.php
Not Found: /rip.php
Not Found: /wp4.php
Not Found: /403.php//403.php
Not Found: /asd67.php
Not Found: /sad/about.php//sad/about.php
Not Found: /oivcl.php
Not Found: /about.php//about.php
Not Found: /wp-content/themes/deeto/login.php//wp-content/themes/deeto/login.php
Not Found: /v2.php
Not Found: /wp-content/themes/hideo/network.php//wp-content/themes/hideo/network.php
Not Found: /x/
Not Found: /.cache/x.php//.cache/x.php
Not Found: /dr.php
Not Found: /raw.php
Not Found: /wp-includes/css/about.php//wp-includes/css/about.php
Not Found: /wp-content/index.php//wp-content/index.php
Not Found: /ioxi-o2.php
Not Found: /dropdown.php
Not Found: /dlu.php
Not Found: /wp-content/about.php//wp-content/about.php
Not Found: /db.php
Not Found: /packed.php
Not Found: /wp-configs.php
Not Found: /404.php//404.php
Not Found: /des.php
Not Found: /.well-known/content.php
Not Found: /lufix.php//lufix.php
Not Found: /.well-known/traffic-advice
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /bgymj.php
Not Found: /ws38.php
Not Found: /bnn_.php
Not Found: /app.php
Not Found: /166.php
Not Found: /reze.php
Not Found: /lib.php
Not Found: /wwx.php
Not Found: /classwithtostring.php
Not Found: /uploaxa1.php
Not Found: /rzzaq.php
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Forbidden (CSRF token from POST incorrect.): /admin/login/
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /bgymj.php
Not Found: /ws38.php
Not Found: /bnn_.php
Not Found: /app.php
Not Found: /166.php
Not Found: /reze.php
Not Found: /lib.php
Not Found: /wwx.php
Not Found: /classwithtostring.php
Not Found: /uploaxa1.php
Not Found: /rzzaq.php
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /blog-verify
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /dist/js/bootstrap.bundle.min.js
Not Found: /ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js//ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js
Not Found: /cdn.js//cdn.js
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /grsiuk.php
Not Found: /fs.php
Not Found: /;k.php
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /images/images/cache.php
Not Found: /.well-known/assetlinks.json
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /grsiuk.php
Not Found: /fs.php
Not Found: /;k.php
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /grsiuk.php
Not Found: /fs.php
Not Found: /;k.php
Not Found: /robots.txt
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /new4.php
Not Found: /nw.php
Not Found: /nnyvn.php
Not Found: /cu.php
Not Found: /lul.php
Not Found: /0.php
Not Found: /lp5.php
Not Found: /ee8.php
Not Found: /V2_xml.php
Not Found: /ya.php
Not Found: /xmff.php
Not Found: /wp-blog.php
Not Found: /ftem.php
Not Found: /Ova-Simple.php
Not Found: /wp-access.php
Not Found: /a1vx.php
Not Found: /sbhu.php
Not Found: /wp-the.php
Not Found: /06.php
Not Found: /wp5.php
Not Found: /te.php
Not Found: /fot.php
Not Found: /x--krood.php
Not Found: /ff1.php
Not Found: /forbidals.php
Not Found: /vdb.php
Not Found: /erty.php//erty.php
Not Found: /dev1s.php
Not Found: /ffd.php
Not Found: /admiin.php
Not Found: /ol.php
Not Found: /jmfi2.php
Not Found: /ez.php
Not Found: /Sanskrit.php
Not Found: /vxrl.php
Not Found: /re.php
Not Found: /cfile.php
Not Found: /num.php
Not Found: /axx.php
Not Found: /vxrl.php
Not Found: /in.php
Not Found: /style.php
Not Found: /we.php
Not Found: /zwso.php
Not Found: /karak.php
Not Found: /trd.php
Not Found: /past.php
Not Found: /prv8.php
Not Found: /i.php
Not Found: /xmlrpc.php
Not Found: /aw.php
Not Found: /dev.php
Not Found: /lock360.php
Not Found: /155.php
Not Found: /goat.php
Not Found: /tcp.php
Not Found: /ext.php
Not Found: /199.php
Not Found: /inputs.php
Not Found: /ioxi.php
Not Found: /fe5.php
Not Found: /ov.php
Not Found: /file2.php
Not Found: /wp-content/plugins/index.php
Not Found: /default.php
Not Found: /goods.php
Not Found: /abcd.php
Not Found: /ioxi2.php
Not Found: /nope.php
Not Found: /class.1.php
Not Found: /file5.php
Not Found: /async.php
Not Found: /file17.php
Not Found: /ff.php
Not Found: /ioxi-o.php
Not Found: /png.php
Not Found: /v2.php
Not Found: /pp.php
Not Found: /manager.php
Not Found: /188.php
Not Found: /wp-update.php
Not Found: /file.php
Not Found: /wp-includes/certificates/plugins.php
Not Found: /111.php
Not Found: /lc.php
Not Found: /hexx.php
Not Found: /cbrfo.php
Not Found: /inc.php
Not Found: /jquery.php
Not Found: /gifclass.php
Not Found: /miansha.php
Not Found: /tinyfilemanager.php
Not Found: /xfile25.php//xfile25.php
Not Found: /122.php
Not Found: /ok.php
Not Found: /fi.php
Not Found: /muzu.php
Not Found: /reze.php
Not Found: /styll.php
Not Found: /x7.php
Not Found: /thebe.php
Not Found: /ddd.php
Not Found: /ccs.php
Not Found: /f355.php
Not Found: /bgymj.php
Not Found: /8xyz.php
Not Found: /la.php
Not Found: /ioxi.php
Not Found: /xpwer1.php
Not Found: /lala.php//lala.php
Not Found: /about.php//about.php
Not Found: /wp-admin/images/commentv.php
Not Found: /cgi-bin/index.php//cgi-bin/index.php
Not Found: /wp-admin/images/wp-conflg.php//wp-admin/images/wp-conflg.php
Not Found: /wp-admin/images/wp-conflg.php
Not Found: /info.php
Not Found: /about.php
Not Found: /x/
Not Found: /144.php
Not Found: /222.php
Not Found: /wp-includes/blocks/code/
Not Found: /adminfuns.php//adminfuns.php
Not Found: /wp-includes/PHPMailer/
Not Found: /xx.php
Not Found: /wp-admin/js/wp-conflg.php
Not Found: /f5.php
Not Found: /flower.php
Not Found: /f6.php//f6.php
Not Found: /edit.php//edit.php
Not Found: /aa.php//aa.php
Not Found: /wp-includes/js/dist//wp-includes/js/dist/
Not Found: /wp-includes/SimplePie/
Not Found: /av.php//av.php
Not Found: /wp-includes/Text/Diff/Engine/about.php
Not Found: /wsd.php
Not Found: /jane.php
Not Found: /css.php
Not Found: /alfa.php
Not Found: /wen.php
Not Found: /x.php
Not Found: /xxxx.php
Not Found: /class.php//class.php
Not Found: /f35.php
Not Found: /wp-admin/about.php
Not Found: /update/f35.php
Not Found: /wp-content/themes/about.php
Not Found: /class-t.api.php
Not Found: /blurbs18.php
Not Found: /.well-known/gecko-litespeed.php
Not Found: /wp-admin/maint/about.php
Not Found: /wp-content/admin.php
Not Found: /wp-admin/setup-config.php
Not Found: /wp-includes/ID3/about.php
Not Found: /.well-known/admin.php
Not Found: /bless11.php
Not Found: /init.php
Not Found: /k.php
Not Found: /bless.php
Not Found: /X7x.php
Not Found: /166.php
Not Found: /plss3.php
Not Found: /wp-admin/user/about.php
Not Found: /177.php
Not Found: /admins.php
Not Found: /wp.php
Not Found: /main.php
Not Found: /a1.php
Not Found: /lala.php
Not Found: /aaa.php
Not Found: /a2.php
Not Found: /wp-includes/assets/index.php
Not Found: /nyan.php
Not Found: /jsond.php
Not Found: /robots.txt
Not Found: /sitemap.xml
Not Found: /wp-login.php
Not Found: /wp-login.php
Not Found: /wp-admin/
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /166.php
Not Found: /reze.php
Not Found: /lib.php
Not Found: /x.php
Not Found: /k.php
Not Found: /jga.php
Not Found: /past1.php
Not Found: /8xyz.php
Not Found: /ol.php
Not Found: /bk.php
Not Found: /vx.php
Not Found: /sx.php
Not Found: /blog-verify
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /ak.php
Not Found: /robots.txt
Not Found: /robots.txt
[UID:1227][1721102] Child process with pid: 1721310 was killed by signal: 15, core dumped: no
Not Found: /.well-known/traffic-advice
Not Found: /wp-includes/ID3/license.txt//wp-includes/ID3/license.txt
Not Found: /feed//feed/
Not Found: /xmlrpc.php//xmlrpc.php
Not Found: /blog/wp-includes/wlwmanifest.xml//blog/wp-includes/wlwmanifest.xml
Not Found: /web/wp-includes/wlwmanifest.xml//web/wp-includes/wlwmanifest.xml
Not Found: /wordpress/wp-includes/wlwmanifest.xml//wordpress/wp-includes/wlwmanifest.xml
Not Found: /wp/wp-includes/wlwmanifest.xml//wp/wp-includes/wlwmanifest.xml
Not Found: /2020/wp-includes/wlwmanifest.xml//2020/wp-includes/wlwmanifest.xml
Not Found: /2019/wp-includes/wlwmanifest.xml//2019/wp-includes/wlwmanifest.xml
Not Found: /2021/wp-includes/wlwmanifest.xml//2021/wp-includes/wlwmanifest.xml
Not Found: /shop/wp-includes/wlwmanifest.xml//shop/wp-includes/wlwmanifest.xml
Not Found: /wp1/wp-includes/wlwmanifest.xml//wp1/wp-includes/wlwmanifest.xml
Not Found: /test/wp-includes/wlwmanifest.xml//test/wp-includes/wlwmanifest.xml
Not Found: /site/wp-includes/wlwmanifest.xml//site/wp-includes/wlwmanifest.xml
Not Found: /cms/wp-includes/wlwmanifest.xml//cms/wp-includes/wlwmanifest.xml
Not Found: /apple-touch-icon-precomposed.png
Not Found: /favicon.ico
Not Found: /apple-touch-icon.png
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /apple-touch-icon.png
Not Found: /apple-touch-icon-precomposed.png
Not Found: /favicon.ico
Not Found: /robots.txt
Forbidden (CSRF cookie not set.): /informacion/generar_acta_notas/
Forbidden (CSRF cookie not set.): /informacion/generar_acta_notas/
Not Found: /robots.txt
Not Found: /login
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /wp-content/plugins/cidaas-pro-master/composer.json
Not Found: /ss.php
Not Found: /wp-includes/wlwmanifest.xml//wp-includes/wlwmanifest.xml
Not Found: /xmlrpc.php//xmlrpc.php
Not Found: /blog/wp-includes/wlwmanifest.xml//blog/wp-includes/wlwmanifest.xml
Not Found: /web/wp-includes/wlwmanifest.xml//web/wp-includes/wlwmanifest.xml
Not Found: /wordpress/wp-includes/wlwmanifest.xml//wordpress/wp-includes/wlwmanifest.xml
Not Found: /website/wp-includes/wlwmanifest.xml//website/wp-includes/wlwmanifest.xml
Not Found: /wp/wp-includes/wlwmanifest.xml//wp/wp-includes/wlwmanifest.xml
Not Found: /news/wp-includes/wlwmanifest.xml//news/wp-includes/wlwmanifest.xml
Not Found: /2020/wp-includes/wlwmanifest.xml//2020/wp-includes/wlwmanifest.xml
Not Found: /2019/wp-includes/wlwmanifest.xml//2019/wp-includes/wlwmanifest.xml
Not Found: /shop/wp-includes/wlwmanifest.xml//shop/wp-includes/wlwmanifest.xml
Not Found: /wp1/wp-includes/wlwmanifest.xml//wp1/wp-includes/wlwmanifest.xml
Not Found: /test/wp-includes/wlwmanifest.xml//test/wp-includes/wlwmanifest.xml
Not Found: /wp2/wp-includes/wlwmanifest.xml//wp2/wp-includes/wlwmanifest.xml
Not Found: /site/wp-includes/wlwmanifest.xml//site/wp-includes/wlwmanifest.xml
Not Found: /cms/wp-includes/wlwmanifest.xml//cms/wp-includes/wlwmanifest.xml
Not Found: /sito/wp-includes/wlwmanifest.xml//sito/wp-includes/wlwmanifest.xml
Bad Request: /informacion/generar_acta_notas/
Not Found: /favicon.ico
Bad Request: /informacion/generar_acta_notas/
Bad Request: /informacion/generar_acta_notas/
Not Found: /favicon.ico
Not Found: /wp-includes/wlwmanifest.xml//wp-includes/wlwmanifest.xml
Not Found: /xmlrpc.php//xmlrpc.php
Not Found: /blog/wp-includes/wlwmanifest.xml//blog/wp-includes/wlwmanifest.xml
Not Found: /web/wp-includes/wlwmanifest.xml//web/wp-includes/wlwmanifest.xml
Not Found: /wordpress/wp-includes/wlwmanifest.xml//wordpress/wp-includes/wlwmanifest.xml
Not Found: /website/wp-includes/wlwmanifest.xml//website/wp-includes/wlwmanifest.xml
Not Found: /wp/wp-includes/wlwmanifest.xml//wp/wp-includes/wlwmanifest.xml
Not Found: /news/wp-includes/wlwmanifest.xml//news/wp-includes/wlwmanifest.xml
Not Found: /2020/wp-includes/wlwmanifest.xml//2020/wp-includes/wlwmanifest.xml
Not Found: /2019/wp-includes/wlwmanifest.xml//2019/wp-includes/wlwmanifest.xml
Not Found: /shop/wp-includes/wlwmanifest.xml//shop/wp-includes/wlwmanifest.xml
Not Found: /wp1/wp-includes/wlwmanifest.xml//wp1/wp-includes/wlwmanifest.xml
Not Found: /test/wp-includes/wlwmanifest.xml//test/wp-includes/wlwmanifest.xml
Not Found: /wp2/wp-includes/wlwmanifest.xml//wp2/wp-includes/wlwmanifest.xml
Not Found: /site/wp-includes/wlwmanifest.xml//site/wp-includes/wlwmanifest.xml
Not Found: /cms/wp-includes/wlwmanifest.xml//cms/wp-includes/wlwmanifest.xml
Not Found: /sito/wp-includes/wlwmanifest.xml//sito/wp-includes/wlwmanifest.xml
Not Found: /robots.txt
Not Found: /favicon.ico
[UID:1227][3083021] Child process with pid: 3083282 was killed by signal: 15, core dumped: no
[UID:1227][3083021] Child process with pid: 3094286 was killed by signal: 15, core dumped: no
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /xmlrpc.php
Not Found: /xmlrpc.php
Not Found: /xmlrpc.php
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /f.php//f.php
Not Found: /ss.php
Not Found: /ftp.php
Not Found: /ahax.php
Not Found: /bolt.php
Not Found: /elp.php//elp.php
Not Found: /adminfuns.php
Not Found: /cache.php
Not Found: /wp-includes/IXR/moon.php
Not Found: /w.php//w.php
Not Found: /zaa.php//zaa.php
Not Found: /wp-miiss.php.php
Not Found: /gmo.php
Not Found: /wp-admin/
Not Found: /wp-admin/install.php
Not Found: /gettest.php
Not Found: /a1.php
Not Found: /ma.php
Not Found: /fetch.php
Not Found: /v2.php
Not Found: /ton.php
Not Found: /wp-content/themes/about.php//wp-content/themes/about.php
Not Found: /.trash7309/f/
Not Found: /des.php
Not Found: /mans.php
Not Found: /about.php//about.php
Not Found: /wp/wp-includes/index.php/wp/wp-includes//index.php
Not Found: /dr.php
Not Found: /wp-content//wp-content/
Not Found: /autoload_classmap.php//autoload_classmap.php
Not Found: /zwso.php//zwso.php
Not Found: /about/function.php//about/function.php
Not Found: /geck.php//geck.php
Not Found: /errw.php
Not Found: /wp.php
Not Found: /jsond.php
Not Found: /configuration.php//configuration.php
Not Found: /100.kb.php
Not Found: /rip.php
Not Found: /wp-content/plugins/achdxhv/languages/admin.php//wp-content/plugins/achdxhv/languages/admin.php
Not Found: /class-t.api.php
Not Found: /lala.php//lala.php
Not Found: /lp6.php
Not Found: /wp-admin/maint/
Not Found: /bk.php
Not Found: /bolt.php
Not Found: /m.php
Not Found: /skin/install/default/security.php//skin/install/default/security.php
Not Found: /WordPress/x/
Not Found: /alfa.php//alfa.php
Not Found: /ap.php//ap.php
Not Found: /doc.php//doc.php
Not Found: /clasa99.php
Not Found: /an.php
Not Found: /assacc.php
Not Found: /hzz.php
Not Found: /~norapump/hah.php
Not Found: /system.php
Not Found: /shell.php//shell.php
Not Found: /zwq13.php
Not Found: /wp-includes/blocks/
Not Found: /museu/yhweq.php
Not Found: /.cache/x.php//.cache/x.php
Not Found: /la.php
Not Found: /install.php//install.php
Not Found: /Geforce.php
Not Found: /nyan.php
Not Found: /wp-content/languages/index.php//wp-content/languages/index.php
Not Found: /Update/f35.php
Not Found: /wp-includes/customize/index.php//wp-includes/customize/index.php
Not Found: /wrt.php
Not Found: /403.php//403.php
Not Found: /shell20211028.php//shell20211028.php
Not Found: /gm.php
Not Found: /n3.php
Not Found: /wp-includes/block-patterns/
Not Found: /environment.php
Not Found: /ho/wpup.php
Not Found: /bnn_.php//bnn_.php
Not Found: /1337.php//1337.php
Not Found: /test.php//test.php
Not Found: /menu.php
Not Found: /content.php//content.php
Not Found: /wqqs.php
Not Found: /ole.php
Not Found: /wp-content/json.php//wp-content/json.php
Not Found: /p.php
Not Found: /ak.php
Not Found: /.trash7309/dd/
Not Found: /mds.php
Not Found: /ellv3.php//ellv3.php
Not Found: /inputs.php//inputs.php
Not Found: /ffd.php//ffd.php
Not Found: /wp-includes/css/
Not Found: /x_3.php
Not Found: /wp_wlx.php
Not Found: /index/function.php//index/function.php
Not Found: /wp-includes/ID3/index.php//wp-includes/ID3/index.php
Not Found: /wp-admin/network/
Not Found: /.trash7309/fafa/
Not Found: /oivcl.php
Not Found: /wp-content/themes/hideo/network.php//wp-content/themes/hideo/network.php
Not Found: /o.php
Not Found: /asd67.php
Not Found: /index/function.php//index/function.php
Not Found: /wp-includes/ID3/index.php//wp-includes/ID3/index.php
Not Found: /raw.php
Not Found: /a2.php
Not Found: /apsarasarts/okk.php
Not Found: /mal.php//mal.php
Not Found: /update/wpupex.php/
Not Found: /flower.php//flower.php
Not Found: /wp-content/themes/deeto/login.php//wp-content/themes/deeto/login.php
Not Found: /wp-content/uploads/index.php//wp-content/uploads/index.php
Not Found: /ph33w.php
Not Found: /cv.php
Not Found: /sad/about.php//sad/about.php
Not Found: /wp4.php
Not Found: /images/fk2e3/
Not Found: /dropdown.php//dropdown.php
Not Found: /sxo.php
Not Found: /2026.php
Not Found: /wp.php//wp.php
Not Found: /sto.php
Not Found: /h.php//h.php
Not Found: /tphp.php
Not Found: /cs.php
Not Found: /user.php//user.php
Not Found: /wp-content/
Not Found: /8xyz.php
Not Found: /wp-includes/css/about.php//wp-includes/css/about.php
Not Found: /rezor.php
Not Found: /Wp-good.php
Not Found: /ze.php
Not Found: /bgymj.php
Not Found: /jmfi2.php
Not Found: /x7.php
Not Found: /hey.php
Not Found: /wp-admin/class-db.php//wp-admin/class-db.php
Not Found: /wp-content//wp-content/
Not Found: /wp-content/plugins/Core-EconX/up.php//wp-content/plugins/Core-EconX/up.php
Not Found: /gib.php
Not Found: /x.php//x.php
Not Found: /wp-admin/user/index.php//wp-admin/user/index.php
Not Found: /favicon.ico
Not Found: /apple-touch-icon-precomposed.png
Not Found: /apple-touch-icon.png
Not Found: /apple-touch-icon.png
Not Found: /favicon.ico
Not Found: /apple-touch-icon-precomposed.png
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /apple-touch-icon-precomposed.png
Not Found: /apple-touch-icon.png
Not Found: /apple-touch-icon.png
Not Found: /apple-touch-icon-precomposed.png
Not Found: /favicon.ico
Not Found: /apple-touch-icon-precomposed.png
Not Found: /favicon.ico
Not Found: /apple-touch-icon.png
Not Found: /apple-touch-icon.png
Not Found: /apple-touch-icon-precomposed.png
Not Found: /favicon.ico
Not Found: /apple-touch-icon.png
Not Found: /favicon.ico
Not Found: /apple-touch-icon-precomposed.png
Not Found: /apple-touch-icon-precomposed.png
Not Found: /apple-touch-icon.png
Not Found: /favicon.ico
Not Found: /amin
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /wp-includes/wlwmanifest.xml//wp-includes/wlwmanifest.xml
Not Found: /xmlrpc.php//xmlrpc.php
Not Found: /blog/wp-includes/wlwmanifest.xml//blog/wp-includes/wlwmanifest.xml
Not Found: /web/wp-includes/wlwmanifest.xml//web/wp-includes/wlwmanifest.xml
Not Found: /wordpress/wp-includes/wlwmanifest.xml//wordpress/wp-includes/wlwmanifest.xml
Not Found: /website/wp-includes/wlwmanifest.xml//website/wp-includes/wlwmanifest.xml
Not Found: /wp/wp-includes/wlwmanifest.xml//wp/wp-includes/wlwmanifest.xml
Not Found: /news/wp-includes/wlwmanifest.xml//news/wp-includes/wlwmanifest.xml
Not Found: /2018/wp-includes/wlwmanifest.xml//2018/wp-includes/wlwmanifest.xml
Not Found: /2019/wp-includes/wlwmanifest.xml//2019/wp-includes/wlwmanifest.xml
Not Found: /shop/wp-includes/wlwmanifest.xml//shop/wp-includes/wlwmanifest.xml
Not Found: /wp1/wp-includes/wlwmanifest.xml//wp1/wp-includes/wlwmanifest.xml
Not Found: /test/wp-includes/wlwmanifest.xml//test/wp-includes/wlwmanifest.xml
Not Found: /media/wp-includes/wlwmanifest.xml//media/wp-includes/wlwmanifest.xml
Not Found: /wp2/wp-includes/wlwmanifest.xml//wp2/wp-includes/wlwmanifest.xml
Not Found: /site/wp-includes/wlwmanifest.xml//site/wp-includes/wlwmanifest.xml
Not Found: /cms/wp-includes/wlwmanifest.xml//cms/wp-includes/wlwmanifest.xml
Not Found: /sito/wp-includes/wlwmanifest.xml//sito/wp-includes/wlwmanifest.xml
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /fff.php
Not Found: /xmlrpc.php
Not Found: /xmlrpc.php
Not Found: /xmlrpc.php
Not Found: /wp-includes/wlwmanifest.xml//wp-includes/wlwmanifest.xml
Not Found: /xmlrpc.php//xmlrpc.php
Not Found: /blog/wp-includes/wlwmanifest.xml//blog/wp-includes/wlwmanifest.xml
Not Found: /web/wp-includes/wlwmanifest.xml//web/wp-includes/wlwmanifest.xml
Not Found: /wordpress/wp-includes/wlwmanifest.xml//wordpress/wp-includes/wlwmanifest.xml
Not Found: /website/wp-includes/wlwmanifest.xml//website/wp-includes/wlwmanifest.xml
Not Found: /wp/wp-includes/wlwmanifest.xml//wp/wp-includes/wlwmanifest.xml
Not Found: /news/wp-includes/wlwmanifest.xml//news/wp-includes/wlwmanifest.xml
Not Found: /2018/wp-includes/wlwmanifest.xml//2018/wp-includes/wlwmanifest.xml
Not Found: /2019/wp-includes/wlwmanifest.xml//2019/wp-includes/wlwmanifest.xml
Not Found: /shop/wp-includes/wlwmanifest.xml//shop/wp-includes/wlwmanifest.xml
Not Found: /wp1/wp-includes/wlwmanifest.xml//wp1/wp-includes/wlwmanifest.xml
Not Found: /test/wp-includes/wlwmanifest.xml//test/wp-includes/wlwmanifest.xml
Not Found: /media/wp-includes/wlwmanifest.xml//media/wp-includes/wlwmanifest.xml
Not Found: /wp2/wp-includes/wlwmanifest.xml//wp2/wp-includes/wlwmanifest.xml
Not Found: /site/wp-includes/wlwmanifest.xml//site/wp-includes/wlwmanifest.xml
Not Found: /cms/wp-includes/wlwmanifest.xml//cms/wp-includes/wlwmanifest.xml
Not Found: /sito/wp-includes/wlwmanifest.xml//sito/wp-includes/wlwmanifest.xml
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /24.php
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /wp-login.php
Not Found: /wp-login.php
Not Found: /wp-admin/
Not Found: /_ignition/execute-solution
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /zwso.php
Not Found: /wp-admin/css/colors/blue/index.php
Not Found: /class19.php
Not Found: /class20.php
Not Found: /admin.php
Not Found: /randkeyword.php
Not Found: /fwe.php
Not Found: /ioxi-o.php
Not Found: /images/m.php
Not Found: /g.php
Not Found: /tx1.php
Not Found: /xv.php
Not Found: /x56.php
Not Found: /htaccess.php
Not Found: /readme.php
Not Found: /x50.php
Not Found: /fv.php
Not Found: /file.php
Not Found: /lsd.php
Not Found: /as.php
Not Found: /wsd.php
Not Found: /gtc.php
Not Found: /atx.php
Not Found: /z60.php
Not Found: /403.php
Not Found: /m.php
Not Found: /themes.php
Not Found: /wp-admin/maint/about.php
Not Found: /wp-admin/network/wp-conflg.php
Not Found: /click.php
Not Found: /install.php
Not Found: /lv.php
Not Found: /simple.php
Not Found: /css.php
Not Found: /cong.php
Not Found: /wp-includes/images/wp-login.php
Not Found: /cong.php
Not Found: /w.php
Not Found: /404.php
Not Found: /0x.php
Not Found: /css.php
Not Found: /222.php
Not Found: /wp-content/index.php
Not Found: /admin.php
Not Found: /wp-admin/maint/maint.php
Not Found: /classwithtostring.php
Not Found: /abcd.php
Not Found: /autoload_classmap.php
Not Found: /inputs.php
Not Found: /about.php
Not Found: /alfa.php
Not Found: /themes/twentytwentytwo/index.php
Not Found: /wp-admin/js/wp-conflg.php
Not Found: /wp-admin/wp-conflg.php
Not Found: /wp-admin/css/wp-conflg.php
Not Found: /manager.php
Not Found: /item.php
Not Found: /plugins/Cache/footer.php
Not Found: /404.php
Not Found: /mail.php
Not Found: /wp-content/plugins/index.php
Not Found: /sx.php
Not Found: /wp-admin/maint/admin.php
Not Found: /alfa.php
Not Found: /1.php
Not Found: /byp.php
Not Found: /wp-trackback.php
Not Found: /.well-known/index.php
Not Found: /wp-admin/network/plugins.php
Not Found: /wp-admin/about.php
Not Found: /gmo.php
Not Found: /wp-includes/ID3/about.php
Not Found: /css/index.php
Not Found: /wp-includes/SimplePie/wp-login.php
Not Found: /wp-content/themes/about.php
Not Found: /filemanager/dialog.php
Not Found: /wp-includes/customize/about.php
Not Found: /index/function.php
Not Found: /uploads/autoload_classmap.php
Not Found: /wp-includes/style-engine/about.php
Not Found: /ww1.php
Not Found: /about/function.php
Not Found: /.well-known/acme-challenge/index.php
Not Found: /css/colors/blue/index.php
Not Found: /security.php
Not Found: /wp-admin/user/about.php
Not Found: /wp-admin/js/index.php
Not Found: /wp-content/upgrade/about.php
Not Found: /wp-includes/assets/index.php
Not Found: /wp-content/radio.php
Not Found: /wp-includes/fonts/index.php
Not Found: /.well-known/admin.php
Not Found: /wp-content/admin.php
Not Found: /wp-content/plugins/admin.php
Not Found: /wp-content/themes/twentytwentytwo/index.php
Not Found: /.well-known/log.php
Not Found: /class.php
Not Found: /bless5.php
Not Found: /wp-includes/js/codemirror/index.php
Not Found: /wp-includes/block-patterns/index.php
Not Found: /lock360.php
Not Found: /ioxi-o1.php
Not Found: /juuuu.php
Not Found: /ha.php
Not Found: /gg.php
Not Found: /we2.php
Not Found: /04.php
Not Found: /333.php
Not Found: /520.php
Not Found: /ar.php
Not Found: /x.php
Not Found: /xx.php
Not Found: /gifclass4.php
Not Found: /2clas.php
Not Found: /ave.php
Not Found: /wrt.php
Not Found: /bibil.php
Not Found: /radio.php
Not Found: /files.php
Not Found: /file7.php
Not Found: /gifclass.php
Not Found: /wp-admin/css/colors/midnight/about.php
Not Found: /nox.php
Not Found: /file48.php
Not Found: /info.php
Not Found: /class9.php
Not Found: /la.php
Not Found: /bless11.php
Not Found: /ccou.php
Not Found: /ton.php
Not Found: /403.php
Not Found: /file9.php
Not Found: /ac.php
Not Found: /new4.php
Not Found: /pop.php
Not Found: /az.php
Not Found: /xaz.php
Not Found: /up4.php
Not Found: /1aa.php
Not Found: /elp.php
Not Found: /wtz.php
Not Found: /galex.php
Not Found: /xb.php
Not Found: /ova.php
Not Found: /vx.php
Not Found: /rh.php
Not Found: /wp-includes/certificates/index.php
Not Found: /wp-content/uploads/gravity_forms/g/e/e/a/Casper.php
Not Found: /spip.php
Not Found: /scripts/wpup.php
Not Found: /wordpress/update/wpupex.php
Not Found: /ho/wpup.php
Not Found: /wp-admin/maint/
Not Found: /wp/wp-content/plugins/classic-editor/js/geido.php
Not Found: /myy.php
Not Found: /wp-content/halo.php
Not Found: /wp-content/themes/twentytwentyfour/assets/css/geido.php
Not Found: /wp-includes/Requests/library/upload.php
Not Found: /wp-admin/css/colors/coffee/index.php
Not Found: /wp-admin/js/index.php
Not Found: /dapa.php
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /apple-touch-icon-precomposed.png
Not Found: /apple-touch-icon.png
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /apple-touch-icon.png
Not Found: /apple-touch-icon-precomposed.png
Not Found: /favicon.ico
Not Found: /.well-known/security.txt
Not Found: /robots.txt
Not Found: /sitemap.xml
Not Found: /wp-json/
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /admin.php
Not Found: /about.php
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /apple-touch-icon.png
Not Found: /favicon.ico
Not Found: /apple-touch-icon-precomposed.png
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/security.txt
Not Found: /robots.txt
Not Found: /wp-login.php
Not Found: /.well-known/assetlinks.json
Not Found: /login
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /_ignition/execute-solution
Not Found: /images/images/cache.php
Not Found: /wp-content/plugins/cidaas-pro-master/composer.json
Not Found: /blog-verify
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /ss.php
Not Found: /images/images/cache.php
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /wp-login.php
Not Found: /wp-admin/
Not Found: /wp-admin/admin-ajax.php
Not Found: /wp-admin/load-scripts.php
Not Found: /wp-admin/load-styles.php
Not Found: /wp-includes/js/jquery/jquery.js
Not Found: /wp-includes/css/dashicons.css
Not Found: /wp-content/themes/
Not Found: /wp-content/plugins/
Not Found: /wp-includes/version.php
Not Found: /wp-includes/functions.php
Not Found: /wp-includes/class-wp.php
Not Found: /wp-includes/option.php
Not Found: /wp-includes/post.php
Not Found: /wp-includes/user.php
Not Found: /wp-json/
Not Found: /wp-json/wp/v2/
Not Found: /wp-json/oembed/1.0/embed
Not Found: /wp-json/wp/v2/posts
Not Found: /wp-json/wp/v2/pages
Not Found: /wp-json/wp/v2/media
Not Found: /wp-json/wp/v2/categories
Not Found: /wp-json/wp/v2/tags
Not Found: /wp-content/uploads/
Not Found: /wp-content/themes/twentytwenty/
Not Found: /wp-content/themes/twentytwentyone/
Not Found: /wp-content/themes/twentytwentytwo/
Not Found: /wp-content/themes/twentytwentythree/
Not Found: /wp-content/plugins/hello.php
Not Found: /wp-content/plugins/akismet/
Not Found: /wp-includes/images/w-logo-blue.png
Not Found: /robots.txt
Not Found: /sitemap.xml
Not Found: /feed/
Not Found: /feed/rss/
Not Found: /feed/rss2/
Not Found: /feed/atom/
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /wp-content/plugins/one_images_usder/oned_images_user.php
Not Found: /wp-content/plugins/one_images_user/one_images_user.php
Not Found: /robots.txt
Not Found: /.well-known/security.txt
Not Found: /wp-json/
Not Found: /sitemap.xml
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /blog-verify
Not Found: /wp-admin/network/security-post.php
Not Found: /wp-content/plugins/waves/style.css
Not Found: /robots.txt
Not Found: /wp-content/plugins/enhanced-text-widget/analyst/src/403x.php//wp-content/plugins/enhanced-text-widget/analyst/src/403x.php
Not Found: /wp-content/plugins/hello-plus/classes/ehp-sarang.php//wp-content/plugins/hello-plus/classes/ehp-sarang.php
Not Found: /wp-content/plugins/so-pinyin-slugs/inc/main_json.php//wp-content/plugins/so-pinyin-slugs/inc/main_json.php
Not Found: /wp-content/plugins/advanced-llms-txt-generator/assets/css/css_json.php//wp-content/plugins/advanced-llms-txt-generator/assets/css/css_json.php
Not Found: /wp-content/plugins/age-restriction/modules/remote_support/remote_init.php//wp-content/plugins/age-restriction/modules/remote_support/remote_init.php
Not Found: /wp-content/themes/twentytwentyfive/patterns/template-singl-portfolio.php//wp-content/themes/twentytwentyfive/patterns/template-singl-portfolio.php
Not Found: /wp-content/plugins/advanced-product-fields-for-woocommerce/db.php//wp-content/plugins/advanced-product-fields-for-woocommerce/db.php
Not Found: /wp-includes/Text/Diff/Engine/template-singl-portfolio.php//wp-includes/Text/Diff/Engine/template-singl-portfolio.php
Not Found: /wp-content/themes/twentytwentythree/patterns/index.php//wp-content/themes/twentytwentythree/patterns/index.php
Not Found: /wp-includes/js/tinymce/skins/lightgray/img/index.php//wp-includes/js/tinymce/skins/lightgray/img/index.php
Not Found: /wp-content/plugins/wpforms/class-wpforms-update.php//wp-content/plugins/wpforms/class-wpforms-update.php
Not Found: /wp-content/plugins/phpadmin/autoload_classmap.php//wp-content/plugins/phpadmin/autoload_classmap.php
Not Found: /wp-content/plugins/so-pinyin-slugs/inc/js-inc.php//wp-content/plugins/so-pinyin-slugs/inc/js-inc.php
Not Found: /wp-content/plugins/wpcall-button/button-image.php//wp-content/plugins/wpcall-button/button-image.php
Not Found: /wp-content/plugins/SecurityFin/SecurityFin.php//wp-content/plugins/SecurityFin/SecurityFin.php
Not Found: /wp-content/themes/fukasawa/inc/classes/403.php//wp-content/themes/fukasawa/inc/classes/403.php
Not Found: /wp-content/plugins/hello-plus/classes/ehp-social-elf.php//wp-content/plugins/hello-plus/classes/ehp-social-elf.php
Not Found: /wp-content/themes/theme-check/theme-check.php//wp-content/themes/theme-check/theme-check.php
Not Found: /wp-content/plugins/dummyyummy/wp-signup.php//wp-content/plugins/dummyyummy/wp-signup.php
Not Found: /wp-content/plugins/dzs-zoomsounds/1877.php//wp-content/plugins/dzs-zoomsounds/1877.php
Not Found: /wp-content/plugins/core-plugin/include.php//wp-content/plugins/core-plugin/include.php
Not Found: /wp-content/plugins/linkpreview/index.php//wp-content/plugins/linkpreview/index.php
Not Found: /wp-content/plugins/linkpreview/db.php//wp-content/plugins/linkpreview/db.php
Not Found: /wp-content/plugins/aatdgetgdg/main.php//wp-content/plugins/aatdgetgdg/main.php
Not Found: /wp-content/plugins/init-help/init.php//wp-content/plugins/init-help/init.php
Not Found: /wp-content/plugins/press/wp-class.php//wp-content/plugins/press/wp-class.php
Not Found: /.well-known/pki-validation/index.php//.well-known/pki-validation/index.php
Not Found: /wp-admin/css/colors/coffee/index.php//wp-admin/css/colors/coffee/index.php
Not Found: /wp-content/plugins/schema/geckos.php//wp-content/plugins/schema/geckos.php
Not Found: /.well-known/pki-validation/about.php//.well-known/pki-validation/about.php
Not Found: /.well-known/acme-challenge/index.php//.well-known/acme-challenge/index.php
Not Found: /.well-known/acme-challenge/about.php//.well-known/acme-challenge/about.php
Not Found: /.well-known/pki-validation/moon.php//.well-known/pki-validation/moon.php
Not Found: /wp-content/themes/seotheme/db.php//wp-content/themes/seotheme/db.php
Not Found: /wp-content/themes/twenty/twenty.php//wp-content/themes/twenty/twenty.php
Not Found: /wp-content/plugins/pwnd-1/pwnd.php//wp-content/plugins/pwnd-1/pwnd.php
Not Found: /wp-content/plugins/fonts/fonts.php//wp-content/plugins/fonts/fonts.php
Not Found: /wp-content/plugins/Cache/Cache.php//wp-content/plugins/Cache/Cache.php
Not Found: /wp-content/themes/calmly/issue.php//wp-content/themes/calmly/issue.php
Not Found: /wp-content/themes/pridmag/db.php//wp-content/themes/pridmag/db.php
Not Found: /wp-content/plugins/shell/noimg.php//wp-content/plugins/shell/noimg.php
Not Found: /wp-content/plugins/pwnd-2/pwnd.php//wp-content/plugins/pwnd-2/pwnd.php
Not Found: /wp-content/plugins/schema/yanz.php//wp-content/plugins/schema/yanz.php
Not Found: /wp-content/themes/aahana/json.php//wp-content/themes/aahana/json.php
Not Found: /wp-content/themes/Divi/404.php//wp-content/themes/Divi/404.php
Not Found: /wp-admin/classwithtostring.php//wp-admin/classwithtostring.php
Not Found: /wp-content/plugins/fix/up.php//wp-content/plugins/fix/up.php
Not Found: /wp-content/plugins/about.php//wp-content/plugins/about.php
Not Found: /wp-content/plugins/hello.php//wp-content/plugins/hello.php
Not Found: /wp-content/plugins/index.php//wp-content/plugins/index.php
Not Found: /wp-content/themes/about.php//wp-content/themes/about.php
Not Found: /wp-content/themes/index.php//wp-content/themes/index.php
Not Found: /wp-content/themes/admin.php//wp-content/themes/admin.php
Not Found: /wp-includes/Text/about.php//wp-includes/Text/about.php
Not Found: /wp-includes/IXR/index.php//wp-includes/IXR/index.php
Not Found: /wp-includes/ID3/index.php//wp-includes/ID3/index.php
Not Found: /wp-admin/images/index.php//wp-admin/images/index.php
Not Found: /.well-known/dropdown.php//.well-known/dropdown.php
Not Found: /wp-includes/js/index.php//wp-includes/js/index.php
Not Found: /wp-admin/maint/about.php//wp-admin/maint/about.php
Not Found: /.well-known/plugins.php//.well-known/plugins.php
Not Found: /wp-admin/css/index.php//wp-admin/css/index.php
Not Found: /classwithtostring.php//classwithtostring.php
Not Found: /wp-admin/dropdown.php//wp-admin/dropdown.php
Not Found: /autoload_classmap.php//autoload_classmap.php
Not Found: /wp-admin/js/index.php//wp-admin/js/index.php
Not Found: /.well-known/index.php//.well-known/index.php
Not Found: /.well-known/about.php//.well-known/about.php
Not Found: /wp-admin/fmadmin.php//wp-admin/fmadmin.php
Not Found: /wp-content/admin.php//wp-content/admin.php
Not Found: /wp-admin/options.php//wp-admin/options.php
Not Found: /wp-content/index.php//wp-content/index.php
Not Found: /wp-content/about.php//wp-content/about.php
Not Found: /shell20211028.php//shell20211028.php
Not Found: /wordfence-waf.php//wordfence-waf.php
Not Found: /mah/function.php//mah/function.php
Not Found: /3PJcpMFsD8B.php//3PJcpMFsD8B.php
Not Found: /function.php//function.php
Not Found: /wp-admin.php//wp-admin.php
Not Found: /dropdown.php//dropdown.php
Not Found: /content.php//content.php
Not Found: /default.php//default.php
Not Found: /bypass.php//bypass.php
Not Found: /inputs.php//inputs.php
Not Found: /chosen.php//chosen.php
Not Found: /simple.php//simple.php
Not Found: /file2.php//file2.php
Not Found: /themes.php//themes.php
Not Found: /config.php//config.php
Not Found: /style.php//style.php
Not Found: /style2.php//style2.php
Not Found: /about.php//about.php
Not Found: /login.php//login.php
Not Found: /admin.php//admin.php
Not Found: /radio.php//radio.php
Not Found: /demo.php//demo.php
Not Found: /moon.php//moon.php
Not Found: /link.php//link.php
Not Found: /tiny.php//tiny.php
Not Found: /user.php//user.php
Not Found: /menu.php//menu.php
Not Found: /alfa.php//alfa.php
Not Found: /file.php//file.php
Not Found: /mini.php//mini.php
Not Found: /info.php//info.php
Not Found: /log.php//log.php
Not Found: /xxx.php//xxx.php
Not Found: /byp.php//byp.php
Not Found: /403.php//403.php
Not Found: /doc.php//doc.php
Not Found: /404.php//404.php
Not Found: /mah.php//mah.php
Not Found: /wp.php//wp.php
Not Found: /fm.php//fm.php
Not Found: /1.php//1.php
Not Found: /x.php//x.php
Not Found: /a.php//a.php
Not Found: /m.php//m.php
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /wp-content/plugins/cidaas-pro-master/composer.json
Not Found: /wp-content/plugins/fancy-elementor-gallery-box/assets/js/fancy-elementor-flipbox.js
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /apple-touch-icon.png
Not Found: /apple-touch-icon-precomposed.png
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /apple-touch-icon.png
Not Found: /apple-touch-icon-precomposed.png
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /apple-touch-icon-precomposed.png
Not Found: /apple-touch-icon.png
Not Found: /favicon.ico
Not Found: /apple-touch-icon.png
Not Found: /apple-touch-icon-precomposed.png
Not Found: /favicon.ico
Not Found: /apple-touch-icon-precomposed.png
Not Found: /favicon.ico
Not Found: /apple-touch-icon.png
Not Found: /robots.txt
Not Found: /apple-touch-icon.png
Not Found: /favicon.ico
Not Found: /apple-touch-icon-precomposed.png
Not Found: /favicon.ico
Not Found: /xmlrpc.php
Not Found: /xmlrpc.php
Not Found: /xmlrpc.php
Not Found: /robots.txt
Not Found: /wp-login.php
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /byp8.php
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /wp-login.php
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /wp-content/plugins/definite-unique/license.txt
Not Found: /images/images/cache.php
Not Found: /about.php
Not Found: /admin.php
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /wp-login.php
Not Found: /robots.txt
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /.well-known/acme-challenge/admin.php
Not Found: /capcha/font/favicon.php
Not Found: /user.php
Not Found: /cache/f/a/a/h/wp-blog.php
Not Found: /wp-content/plugins/wordpress-seo/src/services/wp-blog.php
Not Found: /wp-includes/class-wp-dependency-get.php
Not Found: /simple.php//simple.php
Not Found: /alfa-rex.php7
Not Found: /images/all2.php
Not Found: /k.php//k.php
Not Found: /main1/favicon.php
Not Found: /wp-content/index.php
Not Found: /wp-includes/PHPMailer/index.php
Not Found: /uplozyu.php
Not Found: /wp-login.php
Not Found: /click.php
Not Found: /radio.php
Not Found: /buy.php
Not Found: /wp-includes/wp-class.php
Not Found: /randkeyword.PhP7
Not Found: /wp-content/plugins/index.php//wp-content/plugins/index.php
Not Found: /wp-content/index.php//wp-content/index.php
Not Found: /vendor/ramsey/uuid/about.php
Not Found: /font/cache.php
Not Found: /.well-known/index.php
Not Found: /wp-content/uploads/2023/wp-casper.php
Not Found: /wp-admin/user/index.php//wp-admin/user/index.php
Not Found: /wp-content/themes/too.php
Not Found: /chosen.php
Not Found: /oxvrws.php
Not Found: /user.php//user.php
Not Found: /404.php
Not Found: /uploat.php
Not Found: /wp-content/plugins/wpputty/wpputty.php
Not Found: /x.php//x.php
Not Found: /sad/about.php//sad/about.php
Not Found: /wp-admin/css/colors/blue/index.php
Not Found: /cache.php
Not Found: /wp-admin/includes/credits-all.php
Not Found: /index/function.php
Not Found: /doc.php//doc.php
Not Found: /wp-content/uploads/2024/dodo.php
Not Found: /main3/capcha/font/favicon.php
Not Found: /wp-admin/includes/class-wp-privacy-requests-table-method.php
Not Found: /.well-known/autoconfig/atomlib.php
Not Found: /config.php
Not Found: /xss/about.php7
Not Found: /alfa.php
Not Found: /wp-config-sample.php
Not Found: /simple/function.php
Not Found: /css/index.php//css/index.php
Not Found: /wp-content/upgrade/f35.php
Not Found: /cong.php
Not Found: /log.php
Not Found: /admin/function.php//admin/function.php
Not Found: /.well-known/acme-challenge/bak.php
Not Found: /assets/js/wp-session.php
Not Found: /wp-includes/buy.php
Not Found: /hehehehe.php
Not Found: /wp-includes/pomo/wp-includes/pomo/about.php/wp-includes/pomo//wp-includes/pomo/about.php
Not Found: /wp-includes/js/client-dashboard.php
Not Found: /wp-content/uploads/wpr-addons/forms/copypaths.php
Not Found: /wp-includes/customize/index.php//wp-includes/customize/index.php
Not Found: /wp-includes/ID3/getid3s.php
Not Found: /cgi-bin/index.php
Not Found: /assets/lufix.php
Not Found: /about/function.php//about/function.php
Not Found: /vendor/wp-login.php
Not Found: /chosen/function.php
Not Found: /.bod/.ll/ss.php
Not Found: /lock.php//lock.php
Not Found: /wp-includes/admin.php//wp-includes/admin.php
Not Found: /content.php//content.php
Not Found: /wp-includes/SimplePie/Decode/admin.php
Not Found: /wp-admin/class-db.php
Not Found: /k.php
Not Found: /403.php
Not Found: /wsgi.handler
Not Found: /wp-content/uploads/js_composer/index.php
Not Found: /wp-cache.php
Not Found: /images/index1.php
Not Found: /js/upload.php
Not Found: /images/uploadform.php
Not Found: /wp-content/cache/page/index.php
Not Found: /w.php
Not Found: /images/contacto.php
Not Found: /.well-known/acme-challenge/aboud.php
Not Found: /ioxi002.PhP
Not Found: /wp-includes/widgets/index.php
Not Found: /wp-admin/images/lint-branch.php
Not Found: /css/upload.php
Not Found: /wp-content/uploads/2018/03/ab.php
Not Found: /moon.php//moon.php
Not Found: /css/wp-blog.php
Not Found: /wp-content/themes/gaukingo/db.php
Not Found: /403.php//403.php
Not Found: /resources/cache.php
Not Found: /1index.php
Not Found: /wp-content/plugins/Core-EconX/up.php//wp-content/plugins/Core-EconX/up.php
Not Found: /images/g3.php
Not Found: /.well-known/wp-login.php
Not Found: /wp-admin/css/index.php
Not Found: /wp-content/themes/deeto/login.php//wp-content/themes/deeto/login.php
Not Found: /wp-content/uploads/index.php//wp-content/uploads/index.php
Not Found: /ws.php
Not Found: /wp-content/themes/twentytwenty/404.php
Not Found: /wp-includes/cs.php
Not Found: /baxa1.phP8
Not Found: /wp-admin/maint/singlex.php
Not Found: /data.php
Not Found: /file.php
Not Found: /wp-includes/css/data.php
Not Found: /x/index.php
Not Found: /wp-includes/css/index.php//wp-includes/css/index.php
Not Found: /wp-content/cache/about.php
Not Found: /wp-content/languages/index.php//wp-content/languages/index.php
Not Found: /install.php//install.php
Not Found: /system.php//system.php
Not Found: /main1/index2.php
Not Found: /images/2008.php
Not Found: /2.php//2.php
Not Found: /.well-known/nam.php
Not Found: /shell20211028.php
Not Found: /ss.php
Not Found: /.well-known/cflsintdaf.php
Not Found: /about/function.php
Not Found: /wp-admin/css/colors/blue/file.php
Not Found: /i.php
Not Found: /wp-admin/images/browser.php
Not Found: /wp-admin/acme.php
Not Found: /wp-includes/PHPMailer/admin.php
Not Found: /wp-includes/author-template-less.php
Not Found: /1337.php//1337.php
Not Found: /update/wpupex.php
Not Found: /e/data.php
Not Found: /baxa1.phP7
Not Found: /favicon.php
Not Found: /fox.php
Not Found: /themes/db.php
Not Found: /byp.php//byp.php
Not Found: /wp-load.php
Not Found: /mod/assign/favicon.php
Not Found: /favicon.ico
Not Found: /apple-touch-icon-precomposed.png
Not Found: /apple-touch-icon.png
Not Found: /wp-content/plugins/woocommerce-checkout-manager/readme.txt
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /byp8.php
Not Found: /favicon.ico
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /zwso.php
Not Found: /wp-admin/css/colors/blue/index.php
Not Found: /class19.php
Not Found: /class20.php
Not Found: /admin.php
Not Found: /randkeyword.php
Not Found: /fwe.php
Not Found: /ioxi-o.php
Not Found: /images/m.php
Not Found: /g.php
Not Found: /tx1.php
Not Found: /xv.php
Not Found: /x56.php
Not Found: /htaccess.php
Not Found: /readme.php
Not Found: /x50.php
Not Found: /fv.php
Not Found: /file.php
Not Found: /lsd.php
Not Found: /as.php
Not Found: /wsd.php
Not Found: /gtc.php
Not Found: /atx.php
Not Found: /z60.php
Not Found: /403.php
Not Found: /m.php
Not Found: /themes.php
Not Found: /wp-admin/maint/about.php
Not Found: /wp-admin/network/wp-conflg.php
Not Found: /click.php
Not Found: /install.php
Not Found: /lv.php
Not Found: /simple.php
Not Found: /css.php
Not Found: /cong.php
Not Found: /wp-includes/images/wp-login.php
Not Found: /cong.php
Not Found: /w.php
Not Found: /404.php
Not Found: /0x.php
Not Found: /css.php
Not Found: /222.php
Not Found: /wp-content/index.php
Not Found: /admin.php
Not Found: /wp-admin/maint/maint.php
Not Found: /classwithtostring.php
Not Found: /abcd.php
Not Found: /autoload_classmap.php
Not Found: /inputs.php
Not Found: /about.php
Not Found: /alfa.php
Not Found: /themes/twentytwentytwo/index.php
Not Found: /wp-admin/js/wp-conflg.php
Not Found: /wp-admin/wp-conflg.php
Not Found: /wp-admin/css/wp-conflg.php
Not Found: /manager.php
Not Found: /item.php
Not Found: /plugins/Cache/footer.php
Not Found: /404.php
Not Found: /mail.php
Not Found: /wp-content/plugins/index.php
Not Found: /sx.php
Not Found: /wp-admin/maint/admin.php
Not Found: /alfa.php
Not Found: /1.php
Not Found: /byp.php
Not Found: /wp-trackback.php
Not Found: /.well-known/index.php
Not Found: /wp-admin/network/plugins.php
Not Found: /wp-admin/about.php
Not Found: /gmo.php
Not Found: /wp-includes/ID3/about.php
Not Found: /css/index.php
Not Found: /wp-includes/SimplePie/wp-login.php
Not Found: /wp-content/themes/about.php
Not Found: /filemanager/dialog.php
Not Found: /wp-includes/customize/about.php
Not Found: /index/function.php
Not Found: /uploads/autoload_classmap.php
Not Found: /wp-includes/style-engine/about.php
Not Found: /ww1.php
Not Found: /about/function.php
Not Found: /.well-known/acme-challenge/index.php
Not Found: /css/colors/blue/index.php
Not Found: /security.php
Not Found: /wp-admin/user/about.php
Not Found: /wp-admin/js/index.php
Not Found: /wp-content/upgrade/about.php
Not Found: /wp-includes/assets/index.php
Not Found: /wp-content/radio.php
Not Found: /wp-includes/fonts/index.php
Not Found: /.well-known/admin.php
Not Found: /wp-content/admin.php
Not Found: /wp-content/plugins/admin.php
Not Found: /wp-content/themes/twentytwentytwo/index.php
Not Found: /.well-known/log.php
Not Found: /class.php
Not Found: /bless5.php
Not Found: /wp-includes/js/codemirror/index.php
Not Found: /wp-includes/block-patterns/index.php
Not Found: /lock360.php
Not Found: /ioxi-o1.php
Not Found: /juuuu.php
Not Found: /ha.php
Not Found: /gg.php
Not Found: /we2.php
Not Found: /04.php
Not Found: /333.php
Not Found: /520.php
Not Found: /ar.php
Not Found: /x.php
Not Found: /xx.php
Not Found: /gifclass4.php
Not Found: /2clas.php
Not Found: /ave.php
Not Found: /wrt.php
Not Found: /bibil.php
Not Found: /radio.php
Not Found: /files.php
Not Found: /file7.php
Not Found: /gifclass.php
Not Found: /wp-admin/css/colors/midnight/about.php
Not Found: /nox.php
Not Found: /file48.php
Not Found: /info.php
Not Found: /class9.php
Not Found: /la.php
Not Found: /bless11.php
Not Found: /ccou.php
Not Found: /ton.php
Not Found: /403.php
Not Found: /file9.php
Not Found: /ac.php
Not Found: /new4.php
Not Found: /pop.php
Not Found: /az.php
Not Found: /xaz.php
Not Found: /up4.php
Not Found: /1aa.php
Not Found: /elp.php
Not Found: /wtz.php
Not Found: /galex.php
Not Found: /xb.php
Not Found: /ova.php
Not Found: /vx.php
Not Found: /rh.php
Not Found: /wp-includes/certificates/index.php
Not Found: /wp-content/uploads/gravity_forms/g/e/e/a/Casper.php
Not Found: /spip.php
Not Found: /scripts/wpup.php
Not Found: /wordpress/update/wpupex.php
Not Found: /ho/wpup.php
Not Found: /wp-admin/maint/
Not Found: /wp/wp-content/plugins/classic-editor/js/geido.php
Not Found: /myy.php
Not Found: /wp-content/halo.php
Not Found: /wp-content/themes/twentytwentyfour/assets/css/geido.php
Not Found: /wp-includes/Requests/library/upload.php
Not Found: /wp-admin/css/colors/coffee/index.php
Not Found: /wp-admin/js/index.php
Not Found: /dapa.php
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /byp8.php
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /new4.php
Not Found: /sc.php
Not Found: /aq.php
Not Found: /opts.php
Not Found: /wp-act.php
Not Found: /myfile.php
Not Found: /work.php
Not Found: /C.php
Not Found: /ze.php
Not Found: /seetox.php
Not Found: /dom.php
Not Found: /wp-content/
Not Found: /samiri.php
Not Found: /plugins.php
Not Found: /xoot.php
Not Found: /X57.php
Not Found: /vx.php
Not Found: /file59.php
Not Found: /wp-admin/css/bolt.php
Not Found: /shas.php
Not Found: /xa.php
Not Found: /xda.php
Not Found: /er.php
Not Found: /fault.php
Not Found: /motu.php
Not Found: /66.php
Not Found: /leuk.php
Not Found: /xqq.php
Not Found: /kolda.php
Not Found: /nw.php
Not Found: /god.php
Not Found: /666.php
Not Found: /kj.php
Not Found: /un.php
Not Found: /fs.php
Not Found: /ms.php
Not Found: /login8.php
Not Found: /nnyvn.php
Not Found: /cu.php
Not Found: /lul.php
Not Found: /0.php
Not Found: /ms-edit.php
Not Found: /ya.php
Not Found: /grsiuk.php
Not Found: /wp-blog.php
Not Found: /wp-access.php
Not Found: /a1vx.php
Not Found: /sbhu.php
Not Found: /wp-the.php
Not Found: /06.php
Not Found: /wp5.php
Not Found: /fot.php
Not Found: /ff1.php
Not Found: /forbidals.php
Not Found: /erty.php//erty.php
Not Found: /dev1s.php
Not Found: /ffd.php
Not Found: /admiin.php
Not Found: /ol.php
Not Found: /Sanskrit.php
Not Found: /vxrl.php
Not Found: /re.php
Not Found: /num.php
Not Found: /axx.php
Not Found: /vxrl.php
Not Found: /in.php
Not Found: /style.php
Not Found: /we.php
Not Found: /zwso.php
Not Found: /karak.php
Not Found: /prv8.php
Not Found: /i.php
Not Found: /a.php
Not Found: /xmlrpc.php
Not Found: /aw.php
Not Found: /dev.php
Not Found: /lock360.php
Not Found: /155.php
Not Found: /goat.php
Not Found: /tcp.php
Not Found: /ext.php
Not Found: /inputs.php
Not Found: /ioxi.php
Not Found: /fe5.php
Not Found: /ov.php
Not Found: /wp-content/plugins/index.php
Not Found: /default.php
Not Found: /goods.php
Not Found: /abcd.php
Not Found: /class.1.php
Not Found: /async.php
Not Found: /ff.php
Not Found: /ioxi-o.php
Not Found: /manager.php
Not Found: /wp-update.php
Not Found: /file.php
Not Found: /wp-includes/certificates/plugins.php
Not Found: /lc.php
Not Found: /cbrfo.php
Not Found: /inc.php
Not Found: /gifclass.php
Not Found: /miansha.php
Not Found: /tinyfilemanager.php
Not Found: /admin.php
Not Found: /ok.php
Not Found: /fi.php
Not Found: /muzu.php
Not Found: /reze.php
Not Found: /styll.php
Not Found: /x7.php
Not Found: /thebe.php
Not Found: /ddd.php
Not Found: /bgymj.php
Not Found: /8xyz.php
Not Found: /ioxi.php
Not Found: /xpwer1.php
Not Found: /lala.php//lala.php
Not Found: /about.php//about.php
Not Found: /wp-admin/images/commentv.php
Not Found: /cgi-bin/index.php//cgi-bin/index.php
Not Found: /wp-admin/images/wp-conflg.php//wp-admin/images/wp-conflg.php
Not Found: /wp-admin/images/wp-conflg.php
Not Found: /info.php
Not Found: /about.php
Not Found: /x/
Not Found: /222.php
Not Found: /adminfuns.php//adminfuns.php
Not Found: /wp-includes/PHPMailer/
Not Found: /xx.php
Not Found: /wp-admin/js/wp-conflg.php
Not Found: /f5.php
Not Found: /flower.php
Not Found: /f6.php//f6.php
Not Found: /edit.php//edit.php
Not Found: /wp-includes/js/dist//wp-includes/js/dist/
Not Found: /wp-includes/SimplePie/
Not Found: /av.php//av.php
Not Found: /wp-includes/Text/Diff/Engine/about.php
Not Found: /wsd.php
Not Found: /jane.php
Not Found: /css.php
Not Found: /alfa.php
Not Found: /wen.php
Not Found: /x.php
Not Found: /xxxx.php
Not Found: /class.php//class.php
Not Found: /f35.php
Not Found: /wp-admin/about.php
Not Found: /update/f35.php
Not Found: /wp-content/themes/about.php
Not Found: /class-t.api.php
Not Found: /blurbs18.php
Not Found: /.well-known/gecko-litespeed.php
Not Found: /wp-admin/maint/about.php
Not Found: /wp-content/admin.php
Not Found: /wp-admin/setup-config.php
Not Found: /wp-includes/ID3/about.php
Not Found: /.well-known/admin.php
Not Found: /bless11.php
Not Found: /init.php
Not Found: /k.php
Not Found: /bless.php
Not Found: /X7x.php
Not Found: /166.php
Not Found: /plss3.php
Not Found: /wp-admin/user/about.php
Not Found: /admins.php
Not Found: /wp.php
Not Found: /main.php
Not Found: /a1.php
Not Found: /lala.php
Not Found: /aaa.php
Not Found: /a2.php
Not Found: /wp-includes/assets/index.php
Not Found: /jsond.php
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /blog-verify
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /apple-touch-icon-precomposed.png
Not Found: /apple-touch-icon.png
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
[UID:1227][3043665] Child process with pid: 3043855 was killed by signal: 15, core dumped: no
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /wp-api-post.php
Not Found: /wp-content/plugins/cidaas-pro-master/composer.json
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /wp-includes/wlwmanifest.xml//wp-includes/wlwmanifest.xml
Not Found: /xmlrpc.php//xmlrpc.php
Not Found: /blog/wp-includes/wlwmanifest.xml//blog/wp-includes/wlwmanifest.xml
Not Found: /web/wp-includes/wlwmanifest.xml//web/wp-includes/wlwmanifest.xml
Not Found: /wordpress/wp-includes/wlwmanifest.xml//wordpress/wp-includes/wlwmanifest.xml
Not Found: /website/wp-includes/wlwmanifest.xml//website/wp-includes/wlwmanifest.xml
Not Found: /wp/wp-includes/wlwmanifest.xml//wp/wp-includes/wlwmanifest.xml
Not Found: /news/wp-includes/wlwmanifest.xml//news/wp-includes/wlwmanifest.xml
Not Found: /2018/wp-includes/wlwmanifest.xml//2018/wp-includes/wlwmanifest.xml
Not Found: /2019/wp-includes/wlwmanifest.xml//2019/wp-includes/wlwmanifest.xml
Not Found: /shop/wp-includes/wlwmanifest.xml//shop/wp-includes/wlwmanifest.xml
Not Found: /wp1/wp-includes/wlwmanifest.xml//wp1/wp-includes/wlwmanifest.xml
Not Found: /test/wp-includes/wlwmanifest.xml//test/wp-includes/wlwmanifest.xml
Not Found: /media/wp-includes/wlwmanifest.xml//media/wp-includes/wlwmanifest.xml
Not Found: /wp2/wp-includes/wlwmanifest.xml//wp2/wp-includes/wlwmanifest.xml
Not Found: /site/wp-includes/wlwmanifest.xml//site/wp-includes/wlwmanifest.xml
Not Found: /cms/wp-includes/wlwmanifest.xml//cms/wp-includes/wlwmanifest.xml
Not Found: /sito/wp-includes/wlwmanifest.xml//sito/wp-includes/wlwmanifest.xml
Not Found: /wp-content/plugins/one_images_usder/oned_images_user.php
Not Found: /wp-content/plugins/one_images_user/one_images_user.php
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /wp-includes/wlwmanifest.xml//wp-includes/wlwmanifest.xml
Not Found: /xmlrpc.php//xmlrpc.php
Not Found: /blog/wp-includes/wlwmanifest.xml//blog/wp-includes/wlwmanifest.xml
Not Found: /web/wp-includes/wlwmanifest.xml//web/wp-includes/wlwmanifest.xml
Not Found: /wordpress/wp-includes/wlwmanifest.xml//wordpress/wp-includes/wlwmanifest.xml
Not Found: /website/wp-includes/wlwmanifest.xml//website/wp-includes/wlwmanifest.xml
Not Found: /wp/wp-includes/wlwmanifest.xml//wp/wp-includes/wlwmanifest.xml
Not Found: /news/wp-includes/wlwmanifest.xml//news/wp-includes/wlwmanifest.xml
Not Found: /2018/wp-includes/wlwmanifest.xml//2018/wp-includes/wlwmanifest.xml
Not Found: /2019/wp-includes/wlwmanifest.xml//2019/wp-includes/wlwmanifest.xml
Not Found: /shop/wp-includes/wlwmanifest.xml//shop/wp-includes/wlwmanifest.xml
Not Found: /wp1/wp-includes/wlwmanifest.xml//wp1/wp-includes/wlwmanifest.xml
Not Found: /test/wp-includes/wlwmanifest.xml//test/wp-includes/wlwmanifest.xml
Not Found: /media/wp-includes/wlwmanifest.xml//media/wp-includes/wlwmanifest.xml
Not Found: /wp2/wp-includes/wlwmanifest.xml//wp2/wp-includes/wlwmanifest.xml
Not Found: /site/wp-includes/wlwmanifest.xml//site/wp-includes/wlwmanifest.xml
Not Found: /cms/wp-includes/wlwmanifest.xml//cms/wp-includes/wlwmanifest.xml
Not Found: /sito/wp-includes/wlwmanifest.xml//sito/wp-includes/wlwmanifest.xml
Not Found: /_ignition/execute-solution
Not Found: /wp-content/plugins/lamybypyzyz/lamybypyzyz.php
Not Found: /_ignition/execute-solution
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /sm.php
Not Found: /sc.php
Not Found: /ioxi-o.php
Not Found: /admin.php
Not Found: /robots.txt
Not Found: /blog-verify
Not Found: /.well-known/assetlinks.json
Not Found: /ss.php
Not Found: /images/images/cache.php
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /elp.php
Not Found: /ws58.php
Not Found: /vx.php
Not Found: /motu.php
Not Found: /ckk.php
Not Found: /class.php
Not Found: /166.php
Not Found: /ww.php
Not Found: /wp-p2r3q9c8k4.php
Not Found: /users.php
Not Found: /0x.php
Not Found: /baixy.php
Not Found: /zu.php
Not Found: /kbfr.php
Not Found: /f35.php
Not Found: /click.php
Not Found: /a332.php
Not Found: /bootstrap.php
Not Found: /f2.php
Not Found: /to.php
Not Found: /inege.php
Not Found: /thui.php
Not Found: /8.php
Not Found: /fresh3.php
Not Found: /selesai.php
Not Found: /xs.php
Not Found: /maraz.php
Not Found: /ws66.php
Not Found: /aa.php
Not Found: /erty.php
Not Found: /24.php
Not Found: /bzjdlofz.php
Not Found: /sbhu.php
Not Found: /wp-blogs.php
Not Found: /fetch.php
Not Found: /bolt.php
Not Found: /tfm.php
Not Found: /ak.php
Not Found: /wp-style.php
Not Found: /error_log.php
Not Found: /0x0x.php
Not Found: /0byte.php
Not Found: /a4.php
Not Found: /logs1.php
Not Found: /35.php
Not Found: /lanka.php
Not Found: /knmt.php
Not Found: /ioxi.php
Not Found: /lkui.php
Not Found: /grsiuk.php
Not Found: /wp-admin/css/colors/blue/about.php
Not Found: /Geforce.php
Not Found: /easy.php
Not Found: /s1.php
Not Found: /cc13.php
Not Found: /06.php
Not Found: /t.php
Not Found: /export.php
Not Found: /xxw.php
Not Found: /term.php
Not Found: /num.php
Not Found: /file.php
Not Found: /403.php
Not Found: /ccu.php
Not Found: /155.php
Not Found: /xsox.php
Not Found: /wen.php
Not Found: /bgymj.php
Not Found: /gk.php
Not Found: /zoo.php
Not Found: /zxekqlxb.php
Not Found: /wp-scr1pts.php
Not Found: /shlo.php
Not Found: /gdn.php
Not Found: /6bcwiqwj.php
Not Found: /ws69.php
Not Found: /amp.php
Not Found: /gettest.php
Not Found: /Jcrop.php
Not Found: /wp-act.php
Not Found: /wp-link10.php
Not Found: /ff1.php
Not Found: /lib.php
Not Found: /Ov-Simple1.php
Not Found: /ccs.php
Not Found: /mini.php
Not Found: /xr.php
Not Found: /rtx.php
Not Found: /666.php
Not Found: /h2a2ck.php
Not Found: /cytyr.php
Not Found: /h02ugyh.php
Not Found: /66.php
Not Found: /init.php
Not Found: /ava.php
Not Found: /inc.php
Not Found: /ws68.php
Not Found: /w1px.php
Not Found: /ms.php
Not Found: /asax.php
Not Found: /galer.php
Not Found: /fs.php
Not Found: /browse.php
Not Found: /aaa.php
Not Found: /global.php
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /elp.php
Not Found: /ws58.php
Not Found: /vx.php
Not Found: /motu.php
Not Found: /ckk.php
Not Found: /class.php
Not Found: /166.php
Not Found: /ww.php
Not Found: /wp-p2r3q9c8k4.php
Not Found: /users.php
Not Found: /0x.php
Not Found: /baixy.php
Not Found: /zu.php
Not Found: /kbfr.php
Not Found: /f35.php
Not Found: /click.php
Not Found: /a332.php
Not Found: /bootstrap.php
Not Found: /f2.php
Not Found: /to.php
Not Found: /inege.php
Not Found: /thui.php
Not Found: /8.php
Not Found: /fresh3.php
Not Found: /selesai.php
Not Found: /xs.php
Not Found: /maraz.php
Not Found: /ws66.php
Not Found: /aa.php
Not Found: /erty.php
Not Found: /24.php
Not Found: /bzjdlofz.php
Not Found: /sbhu.php
Not Found: /wp-blogs.php
Not Found: /fetch.php
Not Found: /bolt.php
Not Found: /tfm.php
Not Found: /ak.php
Not Found: /wp-style.php
Not Found: /error_log.php
Not Found: /0x0x.php
Not Found: /0byte.php
Not Found: /a4.php
Not Found: /logs1.php
Not Found: /35.php
Not Found: /lanka.php
Not Found: /knmt.php
Not Found: /ioxi.php
Not Found: /lkui.php
Not Found: /grsiuk.php
Not Found: /wp-admin/css/colors/blue/about.php
Not Found: /Geforce.php
Not Found: /easy.php
Not Found: /s1.php
Not Found: /cc13.php
Not Found: /06.php
Not Found: /t.php
Not Found: /export.php
Not Found: /xxw.php
Not Found: /term.php
Not Found: /num.php
Not Found: /file.php
Not Found: /403.php
Not Found: /ccu.php
Not Found: /155.php
Not Found: /xsox.php
Not Found: /wen.php
Not Found: /bgymj.php
Not Found: /gk.php
Not Found: /zoo.php
Not Found: /zxekqlxb.php
Not Found: /wp-scr1pts.php
Not Found: /shlo.php
Not Found: /gdn.php
Not Found: /6bcwiqwj.php
Not Found: /ws69.php
Not Found: /amp.php
Not Found: /gettest.php
Not Found: /Jcrop.php
Not Found: /wp-act.php
Not Found: /wp-link10.php
Not Found: /ff1.php
Not Found: /lib.php
Not Found: /Ov-Simple1.php
Not Found: /ccs.php
Not Found: /mini.php
Not Found: /xr.php
Not Found: /rtx.php
Not Found: /666.php
Not Found: /h2a2ck.php
Not Found: /cytyr.php
Not Found: /h02ugyh.php
Not Found: /66.php
Not Found: /init.php
Not Found: /ava.php
Not Found: /inc.php
Not Found: /ws68.php
Not Found: /w1px.php
Not Found: /ms.php
Not Found: /asax.php
Not Found: /galer.php
Not Found: /fs.php
Not Found: /browse.php
Not Found: /aaa.php
Not Found: /global.php
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /wp-includes/admin.php//wp-includes/admin.php
Not Found: /wp-content/themes/sky-pro/js.php
Not Found: /wp-content/uploads/index.php//wp-content/uploads/index.php
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /wp-admin/user/index.php//wp-admin/user/index.php
Not Found: /x.php//x.php
Not Found: /chosen.php
Not Found: /radio.php
Not Found: /wp-content/index.php
Not Found: /okxh.php
Not Found: /shell20211028.php
Not Found: /zqhfn.php//zqhfn.php
Not Found: /cgi-bin/index.php
Not Found: /k.php
Not Found: /wp-content/themes/twentytwenty/404.php
Not Found: /403.php//403.php
Not Found: /fimai.php//fimai.php
Not Found: /maul.php
Not Found: /elp.php
Not Found: /tt.php
Not Found: /wp-content/admin.php
Not Found: /.well-known/index.php
Not Found: /an.php//an.php
Not Found: /orouu.php//orouu.php
Not Found: /config.php
Not Found: /z.php//z.php
Not Found: /55b76.php
Not Found: /wp-includes/assets/index.php//wp-includes/assets/index.php
Not Found: /kalso.php//kalso.php
Not Found: /web.php
Not Found: /5b9ac.php
Not Found: /system.php//system.php
Not Found: /wp-includes/customize/index.php
Not Found: /byp.php//byp.php
Not Found: /wp-includes/Text/Diff/index.php//wp-includes/Text/Diff/index.php
Not Found: /wp-includes/Requests/about.php
Not Found: /index/function.php
Not Found: /.well-known/acme-challenge/admin.php
Not Found: /domains.php
Not Found: /clss.php
Not Found: /autoload_classmap.php
Not Found: /byp.php
Not Found: /wp-includes/Text/wp-login.php//wp-includes/Text/wp-login.php
Not Found: /zc-104.php
Not Found: /wp-includes/admin.php
Not Found: /6kDPjgFTmvS.php
Not Found: /vanda.php
Not Found: /install.php//install.php
Not Found: /wp-includes/css/index.php//wp-includes/css/index.php
Not Found: /wp-includes/js/jcrop/Jcrop.php
Not Found: /plugins/function.php
Not Found: /wp-includes/pomo/index.php
Not Found: /gdn.php//gdn.php
Not Found: /cache.php
Not Found: /css/index.php//css/index.php
Not Found: /asd.php
Not Found: /favicon.php
Not Found: /file.php
Not Found: /rzki.php
Not Found: /buy.php
Not Found: /install.php
Not Found: /inputs.php//inputs.php
Not Found: /wp-content/languages/index.php//wp-content/languages/index.php
Not Found: /function/function.php//function/function.php
Not Found: /ws.php
Not Found: /44.php
Not Found: /wp-admin/css/index.php
Not Found: /404.php
Not Found: /randkeyword.PhP7
Not Found: /admin/function.php//admin/function.php
Not Found: /wp-login.php
Not Found: /wp-content/plugins/index.php//wp-content/plugins/index.php
Not Found: /.well-known/wp-login.php
Not Found: /index/function.php//index/function.php
Not Found: /wp-config-sample.php
Not Found: /rip.php
Not Found: /wp-content/languages/plugins/index.php
Not Found: /wp-admin/css/wp-login.php
Not Found: /images/all.php
Not Found: /wp-content/themes/hideo/network.php//wp-content/themes/hideo/network.php
Not Found: /404.php//404.php
Not Found: /wp-blog.php
Not Found: /info.php
Not Found: /wp-admin/maint/wp-login.php//wp-admin/maint/wp-login.php
Not Found: /rip.php//rip.php
Not Found: /h.php//h.php
Not Found: /56c53.php
Not Found: /wp-admin/user-new.php
Not Found: /i.php
Not Found: /xsas.php
Not Found: /varb.php
Not Found: /chosen/function.php
Not Found: /xxzdc.php//xxzdc.php
Not Found: /gdn.php
Not Found: /elp.php//elp.php
Not Found: /144.php
Not Found: /wp-admin/css/colors/blue/file.php
Not Found: /wp-conf.php
Not Found: /wp-includes/PHPMailer/index.php
Not Found: /lm15.php
Not Found: /inputs.php
Not Found: /wp-content/uploads/index.php
Not Found: /d12.php
Not Found: /test.php//test.php
Not Found: /hehe.php
Not Found: /wp-includes/css/about.php//wp-includes/css/about.php
Not Found: /themes.php
Not Found: /bo.php
Not Found: /a5e0a.php
Not Found: /z.php
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /wp-login.php
Not Found: /wp-login.php
Not Found: /wp-admin/
Not Found: /wp-login.php
Not Found: /wp-login.php
Not Found: /wp-admin/
Not Found: /apple-touch-icon-precomposed.png
Not Found: /apple-touch-icon.png
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/assetlinks.json
Not Found: /wp-content/plugins/cidaas-pro-master/composer.json
Not Found: /wp-json/custom/v1/
Not Found: /blog-verify
Not Found: /wp-admin/edit.php
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /new4.php
Not Found: /sc.php
Not Found: /jo.php
Not Found: /srv.php
Not Found: /ini.php
Not Found: /cro.php
Not Found: /owl.php
Not Found: /BDKR28WP.php
Not Found: /zu.php
Not Found: /alpha.php
Not Found: /sty.php
Not Found: /wwx.php
Not Found: /tevkb.php
Not Found: /atmaca.php
Not Found: /opts.php
Not Found: /wp-act.php
Not Found: /ze.php
Not Found: /seetox.php
Not Found: /wp-content/
Not Found: /plugins.php
Not Found: /xoot.php
Not Found: /X57.php
Not Found: /vx.php
Not Found: /file59.php
Not Found: /wp-admin/css/bolt.php
Not Found: /xa.php
Not Found: /er.php
Not Found: /fault.php
Not Found: /motu.php
Not Found: /66.php
Not Found: /leuk.php
Not Found: /xqq.php
Not Found: /kolda.php
Not Found: /nw.php
Not Found: /666.php
Not Found: /kj.php
Not Found: /un.php
Not Found: /fs.php
Not Found: /ms.php
Not Found: /login5.php
Not Found: /cu.php
Not Found: /lul.php
Not Found: /0.php
Not Found: /ms-edit.php
Not Found: /grsiuk.php
Not Found: /wp-blog.php
Not Found: /wp-access.php
Not Found: /a1vx.php
Not Found: /sbhu.php
Not Found: /wp-the.php
Not Found: /06.php
Not Found: /wp5.php
Not Found: /fot.php
Not Found: /ff1.php
Not Found: /forbidals.php
Not Found: /erty.php//erty.php
Not Found: /dev1s.php
Not Found: /ffd.php
Not Found: /admiin.php
Not Found: /ol.php
Not Found: /Sanskrit.php
Not Found: /vxrl.php
Not Found: /re.php
Not Found: /num.php
Not Found: /axx.php
Not Found: /vxrl.php
Not Found: /in.php
Not Found: /style.php
Not Found: /we.php
Not Found: /zwso.php
Not Found: /karak.php
Not Found: /prv8.php
Not Found: /i.php
Not Found: /a.php
Not Found: /xmlrpc.php
Not Found: /aw.php
Not Found: /dev.php
Not Found: /lock360.php
Not Found: /155.php
Not Found: /goat.php
Not Found: /tcp.php
Not Found: /ext.php
Not Found: /inputs.php
Not Found: /ioxi.php
Not Found: /fe5.php
Not Found: /ov.php
Not Found: /wp-content/plugins/index.php
Not Found: /default.php
Not Found: /goods.php
Not Found: /abcd.php
Not Found: /class.1.php
Not Found: /async.php
Not Found: /ff.php
Not Found: /ioxi-o.php
Not Found: /manager.php
Not Found: /wp-update.php
Not Found: /file.php
Not Found: /lc.php
Not Found: /cbrfo.php
Not Found: /inc.php
Not Found: /gifclass.php
Not Found: /miansha.php
Not Found: /tinyfilemanager.php
Not Found: /admin.php
Not Found: /ok.php
Not Found: /fi.php
Not Found: /muzu.php
Not Found: /reze.php
Not Found: /styll.php
Not Found: /x7.php
Not Found: /thebe.php
Not Found: /ddd.php
Not Found: /bgymj.php
Not Found: /8xyz.php
Not Found: /ioxi.php
Not Found: /xpwer1.php
Not Found: /lala.php//lala.php
Not Found: /about.php//about.php
Not Found: /wp-admin/images/commentv.php
Not Found: /cgi-bin/index.php//cgi-bin/index.php
Not Found: /wp-admin/images/wp-conflg.php//wp-admin/images/wp-conflg.php
Not Found: /wp-admin/images/wp-conflg.php
Not Found: /info.php
Not Found: /about.php
Not Found: /x/
Not Found: /222.php
Not Found: /adminfuns.php//adminfuns.php
Not Found: /wp-includes/PHPMailer/
Not Found: /xx.php
Not Found: /wp-admin/js/wp-conflg.php
Not Found: /f5.php
Not Found: /flower.php
Not Found: /f6.php//f6.php
Not Found: /edit.php//edit.php
Not Found: /wp-includes/js/dist//wp-includes/js/dist/
Not Found: /wp-includes/SimplePie/
Not Found: /av.php//av.php
Not Found: /wp-includes/Text/Diff/Engine/about.php
Not Found: /wsd.php
Not Found: /jane.php
Not Found: /css.php
Not Found: /alfa.php
Not Found: /wen.php
Not Found: /x.php
Not Found: /xxxx.php
Not Found: /class.php//class.php
Not Found: /f35.php
Not Found: /wp-admin/about.php
Not Found: /update/f35.php
Not Found: /wp-content/themes/about.php
Not Found: /class-t.api.php
Not Found: /blurbs18.php
Not Found: /.well-known/gecko-litespeed.php
Not Found: /wp-admin/maint/about.php
Not Found: /wp-content/admin.php
Not Found: /wp-admin/setup-config.php
Not Found: /wp-includes/ID3/about.php
Not Found: /.well-known/admin.php
Not Found: /bless11.php
Not Found: /init.php
Not Found: /k.php
Not Found: /bless.php
Not Found: /X7x.php
Not Found: /166.php
Not Found: /plss3.php
Not Found: /wp-admin/user/about.php
Not Found: /admins.php
Not Found: /wp.php
Not Found: /main.php
Not Found: /a1.php
Not Found: /lala.php
Not Found: /aaa.php
Not Found: /a2.php
Not Found: /wp-includes/assets/index.php
Not Found: /jsond.php
Not Found: /favicon.ico
Not Found: /mailto:info@istvc.edu.ec
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /wp-content/index.php
Not Found: /wp-content/themes/about.php
Not Found: /webdb.php
Not Found: /file.php
Not Found: /166.php
Not Found: /classwithtostring.php
Not Found: /by.php
Not Found: /wp-includes/fonts/index.php
Not Found: /simple.php
Not Found: /wp-admin/network/plugins.php
Not Found: /wp-includes/assets/index.php
Not Found: /confq.php
Not Found: /wp-content/plugins/admin.php
Not Found: /404.php
Not Found: /35.php
Not Found: /sx.php
Not Found: /gettest.php
Not Found: /wp-admin/css/colors/blue/index.php
Not Found: /reze.php
Not Found: /ioxi.php
Not Found: /g.php
Not Found: /az.php
Not Found: /wp-content/plugins/index.php
Not Found: /app.php
Not Found: /aboutc.php
Not Found: /elp.php
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /xmlrpc.php
Not Found: /xmlrpc.php
Not Found: /blog-verify
Not Found: /wp-content/plugins/wordpress-file-upload-pro/wordpress_file_upload_style.css
Not Found: /wp-content/plugins/wp-file-upload/css/wordpress_file_upload_style.css
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /wp-json/v1/u
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/assetlinks.json
Not Found: /wp-includes/wlwmanifest.xml//wp-includes/wlwmanifest.xml
Not Found: /xmlrpc.php//xmlrpc.php
Not Found: /blog/wp-includes/wlwmanifest.xml//blog/wp-includes/wlwmanifest.xml
Not Found: /web/wp-includes/wlwmanifest.xml//web/wp-includes/wlwmanifest.xml
Not Found: /wordpress/wp-includes/wlwmanifest.xml//wordpress/wp-includes/wlwmanifest.xml
Not Found: /website/wp-includes/wlwmanifest.xml//website/wp-includes/wlwmanifest.xml
Not Found: /wp/wp-includes/wlwmanifest.xml//wp/wp-includes/wlwmanifest.xml
Not Found: /news/wp-includes/wlwmanifest.xml//news/wp-includes/wlwmanifest.xml
Not Found: /2018/wp-includes/wlwmanifest.xml//2018/wp-includes/wlwmanifest.xml
Not Found: /2019/wp-includes/wlwmanifest.xml//2019/wp-includes/wlwmanifest.xml
Not Found: /shop/wp-includes/wlwmanifest.xml//shop/wp-includes/wlwmanifest.xml
Not Found: /wp1/wp-includes/wlwmanifest.xml//wp1/wp-includes/wlwmanifest.xml
Not Found: /test/wp-includes/wlwmanifest.xml//test/wp-includes/wlwmanifest.xml
Not Found: /media/wp-includes/wlwmanifest.xml//media/wp-includes/wlwmanifest.xml
Not Found: /wp2/wp-includes/wlwmanifest.xml//wp2/wp-includes/wlwmanifest.xml
Not Found: /site/wp-includes/wlwmanifest.xml//site/wp-includes/wlwmanifest.xml
Not Found: /cms/wp-includes/wlwmanifest.xml//cms/wp-includes/wlwmanifest.xml
Not Found: /sito/wp-includes/wlwmanifest.xml//sito/wp-includes/wlwmanifest.xml
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /xmlrpc.php
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /xmlrpc.php
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/assetlinks.json
Not Found: /wp-json/slider-future/v1
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /new4.php
Not Found: /bal.php
Not Found: /bengi.php
Not Found: /lb.php
Not Found: /wp-admin/images/wp-conflg.php//wp-admin/images/wp-conflg.php
Not Found: /assets/css/index.php//assets/css/index.php
Not Found: /function/function.php//function/function.php
Not Found: /mah/function.php//mah/function.php
Not Found: /wp-content/admin.php//wp-content/admin.php
Not Found: /worksec.php//worksec.php
Not Found: /wp-includes/css/dist//wp-includes/css/dist/
Not Found: /cgi-bin/index.php//cgi-bin/index.php
Not Found: /aa.php//aa.php
Not Found: /1.php//1.php
Not Found: /templates/beez/index.php//templates/beez/index.php
Not Found: /w.php//w.php
Not Found: /system.php//system.php
Not Found: /new.php//new.php
Not Found: /x.php//x.php
Not Found: /wp-includes/js/tinymce/themes/inlite//wp-includes/js/tinymce/themes/inlite/
Not Found: /wp-admin/js/pe9rsn.php
Not Found: /wp-content/plugins/index.php//wp-content/plugins/index.php
Not Found: /wp-content/themes/index.php
Not Found: /special.php//special.php
Not Found: /bak.php//bak.php
Not Found: /wp-content/upgrade/about.php//wp-content/upgrade/about.php
Not Found: /wp-admin/js/widgets/index.php//wp-admin/js/widgets/index.php
Not Found: /wp-includes/assets/index.php
Not Found: /inputs.php//inputs.php
Not Found: /wp-monamon.php
Not Found: /wp-includes/assets//wp-includes/assets/
Not Found: /wp-includes/sitemaps//wp-includes/sitemaps/
Not Found: /alfa.php//alfa.php
Not Found: /core.php//core.php
Not Found: /about.php//about.php
Not Found: /log.php//log.php
Not Found: /zsec.php
Not Found: /wp-content/plugins/erinyani//wp-content/plugins/erinyani/
Not Found: /hi.php//hi.php
Not Found: /wp-content/cong.php//wp-content/cong.php
Not Found: /wp-content/index.php//wp-content/index.php
Not Found: /wp-includes/css/index.php//wp-includes/css/index.php
Not Found: /wp-includes/l10n//wp-includes/l10n/
Not Found: /wp-includes/images/smilies/index.php//wp-includes/images/smilies/index.php
Not Found: /d2.php//d2.php
Not Found: /new/index.php//new/index.php
Not Found: /assets/css/dist//assets/css/dist/
Not Found: /wp-content/uploads/2021/02/index.php//wp-content/uploads/2021/02/index.php
Not Found: /products/about.php//products/about.php
Not Found: /wp-includes/js/jquery//wp-includes/js/jquery/
Not Found: /page.php//page.php
Not Found: /admin1.php//admin1.php
Not Found: /files/load.php
Not Found: /files/8.php
Not Found: /files/sh.php
Not Found: /files/start.php
Not Found: /files/xaw.php
Not Found: /wp-admin/js/fi.php
Not Found: /wc49.php
Not Found: /TL.php
Not Found: /sys.php//sys.php
Not Found: /fck.php//fck.php
Not Found: /x123x.php
Not Found: /wp-michan.php
Not Found: /nw2.php
Not Found: /blackmini.php
Not Found: /gssdd.php
Not Found: /F19.php
Not Found: /F1.php
Not Found: /fff.php
Not Found: /4h.php
Not Found: /yussef.php
Not Found: /bs1.php
Not Found: /BDKR28WP.php
Not Found: /zu.php
Not Found: /alpha.php
Not Found: /opts.php
Not Found: /wp-act.php
Not Found: /ze.php
Not Found: /seetox.php
Not Found: /wp-content/
Not Found: /plugins.php
Not Found: /xoot.php
Not Found: /X57.php
Not Found: /file59.php
Not Found: /wp-admin/css/bolt.php
Not Found: /xa.php
Not Found: /er.php
Not Found: /fault.php
Not Found: /motu.php
Not Found: /66.php
Not Found: /leuk.php
Not Found: /xqq.php
Not Found: /kolda.php
Not Found: /nw.php
Not Found: /666.php
Not Found: /kj.php
Not Found: /un.php
Not Found: /fs.php
Not Found: /ms.php
Not Found: /cu.php
Not Found: /0.php
Not Found: /ms-edit.php
Not Found: /grsiuk.php
Not Found: /wp-blog.php
Not Found: /wp-access.php
Not Found: /a1vx.php
Not Found: /sbhu.php
Not Found: /wp-the.php
Not Found: /06.php
Not Found: /classwithtostring.php
Not Found: /fot.php
Not Found: /ff1.php
Not Found: /forbidals.php
Not Found: /erty.php//erty.php
Not Found: /dev1s.php
Not Found: /ffd.php
Not Found: /admiin.php
Not Found: /ol.php
Not Found: /Sanskrit.php
Not Found: /vxrl.php
Not Found: /re.php
Not Found: /num.php
Not Found: /makeasmtp.php
Not Found: /vxrl.php
Not Found: /in.php
Not Found: /style.php
Not Found: /we.php
Not Found: /zwso.php
Not Found: /karak.php
Not Found: /prv8.php
Not Found: /a.php
Not Found: /xmlrpc.php
Not Found: /dev.php
Not Found: /lock360.php
Not Found: /155.php
Not Found: /goat.php
Not Found: /ext.php
Not Found: /inputs.php
Not Found: /ioxi.php
Not Found: /fe5.php
Not Found: /ov.php
Not Found: /wp-content/plugins/index.php
Not Found: /default.php
Not Found: /goods.php
Not Found: /abcd.php
Not Found: /class.1.php
Not Found: /async.php
Not Found: /ff.php
Not Found: /ioxi-o.php
Not Found: /manager.php
Not Found: /wp-update.php
Not Found: /file.php
Not Found: /lc.php
Not Found: /cbrfo.php
Not Found: /inc.php
Not Found: /gifclass.php
Not Found: /miansha.php
Not Found: /tinyfilemanager.php
Not Found: /ok.php
Not Found: /fi.php
Not Found: /muzu.php
Not Found: /reze.php
Not Found: /styll.php
Not Found: /x7.php
Not Found: /thebe.php
Not Found: /ddd.php
Not Found: /bgymj.php
Not Found: /ioxi.php
Not Found: /xpwer1.php
Not Found: /lala.php//lala.php
Not Found: /about.php//about.php
Not Found: /wp-admin/images/commentv.php
Not Found: /cgi-bin/index.php//cgi-bin/index.php
Not Found: /wp-admin/images/wp-conflg.php//wp-admin/images/wp-conflg.php
Not Found: /wp-admin/images/wp-conflg.php
Not Found: /info.php
Not Found: /about.php
Not Found: /x/
Not Found: /222.php
Not Found: /adminfuns.php//adminfuns.php
Not Found: /wp-includes/PHPMailer/
Not Found: /xx.php
Not Found: /wp-admin/js/wp-conflg.php
Not Found: /f5.php
Not Found: /flower.php
Not Found: /f6.php//f6.php
Not Found: /edit.php//edit.php
Not Found: /wp-includes/js/dist//wp-includes/js/dist/
Not Found: /wp-includes/SimplePie/
Not Found: /wp-includes/Text/Diff/Engine/about.php
Not Found: /wsd.php
Not Found: /jane.php
Not Found: /css.php
Not Found: /alfa.php
Not Found: /x.php
Not Found: /xxxx.php
Not Found: /class.php//class.php
Not Found: /f35.php
Not Found: /wp-admin/about.php
Not Found: /update/f35.php
Not Found: /wp-content/themes/about.php
Not Found: /class-t.api.php
Not Found: /.well-known/gecko-litespeed.php
Not Found: /wp-admin/maint/about.php
Not Found: /wp-content/admin.php
Not Found: /wp-admin/setup-config.php
Not Found: /wp-includes/ID3/about.php
Not Found: /.well-known/admin.php
Not Found: /init.php
Not Found: /k.php
Not Found: /bless.php
Not Found: /X7x.php
Not Found: /166.php
Not Found: /plss3.php
Not Found: /wp-admin/user/about.php
Not Found: /admins.php
Not Found: /wp.php
Not Found: /main.php
Not Found: /a1.php
Not Found: /lala.php
Not Found: /aaa.php
Not Found: /a2.php
Not Found: /wp-includes/assets/index.php
Not Found: /jsond.php
Not Found: /av.php//av.php
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /lite.php
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /apple-touch-icon-precomposed.png
Not Found: /favicon.ico
Not Found: /apple-touch-icon.png
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /apple-touch-icon.png
Not Found: /apple-touch-icon-precomposed.png
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /images/images/cache.php
Not Found: /ss.php
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /blog-verify
[UID:1227][2404830] Child process with pid: 2501309 was killed by signal: 15, core dumped: no
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
[UID:1227][2404830] Child process with pid: 2617110 was killed by signal: 15, core dumped: no
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /wp-includes/wlwmanifest.xml//wp-includes/wlwmanifest.xml
Not Found: /xmlrpc.php//xmlrpc.php
Not Found: /blog/wp-includes/wlwmanifest.xml//blog/wp-includes/wlwmanifest.xml
Not Found: /web/wp-includes/wlwmanifest.xml//web/wp-includes/wlwmanifest.xml
Not Found: /wordpress/wp-includes/wlwmanifest.xml//wordpress/wp-includes/wlwmanifest.xml
Not Found: /website/wp-includes/wlwmanifest.xml//website/wp-includes/wlwmanifest.xml
Not Found: /wp/wp-includes/wlwmanifest.xml//wp/wp-includes/wlwmanifest.xml
Not Found: /news/wp-includes/wlwmanifest.xml//news/wp-includes/wlwmanifest.xml
Not Found: /2018/wp-includes/wlwmanifest.xml//2018/wp-includes/wlwmanifest.xml
Not Found: /2019/wp-includes/wlwmanifest.xml//2019/wp-includes/wlwmanifest.xml
Not Found: /shop/wp-includes/wlwmanifest.xml//shop/wp-includes/wlwmanifest.xml
Not Found: /wp1/wp-includes/wlwmanifest.xml//wp1/wp-includes/wlwmanifest.xml
Not Found: /test/wp-includes/wlwmanifest.xml//test/wp-includes/wlwmanifest.xml
Not Found: /media/wp-includes/wlwmanifest.xml//media/wp-includes/wlwmanifest.xml
Not Found: /wp2/wp-includes/wlwmanifest.xml//wp2/wp-includes/wlwmanifest.xml
Not Found: /site/wp-includes/wlwmanifest.xml//site/wp-includes/wlwmanifest.xml
Not Found: /cms/wp-includes/wlwmanifest.xml//cms/wp-includes/wlwmanifest.xml
Not Found: /sito/wp-includes/wlwmanifest.xml//sito/wp-includes/wlwmanifest.xml
Not Found: /favicon.ico
Not Found: /wp-includes/wlwmanifest.xml//wp-includes/wlwmanifest.xml
Not Found: /xmlrpc.php//xmlrpc.php
Not Found: /blog/wp-includes/wlwmanifest.xml//blog/wp-includes/wlwmanifest.xml
Not Found: /web/wp-includes/wlwmanifest.xml//web/wp-includes/wlwmanifest.xml
Not Found: /wordpress/wp-includes/wlwmanifest.xml//wordpress/wp-includes/wlwmanifest.xml
Not Found: /website/wp-includes/wlwmanifest.xml//website/wp-includes/wlwmanifest.xml
Not Found: /wp/wp-includes/wlwmanifest.xml//wp/wp-includes/wlwmanifest.xml
Not Found: /news/wp-includes/wlwmanifest.xml//news/wp-includes/wlwmanifest.xml
Not Found: /2018/wp-includes/wlwmanifest.xml//2018/wp-includes/wlwmanifest.xml
Not Found: /2019/wp-includes/wlwmanifest.xml//2019/wp-includes/wlwmanifest.xml
Not Found: /shop/wp-includes/wlwmanifest.xml//shop/wp-includes/wlwmanifest.xml
Not Found: /wp1/wp-includes/wlwmanifest.xml//wp1/wp-includes/wlwmanifest.xml
Not Found: /test/wp-includes/wlwmanifest.xml//test/wp-includes/wlwmanifest.xml
Not Found: /media/wp-includes/wlwmanifest.xml//media/wp-includes/wlwmanifest.xml
Not Found: /wp2/wp-includes/wlwmanifest.xml//wp2/wp-includes/wlwmanifest.xml
Not Found: /site/wp-includes/wlwmanifest.xml//site/wp-includes/wlwmanifest.xml
Not Found: /cms/wp-includes/wlwmanifest.xml//cms/wp-includes/wlwmanifest.xml
Not Found: /sito/wp-includes/wlwmanifest.xml//sito/wp-includes/wlwmanifest.xml
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /asc.php
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /wp-login.php
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /blog-verify
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Internal Server Error: /informacion/mis-materias/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper
    response = view_func(request, *args, **kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 46, in mis_materias
    return render(request, 'mis_materias.html', {
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 62, in render_to_string
    return template.render(context, request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/backends/django.py", line 107, in render
    return self.template.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 171, in render
    return self._render(context)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 65, in render
    result = block.nodelist.render(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 243, in render
    nodelist.append(node.render_annotated(context))
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 550, in render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1067, in render
    output = self.filter_expression.resolve(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 745, in resolve
    new_obj = func(obj, *arg_vals)
              ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/templatetags/custom_filters.py", line 30, in display_nota
    return f"{value:.2f}"
           ^^^^^^^^^^^^^^
ValueError: Unknown format code 'f' for object of type 'str'
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /xmlrpc.php
Not Found: /xmlrpc.php
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/assetlinks.json
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js//ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js
Not Found: /cdn.js//cdn.js
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/security.txt
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /apple-touch-icon.png
Not Found: /apple-touch-icon-precomposed.png
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /wp-includes/js/jquery/jquery.js
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/openpyxl/workbook/child.py:99: UserWarning: Title is more than 31 characters. Some applications may not be able to read the file
  warnings.warn("Title is more than 31 characters. Some applications may not be able to read the file")
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
[UID:1227][1447066] Child process with pid: 2236587 was killed by signal: 9, core dumped: no
Not Found: /ruta/a/tu/imagen.jpg
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/openpyxl/workbook/child.py:99: UserWarning: Title is more than 31 characters. Some applications may not be able to read the file
  warnings.warn("Title is more than 31 characters. Some applications may not be able to read the file")
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /ruta/a/tu/imagen.jpg
Forbidden (CSRF token from POST incorrect.): /admin/logout/
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/openpyxl/workbook/child.py:99: UserWarning: Title is more than 31 characters. Some applications may not be able to read the file
  warnings.warn("Title is more than 31 characters. Some applications may not be able to read the file")
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /favicon.ico
Not Found: /favicon.ico
Forbidden (Permission denied): /informacion/estudiante/create/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/base.py", line 104, in view
    return self.dispatch(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 48, in _wrapper
    return bound_method(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 48, in _wrapper
    return bound_method(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper
    response = view_func(request, *args, **kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/mixins.py", line 108, in dispatch
    return self.handle_no_permission()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/mixins.py", line 48, in handle_no_permission
    raise PermissionDenied(self.get_permission_denied_message())
django.core.exceptions.PermissionDenied
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /admin}/admin%7D
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Forbidden (CSRF token from POST incorrect.): /admin/logout/
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /login
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /.well-known/traffic-advice
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /apple-touch-icon.png
Not Found: /apple-touch-icon-precomposed.png
Not Found: /favicon.ico
Not Found: /login
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /apple-touch-icon.png
Not Found: /favicon.ico
Not Found: /apple-touch-icon-precomposed.png
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /apple-touch-icon.png
Not Found: /favicon.ico
Not Found: /apple-touch-icon-precomposed.png
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /apple-touch-icon-precomposed.png
Not Found: /apple-touch-icon.png
Not Found: /apple-touch-icon.png
Not Found: /apple-touch-icon-precomposed.png
Not Found: /favicon.ico
Not Found: /apple-touch-icon-precomposed.png
Not Found: /favicon.ico
Not Found: /apple-touch-icon.png
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /filemanager/dialog.php
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /sitemap.xml
Not Found: /ads.txt
Not Found: /security.txt
Not Found: /.well-known/security.txt
Not Found: /llms.txt
Not Found: /humans.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /apple-touch-icon.png
Not Found: /apple-touch-icon-precomposed.png
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /login
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /.well-known/traffic-advice
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Forbidden (CSRF token from POST incorrect.): /accounts/login/
Forbidden (CSRF token from POST incorrect.): /accounts/login/
Forbidden (CSRF token from POST incorrect.): /accounts/login/
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/security.txt
Not Found: /.well-known/assetlinks.json
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/openpyxl/workbook/child.py:99: UserWarning: Title is more than 31 characters. Some applications may not be able to read the file
  warnings.warn("Title is more than 31 characters. Some applications may not be able to read the file")
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Forbidden (CSRF token from POST incorrect.): /accounts/login/
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
[UID:1227][1013702] Child process with pid: 1774053 was killed by signal: 15, core dumped: no
[UID:1227][1013702] Child process with pid: 1774271 was killed by signal: 15, core dumped: no
[UID:1227][1013702] Child process with pid: 1774654 was killed by signal: 15, core dumped: no
[UID:1227][1013702] Child process with pid: 1774671 was killed by signal: 15, core dumped: no
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /apple-touch-icon.png
Not Found: /favicon.ico
Not Found: /apple-touch-icon-precomposed.png
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/traffic-advice
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /wp-login.php
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /favicon.ico
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /apple-touch-icon.png
Not Found: /favicon.ico
Not Found: /apple-touch-icon-precomposed.png
Not Found: /favicon.ico
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/openpyxl/workbook/child.py:99: UserWarning: Title is more than 31 characters. Some applications may not be able to read the file
  warnings.warn("Title is more than 31 characters. Some applications may not be able to read the file")
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/traffic-advice
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /wp-login.php
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /.well-known/security.txt
Not Found: /robots.txt
Not Found: /sitemap.xml
Not Found: /wp-json/
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /apple-touch-icon.png
Not Found: /apple-touch-icon-precomposed.png
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /ip
Not Found: /ip
Not Found: /ip
Not Found: /ip
Not Found: /.well-known/assetlinks.json
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/assetlinks.json
Not Found: /ip
Not Found: /ip
Not Found: /ip
Not Found: /ip
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
[UID:1227][3573355] Child process with pid: 3573732 was killed by signal: 15, core dumped: no
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /apple-touch-icon.png
Not Found: /apple-touch-icon-precomposed.png
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Forbidden (CSRF cookie not set.): /
[UID:1227][2052576] packetLen < 0
Forbidden (CSRF cookie not set.): /
[UID:1227][2052576] packetLen < 0
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /robots.txt
Not Found: /robots.txt
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /sitemap.xml
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /sitemap.xml
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /sitemap.xml
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /sitemap.xml
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /apple-touch-icon-precomposed.png
Not Found: /apple-touch-icon.png
Not Found: /apple-touch-icon-120x120-precomposed.png
Not Found: /apple-touch-icon-120x120.png
Not Found: /apple-touch-icon-precomposed.png
Not Found: /apple-touch-icon.png
Not Found: /favicon.ico
Not Found: /apple-touch-icon-120x120-precomposed.png
Not Found: /apple-touch-icon-120x120.png
Not Found: /apple-touch-icon-precomposed.png
Not Found: /apple-touch-icon.png
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /enhancecp
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /apple-touch-icon.png
Not Found: /apple-touch-icon-precomposed.png
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /enhancecp
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/assetlinks.json
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /apple-touch-icon.png
Not Found: /favicon.ico
Not Found: /apple-touch-icon-precomposed.png
Not Found: /favicon.ico
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/openpyxl/workbook/child.py:99: UserWarning: Title is more than 31 characters. Some applications may not be able to read the file
  warnings.warn("Title is more than 31 characters. Some applications may not be able to read the file")
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Forbidden (Permission denied): /informacion/estudiante/create/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/base.py", line 104, in view
    return self.dispatch(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 48, in _wrapper
    return bound_method(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 48, in _wrapper
    return bound_method(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper
    response = view_func(request, *args, **kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/mixins.py", line 108, in dispatch
    return self.handle_no_permission()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/mixins.py", line 48, in handle_no_permission
    raise PermissionDenied(self.get_permission_denied_message())
django.core.exceptions.PermissionDenied
Forbidden (Permission denied): /informacion/estudiante/create/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/base.py", line 104, in view
    return self.dispatch(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 48, in _wrapper
    return bound_method(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 48, in _wrapper
    return bound_method(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper
    response = view_func(request, *args, **kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/mixins.py", line 108, in dispatch
    return self.handle_no_permission()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/mixins.py", line 48, in handle_no_permission
    raise PermissionDenied(self.get_permission_denied_message())
django.core.exceptions.PermissionDenied
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/assetlinks.json
Not Found: /.well-known/security.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /apple-touch-icon-precomposed.png
Not Found: /favicon.ico
Not Found: /apple-touch-icon.png
Not Found: /.well-known/assetlinks.json
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /wp-content/plugins/cidaas-pro-master/composer.json
Not Found: /ss.php
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /apple-touch-icon-precomposed.png
Not Found: /apple-touch-icon.png
Not Found: /blog-verify
Not Found: /robots.txt
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /file-manager/initialize
Not Found: /file-manager/initialize
Not Found: /file-manager/initialize
Not Found: /file-manager/initialize
Not Found: /dashboard
Not Found: /login
Not Found: /user
Not Found: /user
Not Found: /login
Not Found: /dashboard
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
[UID:1227][2554231] Child process with pid: 2608398 was killed by signal: 15, core dumped: no
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /robots.txt
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /apple-touch-icon.png
Not Found: /favicon.ico
Not Found: /apple-touch-icon-precomposed.png
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /data:,
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Forbidden (Referer checking failed - no Referer.): /
Not Found: /.env.local
Not Found: /.env.production
Not Found: /.env.staging
Not Found: /.env.development
Not Found: /.env.test
Not Found: /.env.remote
Not Found: /.env.bak
Not Found: /.env.backup
Not Found: /.env.save
Not Found: /.env.old
Not Found: /.env.sample
Not Found: /.env.example
Not Found: /.env.dev
Not Found: /.env.prod
Not Found: /.env.stage
Not Found: /.env.ci
Not Found: /.env.docker
Not Found: /.env.live
Not Found: /.env.preprod
Not Found: /.env.uat
Not Found: /.env.dist
Not Found: /.env.swp
Not Found: /.env~
Not Found: /phpinfo.php
Not Found: /info.php
Not Found: /php.php
Not Found: /i.php
Not Found: /pi.php
Not Found: /pinfo.php
Not Found: /test.php
Not Found: /phpinfo
Not Found: /p.php
Not Found: /debug.php
Not Found: /test/phpinfo.php
Not Found: /dev/phpinfo.php
Not Found: /old/phpinfo.php
Not Found: /tmp/phpinfo.php
Not Found: /public/phpinfo.php
Not Found: /info
Not Found: /php-info.php
Not Found: /phpversion.php
Not Found: /_phpinfo.php
Not Found: /old_phpinfo.php
Not Found: /server-info.php
Not Found: /server-status.php
Not Found: /_profiler/phpinfo
Not Found: /_environment
Not Found: /webroot/index.php/_environment
Not Found: /mail/phpinfo.php
Not Found: /cpanel/phpinfo.php
Not Found: /hosting/phpinfo.php
Not Found: /smtp/phpinfo.php
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /wp-login.php
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /sitemap.xml
Not Found: /ads.txt
Not Found: /security.txt
Not Found: /.well-known/security.txt
Not Found: /llms.txt
Not Found: /humans.txt
Not Found: /robots.txt
Not Found: /_ignition/execute-solution
Not Found: /robots.txt
Not Found: /_ignition/execute-solution
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /wp-content/plugins/ninja-forms-uploads/assets/css/file-upload.css
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /login
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /.env.local
Not Found: /.env.production
Not Found: /.env.development
Not Found: /.env.staging
Not Found: /.env.backup
Not Found: /.env.bak
Not Found: /.env.old
Not Found: /.env.example
Not Found: /.env.save
Not Found: /_next/static/env.js
Not Found: /.vercel/.env.production.local
Not Found: /actuator/env
Not Found: /debug/default/view
Not Found: /blog-verify
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /login
Not Found: /.well-known/security.txt
Not Found: /sitemap.xml
Not Found: /wp-json/
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /login
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /wp-login.php
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /wp-content/plugins/ninja-forms-uploads/assets/css/file-upload.css
Not Found: /wp-content/plugins/nextend-smart-slider3-pro/Public/SmartSlider3Pro/Application/Frontend/Assets/dist/shapedivider.min.js
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /sitemap.xml
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /login
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.env.local
Not Found: /.env.production
Not Found: /.env.development
Not Found: /.env.staging
Not Found: /.env.backup
Not Found: /.env.bak
Not Found: /.env.old
Not Found: /.env.example
Not Found: /.env.save
Not Found: /_next/static/env.js
Not Found: /.vercel/.env.production.local
Not Found: /actuator/env
Not Found: /debug/default/view
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /wp-content/plugins/contact-form-by-supsystic/css/supsystic-for-all-admin.css
Not Found: /blog-verify
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /file-manager/initialize
Not Found: /file-manager/initialize
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /login
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /apple-touch-icon.png
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /login
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /favicon.ico
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /sitemap.xml
Not Found: /robots.txt
Not Found: /.well-known/security.txt
Not Found: /wp-json/
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /favicon.ico
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /gpt-sh.php
Not Found: /jp.php
Not Found: /aevly.php
Not Found: /ta0ol.php
Not Found: /aligk.php
Not Found: /users.php
Not Found: /public/vx.php
Not Found: /elp.php
Not Found: /zc-243.php
Not Found: /bkyac.php
Not Found: /wziar1.php
Not Found: /public/oLEzRVqmJJPFSucdefault.php
Not Found: /7logs.php
Not Found: /n3yUmQ6Q9xwQ8ocdefault.php
Not Found: /as.php
Not Found: /ctex1.php
Not Found: /lb.php
Not Found: /cilus.php
Not Found: /mh.php
Not Found: /fone1.php
Not Found: /auth.php
Not Found: /ortasekerli1.php
Not Found: /about.php
Not Found: /wp-png.php
Not Found: /tx79.php
Not Found: /8.php
Not Found: /public/mI35rZhMg1zJ1vuXdefault.php
Not Found: /bfil.php
Not Found: /abrand.php
Not Found: /amax.php
Not Found: /classwithtostring.php
Not Found: /amwxl.php
Not Found: /wmore1.php
Not Found: /userfuns.php
Not Found: /menu.php
Not Found: /wp-good.php
Not Found: /saorix1.php
Not Found: /byypas.php
Not Found: /rip.php
Not Found: /gptsh.php
Not Found: /0x.php
Not Found: /bgymj.php
Not Found: /100.php
Not Found: /bolt.php
Not Found: /koiy.php
Not Found: /albin.php
Not Found: /wp-the.php
Not Found: /sa.php7
Not Found: /a7.php
Not Found: /wp9.php
Not Found: /bthil.php
Not Found: /wp5.php
Not Found: /yuzuru1.php
Not Found: /file61.php
Not Found: /Cap.php
Not Found: /tfm.php
Not Found: /xper1.php
Not Found: /t00l.php
Not Found: /casp1.php
Not Found: /acc.php
Not Found: /asasx.php
Not Found: /xltt.php
Not Found: /packsin1.php
Not Found: /press.php
Not Found: /ws78.php
Not Found: /motu.php
Not Found: /hplfuns.php
Not Found: /xa.php
Not Found: /8573.php
Not Found: /sadcut1.php
Not Found: /666.php
Not Found: /xwx1.php
Not Found: /prosellers8.php
Not Found: /shop.php
Not Found: /ww.php
Not Found: /fsjzs.php
Not Found: /cwclass.php
Not Found: /edit-tags.php
Not Found: /atomlib.php
Not Found: /zoper1.php
Not Found: /a5.php
Not Found: /ai.php
Not Found: /jga.php
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /gpt-sh.php
Not Found: /jp.php
Not Found: /aevly.php
Not Found: /ta0ol.php
Not Found: /aligk.php
Not Found: /users.php
Not Found: /public/vx.php
Not Found: /elp.php
Not Found: /zc-243.php
Not Found: /bkyac.php
Not Found: /wziar1.php
Not Found: /public/oLEzRVqmJJPFSucdefault.php
Not Found: /7logs.php
Not Found: /n3yUmQ6Q9xwQ8ocdefault.php
Not Found: /as.php
Not Found: /ctex1.php
Not Found: /lb.php
Not Found: /cilus.php
Not Found: /mh.php
Not Found: /fone1.php
Not Found: /auth.php
Not Found: /ortasekerli1.php
Not Found: /about.php
Not Found: /wp-png.php
Not Found: /tx79.php
Not Found: /8.php
Not Found: /public/mI35rZhMg1zJ1vuXdefault.php
Not Found: /bfil.php
Not Found: /abrand.php
Not Found: /amax.php
Not Found: /classwithtostring.php
Not Found: /amwxl.php
Not Found: /wmore1.php
Not Found: /userfuns.php
Not Found: /menu.php
Not Found: /wp-good.php
Not Found: /saorix1.php
Not Found: /byypas.php
Not Found: /rip.php
Not Found: /gptsh.php
Not Found: /0x.php
Not Found: /bgymj.php
Not Found: /100.php
Not Found: /bolt.php
Not Found: /koiy.php
Not Found: /albin.php
Not Found: /wp-the.php
Not Found: /sa.php7
Not Found: /a7.php
Not Found: /wp9.php
Not Found: /bthil.php
Not Found: /wp5.php
Not Found: /yuzuru1.php
Not Found: /file61.php
Not Found: /Cap.php
Not Found: /tfm.php
Not Found: /xper1.php
Not Found: /t00l.php
Not Found: /casp1.php
Not Found: /acc.php
Not Found: /asasx.php
Not Found: /xltt.php
Not Found: /packsin1.php
Not Found: /press.php
Not Found: /ws78.php
Not Found: /motu.php
Not Found: /hplfuns.php
Not Found: /xa.php
Not Found: /8573.php
Not Found: /sadcut1.php
Not Found: /666.php
Not Found: /xwx1.php
Not Found: /prosellers8.php
Not Found: /shop.php
Not Found: /ww.php
Not Found: /fsjzs.php
Not Found: /cwclass.php
Not Found: /edit-tags.php
Not Found: /atomlib.php
Not Found: /zoper1.php
Not Found: /a5.php
Not Found: /ai.php
Not Found: /jga.php
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /G-In.php
Not Found: /ox.php
Not Found: /htto.php
Not Found: /gpt-sh.php
Not Found: /jp.php
Not Found: /aevly.php
Not Found: /ta0ol.php
Not Found: /aligk.php
Not Found: /users.php
Not Found: /public/vx.php
Not Found: /elp.php
Not Found: /zc-243.php
Not Found: /bkyac.php
Not Found: /wziar1.php
Not Found: /public/oLEzRVqmJJPFSucdefault.php
Not Found: /7logs.php
Not Found: /n3yUmQ6Q9xwQ8ocdefault.php
Not Found: /as.php
Not Found: /ctex1.php
Not Found: /lb.php
Not Found: /cilus.php
Not Found: /mh.php
Not Found: /fone1.php
Not Found: /auth.php
Not Found: /ortasekerli1.php
Not Found: /about.php
Not Found: /wp-png.php
Not Found: /tx79.php
Not Found: /8.php
Not Found: /public/mI35rZhMg1zJ1vuXdefault.php
Not Found: /bfil.php
Not Found: /abrand.php
Not Found: /amax.php
Not Found: /classwithtostring.php
Not Found: /amwxl.php
Not Found: /wmore1.php
Not Found: /userfuns.php
Not Found: /menu.php
Not Found: /wp-good.php
Not Found: /saorix1.php
Not Found: /byypas.php
Not Found: /rip.php
Not Found: /gptsh.php
Not Found: /0x.php
Not Found: /bgymj.php
Not Found: /100.php
Not Found: /bolt.php
Not Found: /koiy.php
Not Found: /albin.php
Not Found: /wp-the.php
Not Found: /sa.php7
Not Found: /a7.php
Not Found: /wp9.php
Not Found: /bthil.php
Not Found: /wp5.php
Not Found: /yuzuru1.php
Not Found: /file61.php
Not Found: /Cap.php
Not Found: /tfm.php
Not Found: /xper1.php
Not Found: /t00l.php
Not Found: /casp1.php
Not Found: /acc.php
Not Found: /asasx.php
Not Found: /xltt.php
Not Found: /packsin1.php
Not Found: /press.php
Not Found: /ws78.php
Not Found: /motu.php
Not Found: /hplfuns.php
Not Found: /xa.php
Not Found: /8573.php
Not Found: /sadcut1.php
Not Found: /666.php
Not Found: /xwx1.php
Not Found: /prosellers8.php
Not Found: /shop.php
Not Found: /ww.php
Not Found: /fsjzs.php
Not Found: /cwclass.php
Not Found: /edit-tags.php
Not Found: /atomlib.php
Not Found: /zoper1.php
Not Found: /a5.php
Not Found: /ai.php
Not Found: /jga.php
Not Found: /term.php
Not Found: /gk.php
Not Found: /xmu.php
Not Found: /sd.php
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /login
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/assetlinks.json
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /login
Not Found: /login
Not Found: /.well-known/traffic-advice
Not Found: /blog-verify
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
[UID:1227][1641955] Child process with pid: 1641981 was killed by signal: 15, core dumped: no
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/assetlinks.json
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /favicon.ico
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /apple-touch-icon.png
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/traffic-advice
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /mailto:info@istvc.edu.ec
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /apple-touch-icon.png
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /login
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /app/
Not Found: /login/
Not Found: /app/
Not Found: /login/
Not Found: /app/
Not Found: /login/
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /wp-login.php
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/openpyxl/workbook/child.py:99: UserWarning: Title is more than 31 characters. Some applications may not be able to read the file
  warnings.warn("Title is more than 31 characters. Some applications may not be able to read the file")
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /wp-login.php
Not Found: /wp-admin/
Not Found: /wp-admin/
Not Found: /wp-login.php
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /login
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Forbidden (Permission denied): /informacion/estudiante/create/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/base.py", line 104, in view
    return self.dispatch(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 48, in _wrapper
    return bound_method(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 48, in _wrapper
    return bound_method(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper
    response = view_func(request, *args, **kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/mixins.py", line 108, in dispatch
    return self.handle_no_permission()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/mixins.py", line 48, in handle_no_permission
    raise PermissionDenied(self.get_permission_denied_message())
django.core.exceptions.PermissionDenied
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /login
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /admin}/admin%7D
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /sitemap.xml
Not Found: /ads.txt
Not Found: /llms.txt
Not Found: /humans.txt
Not Found: /security.txt
Not Found: /.well-known/security.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /wp-json/gravitysmtp/v1/tests/mock-data
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/assetlinks.json
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/security.txt
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /wp-content/plugins/fancy-elementor-gallery-box/assets/js/fancy-elementor-flipbox.js
Not Found: /wp-json/teknocore/v1/
Not Found: /.well-known/traffic-advice
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /login
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/openpyxl/workbook/child.py:99: UserWarning: Title is more than 31 characters. Some applications may not be able to read the file
  warnings.warn("Title is more than 31 characters. Some applications may not be able to read the file")
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/openpyxl/workbook/child.py:99: UserWarning: Title is more than 31 characters. Some applications may not be able to read the file
  warnings.warn("Title is more than 31 characters. Some applications may not be able to read the file")
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /login
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /app/
Not Found: /login/
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /blog-verify
Not Found: /.well-known/assetlinks.json
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /login
Not Found: /login
Not Found: /.well-known/security.txt
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/assetlinks.json
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /apple-touch-icon.png
Not Found: /apple-touch-icon-precomposed.png
Not Found: /favicon.ico
Not Found: /apple-touch-icon-120x120-precomposed.png
Not Found: /apple-touch-icon-120x120.png
Not Found: /apple-touch-icon-precomposed.png
Not Found: /apple-touch-icon.png
Not Found: /favicon.ico
Not Found: /apple-touch-icon-120x120-precomposed.png
Not Found: /apple-touch-icon-120x120.png
Not Found: /apple-touch-icon-precomposed.png
Not Found: /apple-touch-icon.png
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /wp-content/plugins/burst-statistics/assets/css/shortcodes.css
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /favicon.ico
[UID:1227][3192004] Child process with pid: 3192028 was killed by signal: 15, core dumped: no
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /login
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /apple-touch-icon.png
Not Found: /apple-touch-icon-precomposed.png
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /app/
Not Found: /login/
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /apple-touch-icon-precomposed.png
Not Found: /apple-touch-icon.png
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /livewire/preview-file/123
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /livewire/preview-file/123
Not Found: /blog-verify
Not Found: /apple-touch-icon-precomposed.png
Not Found: /apple-touch-icon.png
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /login
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /wp-content/plugins/cidaas-pro-master/composer.json
Not Found: /blog-verify
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /login
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /apple-touch-icon-precomposed.png
Not Found: /apple-touch-icon.png
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /blog-verify
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /login
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /login
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /apple-touch-icon.png
Not Found: /favicon.ico
Not Found: /apple-touch-icon-precomposed.png
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /.well-known/security.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /login
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
[UID:1227][2204386] Child process with pid: 2204428 was killed by signal: 15, core dumped: no
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/tdmrep.json
Not Found: /apple-touch-icon-precomposed.png
Not Found: /favicon.ico
Not Found: /apple-touch-icon.png
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /login
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /login
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /static/admin/css/base.css
Not Found: /static/admin/css/nav_sidebar.css
Not Found: /static/admin/css/login.css
Not Found: /static/admin/css/responsive.css
Not Found: /static/admin/css/dark_mode.css
Not Found: /static/admin/js/theme.js
Not Found: /static/admin/js/nav_sidebar.js
Not Found: /static/admin/css/login.css
Not Found: /static/admin/css/nav_sidebar.css
Not Found: /static/admin/css/responsive.css
Not Found: /static/admin/css/base.css
Not Found: /static/admin/css/dark_mode.css
Not Found: /static/admin/css/login.css
Not Found: /static/admin/css/responsive.css
Not Found: /static/admin/css/nav_sidebar.css
Not Found: /static/admin/js/theme.js
Not Found: /static/admin/js/nav_sidebar.js
Not Found: /static/admin/css/responsive.css
Not Found: /static/admin/css/login.css
Not Found: /static/admin/css/nav_sidebar.css
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
[UID:1227][2223817] Child process with pid: 2223977 was killed by signal: 15, core dumped: no
[ERROR] [UID:1227][2236585] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 19, in <module>
    path('exportar_notas_excel/', views.exportar_notas_excel, name="exportar_notas_excel"),
                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'exportar_notas_excel'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 19, in <module>
    path('exportar_notas_excel/', views.exportar_notas_excel, name="exportar_notas_excel"),
                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'exportar_notas_excel'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 19, in <module>
    path('exportar_notas_excel/', views.exportar_notas_excel, name="exportar_notas_excel"),
                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'exportar_notas_excel'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 19, in <module>
    path('exportar_notas_excel/', views.exportar_notas_excel, name="exportar_notas_excel"),
                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'exportar_notas_excel'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 19, in <module>
    path('exportar_notas_excel/', views.exportar_notas_excel, name="exportar_notas_excel"),
                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'exportar_notas_excel'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 19, in <module>
    path('exportar_notas_excel/', views.exportar_notas_excel, name="exportar_notas_excel"),
                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'exportar_notas_excel'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 19, in <module>
    path('exportar_notas_excel/', views.exportar_notas_excel, name="exportar_notas_excel"),
                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'exportar_notas_excel'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 19, in <module>
    path('exportar_notas_excel/', views.exportar_notas_excel, name="exportar_notas_excel"),
                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'exportar_notas_excel'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 19, in <module>
    path('exportar_notas_excel/', views.exportar_notas_excel, name="exportar_notas_excel"),
                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'exportar_notas_excel'
[ERROR] [UID:1227][2236585] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 19, in <module>
    path('exportar_notas_excel/', views.exportar_notas_excel, name="exportar_notas_excel"),
                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'exportar_notas_excel'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 19, in <module>
    path('exportar_notas_excel/', views.exportar_notas_excel, name="exportar_notas_excel"),
                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'exportar_notas_excel'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 19, in <module>
    path('exportar_notas_excel/', views.exportar_notas_excel, name="exportar_notas_excel"),
                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'exportar_notas_excel'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 19, in <module>
    path('exportar_notas_excel/', views.exportar_notas_excel, name="exportar_notas_excel"),
                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'exportar_notas_excel'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 19, in <module>
    path('exportar_notas_excel/', views.exportar_notas_excel, name="exportar_notas_excel"),
                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'exportar_notas_excel'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 19, in <module>
    path('exportar_notas_excel/', views.exportar_notas_excel, name="exportar_notas_excel"),
                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'exportar_notas_excel'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 19, in <module>
    path('exportar_notas_excel/', views.exportar_notas_excel, name="exportar_notas_excel"),
                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'exportar_notas_excel'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 19, in <module>
    path('exportar_notas_excel/', views.exportar_notas_excel, name="exportar_notas_excel"),
                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'exportar_notas_excel'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 19, in <module>
    path('exportar_notas_excel/', views.exportar_notas_excel, name="exportar_notas_excel"),
                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'exportar_notas_excel'
[ERROR] [UID:1227][2236585] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 19, in <module>
    path('exportar_notas_excel/', views.exportar_notas_excel, name="exportar_notas_excel"),
                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'exportar_notas_excel'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 19, in <module>
    path('exportar_notas_excel/', views.exportar_notas_excel, name="exportar_notas_excel"),
                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'exportar_notas_excel'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 19, in <module>
    path('exportar_notas_excel/', views.exportar_notas_excel, name="exportar_notas_excel"),
                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'exportar_notas_excel'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 19, in <module>
    path('exportar_notas_excel/', views.exportar_notas_excel, name="exportar_notas_excel"),
                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'exportar_notas_excel'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 19, in <module>
    path('exportar_notas_excel/', views.exportar_notas_excel, name="exportar_notas_excel"),
                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'exportar_notas_excel'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 19, in <module>
    path('exportar_notas_excel/', views.exportar_notas_excel, name="exportar_notas_excel"),
                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'exportar_notas_excel'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 19, in <module>
    path('exportar_notas_excel/', views.exportar_notas_excel, name="exportar_notas_excel"),
                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'exportar_notas_excel'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 19, in <module>
    path('exportar_notas_excel/', views.exportar_notas_excel, name="exportar_notas_excel"),
                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'exportar_notas_excel'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 19, in <module>
    path('exportar_notas_excel/', views.exportar_notas_excel, name="exportar_notas_excel"),
                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'exportar_notas_excel'
[ERROR] [UID:1227][2236585] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 19, in <module>
    path('exportar_notas_excel/', views.exportar_notas_excel, name="exportar_notas_excel"),
                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'exportar_notas_excel'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 19, in <module>
    path('exportar_notas_excel/', views.exportar_notas_excel, name="exportar_notas_excel"),
                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'exportar_notas_excel'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 19, in <module>
    path('exportar_notas_excel/', views.exportar_notas_excel, name="exportar_notas_excel"),
                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'exportar_notas_excel'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 19, in <module>
    path('exportar_notas_excel/', views.exportar_notas_excel, name="exportar_notas_excel"),
                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'exportar_notas_excel'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 19, in <module>
    path('exportar_notas_excel/', views.exportar_notas_excel, name="exportar_notas_excel"),
                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'exportar_notas_excel'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 19, in <module>
    path('exportar_notas_excel/', views.exportar_notas_excel, name="exportar_notas_excel"),
                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'exportar_notas_excel'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 19, in <module>
    path('exportar_notas_excel/', views.exportar_notas_excel, name="exportar_notas_excel"),
                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'exportar_notas_excel'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 19, in <module>
    path('exportar_notas_excel/', views.exportar_notas_excel, name="exportar_notas_excel"),
                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'exportar_notas_excel'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 19, in <module>
    path('exportar_notas_excel/', views.exportar_notas_excel, name="exportar_notas_excel"),
                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'exportar_notas_excel'
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
[ERROR] [UID:1227][2275032] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 19, in <module>
    path('exportar_notas_excel/', views.exportar_notas_excel, name="exportar_notas_excel"),
                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'exportar_notas_excel'. Did you mean: 'importar_notas_excel'?

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 19, in <module>
    path('exportar_notas_excel/', views.exportar_notas_excel, name="exportar_notas_excel"),
                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'exportar_notas_excel'. Did you mean: 'importar_notas_excel'?

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 19, in <module>
    path('exportar_notas_excel/', views.exportar_notas_excel, name="exportar_notas_excel"),
                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'exportar_notas_excel'. Did you mean: 'importar_notas_excel'?

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 19, in <module>
    path('exportar_notas_excel/', views.exportar_notas_excel, name="exportar_notas_excel"),
                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'exportar_notas_excel'. Did you mean: 'importar_notas_excel'?

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 19, in <module>
    path('exportar_notas_excel/', views.exportar_notas_excel, name="exportar_notas_excel"),
                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'exportar_notas_excel'. Did you mean: 'importar_notas_excel'?

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 19, in <module>
    path('exportar_notas_excel/', views.exportar_notas_excel, name="exportar_notas_excel"),
                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'exportar_notas_excel'. Did you mean: 'importar_notas_excel'?

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 19, in <module>
    path('exportar_notas_excel/', views.exportar_notas_excel, name="exportar_notas_excel"),
                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'exportar_notas_excel'. Did you mean: 'importar_notas_excel'?

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 19, in <module>
    path('exportar_notas_excel/', views.exportar_notas_excel, name="exportar_notas_excel"),
                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'exportar_notas_excel'. Did you mean: 'importar_notas_excel'?

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 19, in <module>
    path('exportar_notas_excel/', views.exportar_notas_excel, name="exportar_notas_excel"),
                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'exportar_notas_excel'. Did you mean: 'importar_notas_excel'?
Not Found: /favicon.ico
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ad}/ad%7D
Not Found: /.well-known/traffic-advice
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
[UID:1227][3855185] Child process with pid: 3915161 was killed by signal: 15, core dumped: no
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /.well-known/traffic-advice
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /apple-touch-icon.png
Not Found: /favicon.ico
Not Found: /apple-touch-icon-precomposed.png
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /login
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /blog-verify
Not Found: /wp-content/plugins/cidaas-pro-master/composer.json
Not Found: /.well-known/traffic-advice
Not Found: /login
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Internal Server Error: /informacion/calificaciones-docente/
Traceback (most recent call last):
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 63, in calificaciones_docente
    docente = request.user.docente
            ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 253, in inner
    return func(_wrapped, *args)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/fields/related_descriptors.py", line 531, in __get__
    raise self.RelatedObjectDoesNotExist(
django.contrib.auth.models.User.docente.RelatedObjectDoesNotExist: User has no docente.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 65, in calificaciones_docente
    return render(request, "error.html", {"mensaje": "No tienes permisos para acceder a esta p\xe1gina."})
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/shortcuts.py", line 25, in render
    content = loader.render_to_string(template_name, context, request, using=using)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 61, in render_to_string
    template = get_template(template_name, using=using)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader.py", line 19, in get_template
    raise TemplateDoesNotExist(template_name, chain=chain)
django.template.exceptions.TemplateDoesNotExist: error.html
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /sitemap.xml
Not Found: /ads.txt
Not Found: /security.txt
Not Found: /.well-known/security.txt
Not Found: /llms.txt
Not Found: /humans.txt
Not Found: /robots.txt
Not Found: /apple-touch-icon-precomposed.png
Not Found: /favicon.ico
Not Found: /apple-touch-icon.png
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /blog-verify
Not Found: /.well-known/traffic-advice
Not Found: /docs/api.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /wp-login.php
Not Found: /robots.txt
Not Found: /.well-known/security.txt
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /apple-touch-icon-precomposed.png
Not Found: /apple-touch-icon.png
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
[UID:1227][1642006] Child process with pid: 1642031 was killed by signal: 15, core dumped: no
[ERROR] [UID:1227][1642046] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 17, in <module>
    path('exportar-reprobados/', views.exportar_calificaciones_excel, name='exportar_reprobados_excel'),
                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'exportar_calificaciones_excel'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 17, in <module>
    path('exportar-reprobados/', views.exportar_calificaciones_excel, name='exportar_reprobados_excel'),
                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'exportar_calificaciones_excel'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 17, in <module>
    path('exportar-reprobados/', views.exportar_calificaciones_excel, name='exportar_reprobados_excel'),
                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'exportar_calificaciones_excel'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 17, in <module>
    path('exportar-reprobados/', views.exportar_calificaciones_excel, name='exportar_reprobados_excel'),
                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'exportar_calificaciones_excel'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 17, in <module>
    path('exportar-reprobados/', views.exportar_calificaciones_excel, name='exportar_reprobados_excel'),
                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'exportar_calificaciones_excel'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 17, in <module>
    path('exportar-reprobados/', views.exportar_calificaciones_excel, name='exportar_reprobados_excel'),
                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'exportar_calificaciones_excel'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 17, in <module>
    path('exportar-reprobados/', views.exportar_calificaciones_excel, name='exportar_reprobados_excel'),
                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'exportar_calificaciones_excel'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 17, in <module>
    path('exportar-reprobados/', views.exportar_calificaciones_excel, name='exportar_reprobados_excel'),
                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'exportar_calificaciones_excel'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 17, in <module>
    path('exportar-reprobados/', views.exportar_calificaciones_excel, name='exportar_reprobados_excel'),
                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'informacion.views' has no attribute 'exportar_calificaciones_excel'
Not Found: /ruta/a/tu/imagen.jpg
Forbidden (CSRF token from POST incorrect.): /admin/logout/
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /wp-json/gravitysmtp/v1/tests/mock-data
Not Found: /wp-json/gravitysmtp/v1/settings
Not Found: /wp-json/wp/v2/settings
Not Found: /wp-json/gravitysmtp/v1/tests/mock-data
Not Found: /wp-json/gravitysmtp/v1/config
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Internal Server Error: /accounts/login/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 220, in _get_response
    response = response.render()
               ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/response.py", line 114, in render
    self.content = self.rendered_content
                   ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/response.py", line 92, in rendered_content
    return template.render(context, self._request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/backends/django.py", line 107, in render
    return self.template.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 171, in render
    return self._render(context)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 65, in render
    result = block.nodelist.render(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 550, in render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 480, in render
    url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 88, in reverse
    return resolver._reverse_with_prefix(view, prefix, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix
    raise NoReverseMatch(msg)
django.urls.exceptions.NoReverseMatch: Reverse for 'estudiante' not found. 'estudiante' is not a valid view function or pattern name.
Internal Server Error: /accounts/login/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 220, in _get_response
    response = response.render()
               ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/response.py", line 114, in render
    self.content = self.rendered_content
                   ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/response.py", line 92, in rendered_content
    return template.render(context, self._request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/backends/django.py", line 107, in render
    return self.template.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 171, in render
    return self._render(context)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 65, in render
    result = block.nodelist.render(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 550, in render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 480, in render
    url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 88, in reverse
    return resolver._reverse_with_prefix(view, prefix, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix
    raise NoReverseMatch(msg)
django.urls.exceptions.NoReverseMatch: Reverse for 'estudiante' not found. 'estudiante' is not a valid view function or pattern name.
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Internal Server Error: /accounts/login/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 220, in _get_response
    response = response.render()
               ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/response.py", line 114, in render
    self.content = self.rendered_content
                   ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/response.py", line 92, in rendered_content
    return template.render(context, self._request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/backends/django.py", line 107, in render
    return self.template.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 171, in render
    return self._render(context)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 65, in render
    result = block.nodelist.render(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 550, in render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 480, in render
    url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 88, in reverse
    return resolver._reverse_with_prefix(view, prefix, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix
    raise NoReverseMatch(msg)
django.urls.exceptions.NoReverseMatch: Reverse for 'estudiante' not found. 'estudiante' is not a valid view function or pattern name.
Internal Server Error: /accounts/login/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 220, in _get_response
    response = response.render()
               ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/response.py", line 114, in render
    self.content = self.rendered_content
                   ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/response.py", line 92, in rendered_content
    return template.render(context, self._request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/backends/django.py", line 107, in render
    return self.template.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 171, in render
    return self._render(context)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 65, in render
    result = block.nodelist.render(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 550, in render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 480, in render
    url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 88, in reverse
    return resolver._reverse_with_prefix(view, prefix, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix
    raise NoReverseMatch(msg)
django.urls.exceptions.NoReverseMatch: Reverse for 'estudiante' not found. 'estudiante' is not a valid view function or pattern name.
Internal Server Error: /accounts/login/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 220, in _get_response
    response = response.render()
               ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/response.py", line 114, in render
    self.content = self.rendered_content
                   ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/response.py", line 92, in rendered_content
    return template.render(context, self._request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/backends/django.py", line 107, in render
    return self.template.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 171, in render
    return self._render(context)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 65, in render
    result = block.nodelist.render(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 550, in render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 480, in render
    url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 88, in reverse
    return resolver._reverse_with_prefix(view, prefix, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix
    raise NoReverseMatch(msg)
django.urls.exceptions.NoReverseMatch: Reverse for 'estudiante' not found. 'estudiante' is not a valid view function or pattern name.
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Internal Server Error: /accounts/login/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 220, in _get_response
    response = response.render()
               ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/response.py", line 114, in render
    self.content = self.rendered_content
                   ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/response.py", line 92, in rendered_content
    return template.render(context, self._request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/backends/django.py", line 107, in render
    return self.template.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 171, in render
    return self._render(context)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 65, in render
    result = block.nodelist.render(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 550, in render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 480, in render
    url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 88, in reverse
    return resolver._reverse_with_prefix(view, prefix, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix
    raise NoReverseMatch(msg)
django.urls.exceptions.NoReverseMatch: Reverse for 'estudiante' not found. 'estudiante' is not a valid view function or pattern name.
Internal Server Error: /accounts/login/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 220, in _get_response
    response = response.render()
               ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/response.py", line 114, in render
    self.content = self.rendered_content
                   ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/response.py", line 92, in rendered_content
    return template.render(context, self._request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/backends/django.py", line 107, in render
    return self.template.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 171, in render
    return self._render(context)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 65, in render
    result = block.nodelist.render(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 550, in render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 480, in render
    url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 88, in reverse
    return resolver._reverse_with_prefix(view, prefix, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix
    raise NoReverseMatch(msg)
django.urls.exceptions.NoReverseMatch: Reverse for 'estudiante' not found. 'estudiante' is not a valid view function or pattern name.
[ERROR] [UID:1227][3760320] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 181, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 313, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 10, in <module>
    path('estudiante/',login_required(views.estudianteListView.as_view()), name='estudiante'),
                       ^^^^^^^^^^^^^^
NameError: name 'login_required' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 10, in <module>
    path('estudiante/',login_required(views.estudianteListView.as_view()), name='estudiante'),
                       ^^^^^^^^^^^^^^
NameError: name 'login_required' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 10, in <module>
    path('estudiante/',login_required(views.estudianteListView.as_view()), name='estudiante'),
                       ^^^^^^^^^^^^^^
NameError: name 'login_required' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 10, in <module>
    path('estudiante/',login_required(views.estudianteListView.as_view()), name='estudiante'),
                       ^^^^^^^^^^^^^^
NameError: name 'login_required' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 10, in <module>
    path('estudiante/',login_required(views.estudianteListView.as_view()), name='estudiante'),
                       ^^^^^^^^^^^^^^
NameError: name 'login_required' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 10, in <module>
    path('estudiante/',login_required(views.estudianteListView.as_view()), name='estudiante'),
                       ^^^^^^^^^^^^^^
NameError: name 'login_required' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 10, in <module>
    path('estudiante/',login_required(views.estudianteListView.as_view()), name='estudiante'),
                       ^^^^^^^^^^^^^^
NameError: name 'login_required' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__
    response = response or self.get_response(request)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 10, in <module>
    path('estudiante/',login_required(views.estudianteListView.as_view()), name='estudiante'),
                       ^^^^^^^^^^^^^^
NameError: name 'login_required' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
    response = self.get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 140, in get_response
    response = self._middleware_chain(request)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner
    response = response_for_exception(request, exc)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception
    response = handle_uncaught_exception(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response
    html = reporter.get_traceback_html()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html
    c = Context(self.get_traceback_data(), use_l10n=False)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data
    c["raising_view_name"] = get_caller(self.request)
                             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller
    resolver_match = resolve(request.path)
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve
    return get_resolver(urlconf).resolve(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve
    for pattern in self.url_patterns:
                   ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
                       ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
                                         ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
    return import_module(self.urlconf_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/sig/urls.py", line 8, in <module>
    path('informacion/', include('informacion.urls')),
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include
    urlconf_module = import_module(urlconf_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/urls.py", line 10, in <module>
    path('estudiante/',login_required(views.estudianteListView.as_view()), name='estudiante'),
                       ^^^^^^^^^^^^^^
NameError: name 'login_required' is not defined
Internal Server Error: /accounts/login/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 220, in _get_response
    response = response.render()
               ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/response.py", line 114, in render
    self.content = self.rendered_content
                   ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/response.py", line 92, in rendered_content
    return template.render(context, self._request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/backends/django.py", line 107, in render
    return self.template.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 171, in render
    return self._render(context)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 159, in render
    return compiled_parent._render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 163, in _render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/loader_tags.py", line 65, in render
    result = block.nodelist.render(context)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 550, in render
    return self.nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 327, in render
    return nodelist.render(context)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in render
    return SafeString("".join([node.render_annotated(context) for node in self]))
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 1008, in <listcomp>
    return SafeString("".join([node.render_annotated(context) for node in self]))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/base.py", line 969, in render_annotated
    return self.render(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/template/defaulttags.py", line 480, in render
    url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/base.py", line 88, in reverse
    return resolver._reverse_with_prefix(view, prefix, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix
    raise NoReverseMatch(msg)
django.urls.exceptions.NoReverseMatch: Reverse for 'exportar_reprobados_excel' not found. 'exportar_reprobados_excel' is not a valid view function or pattern name.
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /sitemap.xml
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /favicon.ico
Not Found: /livewire/preview-file/123
[UID:1227][1006753] Child process with pid: 1006823 was killed by signal: 15, core dumped: no
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /favicon.ico
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /apple-touch-icon.png
Not Found: /apple-touch-icon-precomposed.png
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Forbidden (CSRF cookie not set.): /
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /apple-touch-icon.png
Not Found: /apple-touch-icon-precomposed.png
Not Found: /favicon.ico
Not Found: /index.php
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/security.txt
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /this_is_a_new_hello_world.php
Not Found: /wpconf.php
Not Found: /Ov-Simple1.php
Not Found: /atomlib.php
Not Found: /loxico93.php
Not Found: /momo.php
Not Found: /asu.php
Not Found: /wolf.php
Not Found: /rum.php
Not Found: /cxl.php
Not Found: /flox.php
Not Found: /drykl.php
Not Found: /h2a2ck.php
Not Found: /777.php
Not Found: /s-axi.php
Not Found: /wp-scanner.php
Not Found: /crgio.php
Not Found: /ops.php
Not Found: /fix.php
Not Found: /htto.php
Not Found: /mg.php
Not Found: /spawns.php
Not Found: /dragonshell.php
Not Found: /samll.php
Not Found: /Cap.php
Not Found: /spire.php
Not Found: /auto.php
Not Found: /twinklingly.php
Not Found: /12.php
Not Found: /cakr3xr4.php
Not Found: /yoy123.php
Not Found: /fff.php
Not Found: /dccs.php
Not Found: /wp-form.php
Not Found: /x.php
Not Found: /invisi.php
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /wp-includes/js/jquery/jquery.js
Not Found: /robots.txt
Not Found: /wp-includes/js/jquery/jquery.js
Not Found: /robots.txt
Not Found: /wp-json/gravitysmtp/v1/tests/mock-data
Not Found: /wp-json/gravitysmtp/v1/tests/mock-data
Not Found: /wp-json/gravitysmtp/v1/settings
Not Found: /wp-json/wp/v2/settings
Not Found: /wp-json/gravitysmtp/v1/config
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /apple-touch-icon-precomposed.png
Not Found: /apple-touch-icon.png
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
[UID:1227][3558965] Child process with pid: 3559014 was killed by signal: 15, core dumped: no
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /.well-known/traffic-advice
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /favicon.ico
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/traffic-advice
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /favicon.ico
Not Found: /sitemap.xml
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /sitemap.xml
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /apple-touch-icon.png
Not Found: /favicon.ico
Not Found: /apple-touch-icon-precomposed.png
Not Found: /apple-touch-icon.png
Not Found: /favicon.ico
Not Found: /apple-touch-icon-precomposed.png
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /login
Not Found: /robots.txt
Not Found: /login
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /sitemap.txt
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /wp-login.php
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /sitemap_index.xml
Not Found: /sitemap_index.xml
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /wp-includes/js/jquery/jquery.js
Not Found: /wp-includes/js/jquery/jquery.js
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /sitemaps.xml
Not Found: /sitemaps.xml
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /favicon.ico
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /favicon.ico
Not Found: /sitemap.xml.gz
Not Found: /sitemap.xml.gz
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /robots.txt
Not Found: /robots.txt
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /wp-includes/wlwmanifest.xml//wp-includes/wlwmanifest.xml
Not Found: /xmlrpc.php//xmlrpc.php
Not Found: /blog/wp-includes/wlwmanifest.xml//blog/wp-includes/wlwmanifest.xml
Not Found: /web/wp-includes/wlwmanifest.xml//web/wp-includes/wlwmanifest.xml
Not Found: /wordpress/wp-includes/wlwmanifest.xml//wordpress/wp-includes/wlwmanifest.xml
Not Found: /website/wp-includes/wlwmanifest.xml//website/wp-includes/wlwmanifest.xml
Not Found: /wp/wp-includes/wlwmanifest.xml//wp/wp-includes/wlwmanifest.xml
Not Found: /news/wp-includes/wlwmanifest.xml//news/wp-includes/wlwmanifest.xml
Not Found: /2018/wp-includes/wlwmanifest.xml//2018/wp-includes/wlwmanifest.xml
Not Found: /2019/wp-includes/wlwmanifest.xml//2019/wp-includes/wlwmanifest.xml
Not Found: /shop/wp-includes/wlwmanifest.xml//shop/wp-includes/wlwmanifest.xml
Not Found: /wp1/wp-includes/wlwmanifest.xml//wp1/wp-includes/wlwmanifest.xml
Not Found: /test/wp-includes/wlwmanifest.xml//test/wp-includes/wlwmanifest.xml
Not Found: /media/wp-includes/wlwmanifest.xml//media/wp-includes/wlwmanifest.xml
Not Found: /wp2/wp-includes/wlwmanifest.xml//wp2/wp-includes/wlwmanifest.xml
Not Found: /site/wp-includes/wlwmanifest.xml//site/wp-includes/wlwmanifest.xml
Not Found: /cms/wp-includes/wlwmanifest.xml//cms/wp-includes/wlwmanifest.xml
Not Found: /sito/wp-includes/wlwmanifest.xml//sito/wp-includes/wlwmanifest.xml
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /sitemap.xml
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /wp-includes/ID3/license.txt//wp-includes/ID3/license.txt
Not Found: /feed//feed/
Not Found: /xmlrpc.php//xmlrpc.php
Not Found: /blog/wp-includes/wlwmanifest.xml//blog/wp-includes/wlwmanifest.xml
Not Found: /web/wp-includes/wlwmanifest.xml//web/wp-includes/wlwmanifest.xml
Not Found: /wordpress/wp-includes/wlwmanifest.xml//wordpress/wp-includes/wlwmanifest.xml
Not Found: /wp/wp-includes/wlwmanifest.xml//wp/wp-includes/wlwmanifest.xml
Not Found: /2020/wp-includes/wlwmanifest.xml//2020/wp-includes/wlwmanifest.xml
Not Found: /2019/wp-includes/wlwmanifest.xml//2019/wp-includes/wlwmanifest.xml
Not Found: /2021/wp-includes/wlwmanifest.xml//2021/wp-includes/wlwmanifest.xml
Not Found: /shop/wp-includes/wlwmanifest.xml//shop/wp-includes/wlwmanifest.xml
Not Found: /wp1/wp-includes/wlwmanifest.xml//wp1/wp-includes/wlwmanifest.xml
Not Found: /test/wp-includes/wlwmanifest.xml//test/wp-includes/wlwmanifest.xml
Not Found: /site/wp-includes/wlwmanifest.xml//site/wp-includes/wlwmanifest.xml
Not Found: /cms/wp-includes/wlwmanifest.xml//cms/wp-includes/wlwmanifest.xml
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /this_is_a_new_hello_world.php
Not Found: /inputs.php
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /admin.php
Not Found: /this_is_a_new_hello_world.php
Not Found: /goods.php
Not Found: /inputs.php
Not Found: /file.php
Not Found: /admin.php
Not Found: /goods.php
Not Found: /adminfuns.php
Not Found: /404.php
Not Found: /file.php
Not Found: /adminfuns.php
Not Found: /wk/index.php
Not Found: /404.php
Not Found: /wk/index.php
Not Found: /about.php
Not Found: /term.php
Not Found: /about.php
Not Found: /term.php
Not Found: /ioxi-o.php
Not Found: /ioxi-o.php
Not Found: /1.php
Not Found: /1.php
Not Found: /alfa.php
Not Found: /edit.php
Not Found: /alfa.php
Not Found: /edit.php
Not Found: /elp.php
Not Found: /elp.php
Not Found: /classwithtostring.php
Not Found: /666.php
Not Found: /classwithtostring.php
Not Found: /wp-admin/
Not Found: /ws54.php
Not Found: /666.php
Not Found: /deepseek_d.php
Not Found: /wp-admin/
Not Found: /ws54.php
Not Found: /function/function.php
Not Found: /deepseek_d.php
Not Found: /nw.php
Not Found: /function/function.php
Not Found: /wp.php
Not Found: /nw.php
Not Found: /155.php
Not Found: /96i.php
Not Found: /wp.php
Not Found: /as.php
Not Found: /155.php
Not Found: /min.php
Not Found: /.well-known/
Not Found: /96i.php
Not Found: /php8.php
Not Found: /as.php
Not Found: /wp-content/admin.php
Not Found: /min.php
Not Found: /222.php
Not Found: /.well-known/
Not Found: /php8.php
Not Found: /wp-content/themes/pridmag/il.php
Not Found: /wp-content/admin.php
Not Found: /info.php
Not Found: /222.php
Not Found: /a.php
Not Found: /wp-content/themes/pridmag/il.php
Not Found: /chosen.php
Not Found: /info.php
Not Found: /wp-content/index.php
Not Found: /a.php
Not Found: /vx.php
Not Found: /chosen.php
Not Found: /wp-content/index.php
Not Found: /vx.php
Not Found: /wap.php
Not Found: /wp-admin/wp.php
Not Found: /bgymj.php
Not Found: /aa.php
Not Found: /wap.php
Not Found: /wp-mail.php
Not Found: /wp-admin/wp.php
Not Found: /bolt.php
Not Found: /bgymj.php
Not Found: /bthil.php
Not Found: /aa.php
Not Found: /wp-mail.php
Not Found: /cgi-bin/
Not Found: /bolt.php
Not Found: /x.php
Not Found: /bthil.php
Not Found: /cgi-bin/
Not Found: /index/function.php
Not Found: /aaa.php
Not Found: /x.php
Not Found: /abcd.php
Not Found: /index/function.php
Not Found: /wp-good.php
Not Found: /aaa.php
Not Found: /simple.php
Not Found: /abcd.php
Not Found: /edit-tags.php
Not Found: /u.php
Not Found: /wp-good.php
Not Found: /simple.php
Not Found: /edit-tags.php
Not Found: /u.php
Not Found: /wp-content/themes/admin.php
Not Found: /wp-content/themes/admin.php
Not Found: /h.php
Not Found: /h.php
Not Found: /ms-edit.php
Not Found: /ms-edit.php
Not Found: /a7.php
Not Found: /a7.php
Not Found: /manager.php
Not Found: /w1.php
Not Found: /manager.php
Not Found: /w1.php
Not Found: /wp-includes/fonts/
Not Found: /wp-login.php
Not Found: /wp-includes/fonts/
Not Found: /default.php
Not Found: /wp-login.php
Not Found: /i.php
Not Found: /default.php
Not Found: /wp-content/uploads/
Not Found: /wp-includes/Requests/library/index.php
Not Found: /i.php
Not Found: /wp-content/themes/index.php
Not Found: /wp-content/uploads/
Not Found: /gecko-new.php
Not Found: /wp-includes/Requests/library/index.php
Not Found: /NewFile.php
Not Found: /wp-content/themes/index.php
Not Found: /gecko-new.php
Not Found: /wp-Blogs.php
Not Found: /NewFile.php
Not Found: /wp-Blogs.php
Not Found: /wp-includes/fonts/index.php
Not Found: /wp-includes/fonts/index.php
Not Found: /themes.php
Not Found: /themes.php
Not Found: /cv.php
Not Found: /cv.php
Not Found: /wp-admin/js/
Not Found: /wp-content/uploads/index.php
Not Found: /ws83.php
Not Found: /atex1.php
Not Found: /wp-admin/js/
Not Found: /class-t.api.php
Not Found: /w.php
Not Found: /wp-content/uploads/index.php
Not Found: /archive.php
Not Found: /bless.php
Not Found: /ws83.php
Not Found: /sagax1.php
Not Found: /wpc.php
Not Found: /fone1.php
Not Found: /ncx.php
Not Found: /wp-admin/js/index.php
Not Found: /atex1.php
Not Found: /class-t.api.php
Not Found: /zup.php73
Not Found: /w.php
Not Found: /k.php
Not Found: /archive.php
Not Found: /wp-blink.php
Not Found: /randkeyword.PhP7
Not Found: /wp-admin/css/colors/ectoplasm/
Not Found: /wp-content/
Not Found: /bless.php
Not Found: /ww5.php
Not Found: /sagax1.php
Not Found: /2.php
Not Found: /wp-admin/classwithtostring.php
Not Found: /wpc.php
Not Found: /fone1.php
Not Found: /atomlib.php
Not Found: /ncx.php
Not Found: /rip.php
Not Found: /wp-admin/js/index.php
Not Found: /p.php
Not Found: /php.php
Not Found: /zup.php73
Not Found: /k.php
Not Found: /test1.php
Not Found: /wp-blink.php
Not Found: /wp-content/uploads/min.php
Not Found: /randkeyword.PhP7
Not Found: /zoom1.php
Not Found: /wp-admin/css/colors/ectoplasm/
Not Found: /lock360.php
Not Found: /wp-content/
Not Found: /r.php
Not Found: /ww5.php
Not Found: /sf.php
Not Found: /t.php
Not Found: /7.php
Not Found: /2.php
Not Found: /b.php
Not Found: /wp-admin/classwithtostring.php
Not Found: /buy.php
Not Found: /atomlib.php
Not Found: /config.php
Not Found: /rip.php
Not Found: /num.php
Not Found: /p.php
Not Found: /areak1.php
Not Found: /php.php
Not Found: /vc.php
Not Found: /test1.php
Not Found: /new.php
Not Found: /wp-content/uploads/min.php
Not Found: /zoom1.php
Not Found: /il.php
Not Found: /images/index.php
Not Found: /lite.php
Not Found: /load.php
Not Found: /lock360.php
Not Found: /r.php
Not Found: /sf.php
Not Found: /t.php
Not Found: /7.php
Not Found: /b.php
Not Found: /buy.php
Not Found: /config.php
Not Found: /num.php
Not Found: /areak1.php
Not Found: /vc.php
Not Found: /new.php
Not Found: /il.php
Not Found: /images/index.php
Not Found: /lite.php
Not Found: /load.php
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /wp-includes/ID3/license.txt//wp-includes/ID3/license.txt
Not Found: /feed//feed/
Not Found: /xmlrpc.php//xmlrpc.php
Not Found: /blog/wp-includes/wlwmanifest.xml//blog/wp-includes/wlwmanifest.xml
Not Found: /web/wp-includes/wlwmanifest.xml//web/wp-includes/wlwmanifest.xml
Not Found: /wordpress/wp-includes/wlwmanifest.xml//wordpress/wp-includes/wlwmanifest.xml
Not Found: /wp/wp-includes/wlwmanifest.xml//wp/wp-includes/wlwmanifest.xml
Not Found: /2020/wp-includes/wlwmanifest.xml//2020/wp-includes/wlwmanifest.xml
Not Found: /2019/wp-includes/wlwmanifest.xml//2019/wp-includes/wlwmanifest.xml
Not Found: /2021/wp-includes/wlwmanifest.xml//2021/wp-includes/wlwmanifest.xml
Not Found: /shop/wp-includes/wlwmanifest.xml//shop/wp-includes/wlwmanifest.xml
Not Found: /wp1/wp-includes/wlwmanifest.xml//wp1/wp-includes/wlwmanifest.xml
Not Found: /test/wp-includes/wlwmanifest.xml//test/wp-includes/wlwmanifest.xml
Not Found: /site/wp-includes/wlwmanifest.xml//site/wp-includes/wlwmanifest.xml
Not Found: /cms/wp-includes/wlwmanifest.xml//cms/wp-includes/wlwmanifest.xml
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
[UID:1227][1711029] Child process with pid: 1711200 was killed by signal: 15, core dumped: no
Not Found: /robots.txt
Not Found: /wp-content/plugins/cidaas-pro-master/composer.json
Not Found: /wp-content/plugins/fancy-elementor-gallery-box/assets/js/fancy-elementor-flipbox.js
Not Found: /ss.php
Not Found: /blog-verify
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
[UID:1227][3898060] Child process with pid: 4012832 was killed by signal: 15, core dumped: no
[UID:1227][3898060] Child process with pid: 4012821 was killed by signal: 15, core dumped: no
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /this_is_a_new_hello_world.php
Not Found: /x.php
Not Found: /scxy.php
Not Found: /w3lls.php
Not Found: /wp-ws68.php
Not Found: /asny.php
Not Found: /3tiny.php
Not Found: /xyn.php
Not Found: /green3.php
Not Found: /bks12.php
Not Found: /d7002.php
Not Found: /u1f.php
Not Found: /hg.php
Not Found: /ccs.php
Not Found: /ccc.php
Not Found: /cc3.php
Not Found: /get.php
Not Found: /images.php
Not Found: /alls.php
Not Found: /yyu.php
Not Found: /kuj8rl.php
Not Found: /by.php
Not Found: /FAQ.php
Not Found: /coffexium.php
Not Found: /red.php
Not Found: /wp-includes/sodium_compat/
Not Found: /wp-admin/css/colors/coffee/wp-adochan.php
Not Found: /wp-includes/Text/
Not Found: /footer.php
Not Found: /wp-content/uploads/
Not Found: /wp-content/index.php
Not Found: /images/
Not Found: /zoro.php
Not Found: /cream1.php
Not Found: /greap.php
Not Found: /177.php
Not Found: /199.php
Not Found: /file52.php
Not Found: /122.php
Not Found: /green1.php
Not Found: /biufile.php
Not Found: /wpconf.php
Not Found: /mosty.php
Not Found: /dejavu.php
Not Found: /aaf.php
Not Found: /term.php
Not Found: /wander.php
Not Found: /ha.php
Not Found: /hur.php
Not Found: /h02ugyh.php
Not Found: /seiso.php
Not Found: /155.php
Not Found: /ppp.php
Not Found: /201.php
Not Found: /ops.php
Not Found: /ingfo.php
Not Found: /error_log.php
Not Found: /xenon1337.php
Not Found: /test11.php
Not Found: /koala.php
Not Found: /mac.php
Not Found: /25d653587fdfd1.php
Not Found: /wefile.php
Not Found: /wp-includes/blocks/post-comments-form/
Not Found: /wp-admin/js/
Not Found: /wp-admin/css/colour.php
Not Found: /2P.php
Not Found: /.well-known/about.php
Not Found: /wp-includes/ID3/about.php
Not Found: /bob.php
Not Found: /wp-admin/css/
Not Found: /wp-admin/css/colors/modern/
Not Found: /crgio.php
Not Found: /pucci.php
Not Found: /wp-includes/blocks/details/
Not Found: /wp-includes/blocks/audio/
Not Found: /wp-temp.php
Not Found: /wp-includes/blocks/buttons/
Not Found: /mode.php
Not Found: /wp-admin/js/index.php//wp-admin/js/index.php
Not Found: /puc.php
Not Found: /themes.php//themes.php
Not Found: /dx.php
Not Found: /p.php
Not Found: /wp-includes/Requests//wp-includes/Requests/
Not Found: /bthil.php
Not Found: /7.php
Not Found: /8.php
Not Found: /1.php
Not Found: /100.php
Not Found: /about.php
Not Found: /admin.php//admin.php
Not Found: /edit.php//edit.php
Not Found: /wp-content/admin.php
Not Found: /f6.php//f6.php
Not Found: /inputs.php
Not Found: /av.php//av.php
Not Found: /classwithtostring.php
Not Found: /wp-content/themes/index.php
Not Found: /wp-blog.php
Not Found: /wp-includes/js/jquery//wp-includes/js/jquery/
Not Found: /wp-content/admin.php//wp-content/admin.php
Not Found: /adminfuns.php//adminfuns.php
Not Found: /goods.php
Not Found: /ms-edit.php
Not Found: /222.php
Not Found: /cgi-bin/index.php//cgi-bin/index.php
Not Found: /wp-includes/css/dist//wp-includes/css/dist/
Not Found: /BDKR28WP.php
Not Found: /wp-includes/l10n//wp-includes/l10n/
Not Found: /wp-content/uploads/
Not Found: /wp.php
Not Found: /abcd.php//abcd.php
Not Found: /a1.php//a1.php
Not Found: /wp-includes/Text/Diff/Engine/about.php
Not Found: /bal.php
Not Found: /cgi-bin/admin.php//cgi-bin/admin.php
Not Found: /gettest.php
Not Found: /wp-content/
Not Found: /simple.php
Not Found: /kj.php
Not Found: /xxx.php
Not Found: /hypo.php
Not Found: /wp-admin/css/colors/blue/
Not Found: /chosen.php
Not Found: /wp-includes/block-bindings//wp-includes/block-bindings/
Not Found: /als.php
Not Found: /pol.php
Not Found: /006.php
Not Found: /file5.php
Not Found: /4PJcpMFsD8B.php
Not Found: /file.php
Not Found: /cfile.php
Not Found: /class-wp.php
Not Found: /admin.php
Not Found: /aa2.php
Not Found: /ccou.php
Not Found: /dr.php
Not Found: /xamp.php
Not Found: /bless.php
Not Found: /file46.php
Not Found: /eee.php
Not Found: /file25.php
Not Found: /hg.php
Not Found: /file48.php
Not Found: /ff.php
Not Found: /file6.php
Not Found: /a2.php
Not Found: /file15.php
Not Found: /jp.php
Not Found: /f35.php
Not Found: /wp-load.php
Not Found: /xwpg.php//xwpg.php
Not Found: /wp-includes/assets//wp-includes/assets/
Not Found: /ddd.php
Not Found: /wp-admin/css/colors/sunrise/
Not Found: /waf.php
Not Found: /xstelth.php
Not Found: /wp-links.php
Not Found: /wp-admin/network/plugins.php
Not Found: /t.php
Not Found: /k.php
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
[UID:1227][3949415] Child process with pid: 3949500 was killed by signal: 15, core dumped: no
Not Found: /favicon.ico
Not Found: /wp-content/themes/twentystd/
Not Found: /wp-content/themes/wp-classic/inc/
Not Found: /blog-verify
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /index.php
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /images/images/cache.php
Not Found: /wp-content/plugins/wp-security-audit-log/css/admin-notices.css
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /wp-login.php
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Forbidden (CSRF cookie not set.): /
Not Found: /blog-verify
Not Found: /wp-json/teknocore/v1/
Not Found: /wp-content/plugins/fancy-elementor-gallery-box/assets/js/fancy-elementor-flipbox.js
Not Found: /favicon.ico
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /this_is_a_new_hello_world.php
Not Found: /x.php
Not Found: /scxy.php
Not Found: /FWAZ.php
Not Found: /569.php
Not Found: /php7.php
Not Found: /v543.php
Not Found: /name.php
Not Found: /test2.php
Not Found: /w3lls.php
Not Found: /wp-ws68.php
Not Found: /xyn.php
Not Found: /green3.php
Not Found: /bks12.php
Not Found: /ccs.php
Not Found: /ccc.php
Not Found: /cc3.php
Not Found: /get.php
Not Found: /images.php
Not Found: /alls.php
Not Found: /yyu.php
Not Found: /kuj8rl.php
Not Found: /by.php
Not Found: /FAQ.php
Not Found: /coffexium.php
Not Found: /red.php
Not Found: /wp-includes/sodium_compat/
Not Found: /wp-admin/css/colors/coffee/wp-adochan.php
Not Found: /wp-includes/Text/
Not Found: /footer.php
Not Found: /wp-content/uploads/
Not Found: /wp-content/index.php
Not Found: /images/
Not Found: /zoro.php
Not Found: /cream1.php
Not Found: /greap.php
Not Found: /177.php
Not Found: /199.php
Not Found: /file52.php
Not Found: /122.php
Not Found: /green1.php
Not Found: /biufile.php
Not Found: /wpconf.php
Not Found: /mosty.php
Not Found: /dejavu.php
Not Found: /aaf.php
Not Found: /term.php
Not Found: /ha.php
Not Found: /hur.php
Not Found: /h02ugyh.php
Not Found: /seiso.php
Not Found: /155.php
Not Found: /ppp.php
Not Found: /201.php
Not Found: /ops.php
Not Found: /ingfo.php
Not Found: /error_log.php
Not Found: /xenon1337.php
Not Found: /test11.php
Not Found: /koala.php
Not Found: /mac.php
Not Found: /25d653587fdfd1.php
Not Found: /wefile.php
Not Found: /wp-includes/blocks/post-comments-form/
Not Found: /wp-admin/js/
Not Found: /wp-admin/css/colour.php
Not Found: /2P.php
Not Found: /.well-known/about.php
Not Found: /wp-includes/ID3/about.php
Not Found: /bob.php
Not Found: /wp-admin/css/
Not Found: /wp-admin/css/colors/modern/
Not Found: /crgio.php
Not Found: /pucci.php
Not Found: /wp-includes/blocks/details/
Not Found: /wp-includes/blocks/audio/
Not Found: /wp-temp.php
Not Found: /wp-includes/blocks/buttons/
Not Found: /wp-admin/js/index.php//wp-admin/js/index.php
Not Found: /puc.php
Not Found: /themes.php//themes.php
Not Found: /dx.php
Not Found: /p.php
Not Found: /wp-includes/Requests//wp-includes/Requests/
Not Found: /bthil.php
Not Found: /7.php
Not Found: /8.php
Not Found: /1.php
Not Found: /100.php
Not Found: /about.php
Not Found: /admin.php//admin.php
Not Found: /edit.php//edit.php
Not Found: /wp-content/admin.php
Not Found: /f6.php//f6.php
Not Found: /inputs.php
Not Found: /av.php//av.php
Not Found: /classwithtostring.php
Not Found: /wp-content/themes/index.php
Not Found: /wp-blog.php
Not Found: /wp-includes/js/jquery//wp-includes/js/jquery/
Not Found: /wp-content/admin.php//wp-content/admin.php
Not Found: /adminfuns.php//adminfuns.php
Not Found: /goods.php
Not Found: /ms-edit.php
Not Found: /222.php
Not Found: /cgi-bin/index.php//cgi-bin/index.php
Not Found: /wp-includes/css/dist//wp-includes/css/dist/
Not Found: /BDKR28WP.php
Not Found: /wp-includes/l10n//wp-includes/l10n/
Not Found: /wp-content/uploads/
Not Found: /wp.php
Not Found: /abcd.php//abcd.php
Not Found: /a1.php//a1.php
Not Found: /wp-includes/Text/Diff/Engine/about.php
Not Found: /bal.php
Not Found: /cgi-bin/admin.php//cgi-bin/admin.php
Not Found: /gettest.php
Not Found: /wp-content/
Not Found: /simple.php
Not Found: /kj.php
Not Found: /xxx.php
Not Found: /hypo.php
Not Found: /wp-admin/css/colors/blue/
Not Found: /chosen.php
Not Found: /wp-includes/block-bindings//wp-includes/block-bindings/
Not Found: /als.php
Not Found: /pol.php
Not Found: /006.php
Not Found: /file5.php
Not Found: /4PJcpMFsD8B.php
Not Found: /file.php
Not Found: /cfile.php
Not Found: /class-wp.php
Not Found: /admin.php
Not Found: /aa2.php
Not Found: /ccou.php
Not Found: /dr.php
Not Found: /xamp.php
Not Found: /bless.php
Not Found: /file46.php
Not Found: /eee.php
Not Found: /file25.php
Not Found: /hg.php
Not Found: /file48.php
Not Found: /ff.php
Not Found: /file6.php
Not Found: /a2.php
Not Found: /file15.php
Not Found: /jp.php
Not Found: /f35.php
Not Found: /wp-load.php
Not Found: /xwpg.php//xwpg.php
Not Found: /wp-includes/assets//wp-includes/assets/
Not Found: /ddd.php
Not Found: /wp-admin/css/colors/sunrise/
Not Found: /waf.php
Not Found: /xstelth.php
Not Found: /wp-links.php
Not Found: /wp-admin/network/plugins.php
Not Found: /k.php
Not Found: /aaa.php
Not Found: /favicon.ico
Not Found: /xmlrpc.php
Not Found: /xmlrpc.php
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /wp-json/gravitysmtp/v1/tests/mock-data
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /wp-content/plugins/cidaas-pro-master/composer.json
Not Found: /blog-verify
Not Found: /wp-content/wplog.php
Not Found: /wp-content/plugins/clean-tools/clean-tools.php
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /this_is_a_new_hello_world.php
Not Found: /inputs.php
Not Found: /admin.php
Not Found: /goods.php
Not Found: /file.php
Not Found: /adminfuns.php
Not Found: /404.php
Not Found: /wk/index.php
Not Found: /about.php
Not Found: /term.php
Not Found: /ioxi-o.php
Not Found: /1.php
Not Found: /alfa.php
Not Found: /edit.php
Not Found: /elp.php
Not Found: /classwithtostring.php
Not Found: /666.php
Not Found: /wp-admin/
Not Found: /ws54.php
Not Found: /deepseek_d.php
Not Found: /function/function.php
Not Found: /nw.php
Not Found: /wp.php
Not Found: /155.php
Not Found: /96i.php
Not Found: /as.php
Not Found: /min.php
Not Found: /.well-known/
Not Found: /php8.php
Not Found: /wp-content/admin.php
Not Found: /222.php
Not Found: /wp-content/themes/pridmag/il.php
Not Found: /info.php
Not Found: /a.php
Not Found: /chosen.php
Not Found: /wp-content/index.php
Not Found: /vx.php
Not Found: /wap.php
Not Found: /wp-admin/wp.php
Not Found: /bgymj.php
Not Found: /aa.php
Not Found: /wp-mail.php
Not Found: /bolt.php
Not Found: /bthil.php
Not Found: /cgi-bin/
Not Found: /x.php
Not Found: /index/function.php
Not Found: /aaa.php
Not Found: /abcd.php
Not Found: /wp-good.php
Not Found: /simple.php
Not Found: /edit-tags.php
Not Found: /u.php
Not Found: /wp-content/themes/admin.php
Not Found: /h.php
Not Found: /ms-edit.php
Not Found: /a7.php
Not Found: /manager.php
Not Found: /w1.php
Not Found: /wp-includes/fonts/
Not Found: /wp-login.php
Not Found: /default.php
Not Found: /i.php
Not Found: /wp-content/uploads/
Not Found: /wp-includes/Requests/library/index.php
Not Found: /wp-content/themes/index.php
Not Found: /gecko-new.php
Not Found: /NewFile.php
Not Found: /wp-Blogs.php
Not Found: /wp-includes/fonts/index.php
Not Found: /themes.php
Not Found: /cv.php
Not Found: /wp-admin/js/
Not Found: /wp-content/uploads/index.php
Not Found: /ws83.php
Not Found: /atex1.php
Not Found: /class-t.api.php
Not Found: /w.php
Not Found: /archive.php
Not Found: /bless.php
Not Found: /sagax1.php
Not Found: /wpc.php
Not Found: /fone1.php
Not Found: /ncx.php
Not Found: /wp-admin/js/index.php
Not Found: /zup.php73
Not Found: /k.php
Not Found: /wp-blink.php
Not Found: /randkeyword.PhP7
Not Found: /wp-admin/css/colors/ectoplasm/
Not Found: /wp-content/
Not Found: /ww5.php
Not Found: /2.php
Not Found: /wp-admin/classwithtostring.php
Not Found: /atomlib.php
Not Found: /rip.php
Not Found: /p.php
Not Found: /php.php
Not Found: /test1.php
Not Found: /wp-content/uploads/min.php
Not Found: /zoom1.php
Not Found: /lock360.php
Not Found: /r.php
Not Found: /sf.php
Not Found: /t.php
Not Found: /7.php
Not Found: /b.php
Not Found: /buy.php
Not Found: /config.php
Not Found: /num.php
Not Found: /areak1.php
Not Found: /vc.php
Not Found: /new.php
Not Found: /il.php
Not Found: /images/index.php
Not Found: /lite.php
Not Found: /load.php
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /wp-login.php
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /this_is_a_new_hello_world.php
Not Found: /min.php
Not Found: /xozx.php//xozx.php
Not Found: /p-blog.php
Not Found: /file3.php
Not Found: /mmrp.php
Not Found: /harvestry.php
Not Found: /file61.php
Not Found: /jj.php
Not Found: /tool.php
Not Found: /sql.php//sql.php
Not Found: /filesss.php
Not Found: /unity.php
Not Found: /satan.php
Not Found: /btx25.php
Not Found: /themes.php
Not Found: /yanz.php
Not Found: /mass.php
Not Found: /file11.php
Not Found: /mnpiyfeish.php
Not Found: /v55.php
Not Found: /c4.php
Not Found: /sitemap.php
Not Found: /wp-sync.php
Not Found: /xenium4.php
Not Found: /bumxewlsll.php
Not Found: /son.php
Not Found: /19.php
Not Found: /miru1.php
Not Found: /x123.php
Not Found: /appt.php
Not Found: /buds1.php
Not Found: /wp-content/uploads/2024/index.php
Not Found: /mg.php
Not Found: /wp-pp.php
Not Found: /wp-blink.php
Not Found: /xwpg.php
Not Found: /0okj.php
Not Found: /sg.php
Not Found: /moon.php
Not Found: /cx.php
Not Found: /000.php
Not Found: /alr.php
Not Found: /nurseling.php//nurseling.php
Not Found: /wp-blog-header.php
Not Found: /autovirgi.php//autovirgi.php
Not Found: /5shagu.php
Not Found: /wplogbak.php
Not Found: /bless24.php
Not Found: /w2025.php
Not Found: /fiu.php
Not Found: /albin.php
Not Found: /0xD.php
Not Found: /cc13.php
Not Found: /obfuscate.php
Not Found: /like.php//like.php
Not Found: /wp-curl-file.php
Not Found: /mans.php
Not Found: /geforce.php
Not Found: /drykl.php
Not Found: /mini.php
Not Found: /wp-rrtx.php
Not Found: /wp-admin/includes/admin.php
Not Found: /keyyy.php
Not Found: /chomu.php
Not Found: /min.php//min.php
Not Found: /w3lls.php//w3lls.php
Not Found: /wp-wlx.php
Not Found: /wp-includes/blocks/chosen.php
Not Found: /wp-dengko.php
Not Found: /urlar.php
Not Found: /wp-tkdc.php
Not Found: /wp-omao.php
Not Found: /zxcs.php
Not Found: /wp-gr.php
Not Found: /dx.php//dx.php
Not Found: /xBrain.php
Not Found: /xxx.php//xxx.php
Not Found: /FAQ.php
Not Found: /as.php
Not Found: /dass.php
Not Found: /G-In.php
Not Found: /Ov-Simple1.php
Not Found: /xper1.php
Not Found: /wp-asudo.php
Not Found: /dx.php
Not Found: /qlex1.php
Not Found: /edit.php//edit.php
Not Found: /mac.php
Not Found: /btx25.php//btx25.php
Not Found: /xSx.php
Not Found: /scxy.php
Not Found: /wp-lvminl.php
Not Found: /bless18.php
Not Found: /wp-admin/doc.php
Not Found: /wpxml.php
Not Found: /wp-content/themes/admin.php
Not Found: /term.php
Not Found: /file6.php
Not Found: /file5.php
Not Found: /ssla.php
Not Found: /wander.php
Not Found: /wp-includes/Text/Diff/Engine/about.php
Not Found: /sql.php
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /login
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /ss.php
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /doors-test-article
Not Found: /images/images/cache.php
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /this_is_a_new_hello_world.php
Not Found: /inputs.php
Not Found: /admin.php
Not Found: /goods.php
Not Found: /file.php
Not Found: /adminfuns.php
Not Found: /404.php
Not Found: /wk/index.php
Not Found: /about.php
Not Found: /term.php
Not Found: /ioxi-o.php
Not Found: /1.php
Not Found: /alfa.php
Not Found: /edit.php
Not Found: /elp.php
Not Found: /classwithtostring.php
Not Found: /666.php
Not Found: /wp-admin/
Not Found: /ws54.php
Not Found: /deepseek_d.php
Not Found: /function/function.php
Not Found: /nw.php
Not Found: /wp.php
Not Found: /155.php
Not Found: /96i.php
Not Found: /as.php
Not Found: /min.php
Not Found: /.well-known/
Not Found: /php8.php
Not Found: /wp-content/admin.php
Not Found: /222.php
Not Found: /wp-content/themes/pridmag/il.php
Not Found: /info.php
Not Found: /a.php
Not Found: /chosen.php
Not Found: /wp-content/index.php
Not Found: /vx.php
Not Found: /wap.php
Not Found: /wp-admin/wp.php
Not Found: /bgymj.php
Not Found: /aa.php
Not Found: /wp-mail.php
Not Found: /bolt.php
Not Found: /bthil.php
Not Found: /cgi-bin/
Not Found: /x.php
Not Found: /index/function.php
Not Found: /aaa.php
Not Found: /abcd.php
Not Found: /wp-good.php
Not Found: /simple.php
Not Found: /edit-tags.php
Not Found: /u.php
Not Found: /wp-content/themes/admin.php
Not Found: /h.php
Not Found: /ms-edit.php
Not Found: /a7.php
Not Found: /manager.php
Not Found: /w1.php
Not Found: /wp-includes/fonts/
Not Found: /wp-login.php
Not Found: /default.php
Not Found: /i.php
Not Found: /wp-content/uploads/
Not Found: /wp-includes/Requests/library/index.php
Not Found: /wp-content/themes/index.php
Not Found: /gecko-new.php
Not Found: /NewFile.php
Not Found: /wp-Blogs.php
Not Found: /wp-includes/fonts/index.php
Not Found: /themes.php
Not Found: /cv.php
Not Found: /wp-admin/js/
Not Found: /wp-content/uploads/index.php
Not Found: /ws83.php
Not Found: /atex1.php
Not Found: /class-t.api.php
Not Found: /w.php
Not Found: /archive.php
Not Found: /bless.php
Not Found: /sagax1.php
Not Found: /wpc.php
Not Found: /fone1.php
Not Found: /ncx.php
Not Found: /wp-admin/js/index.php
Not Found: /zup.php73
Not Found: /k.php
Not Found: /wp-blink.php
Not Found: /randkeyword.PhP7
Not Found: /wp-admin/css/colors/ectoplasm/
Not Found: /wp-content/
Not Found: /ww5.php
Not Found: /2.php
Not Found: /wp-admin/classwithtostring.php
Not Found: /atomlib.php
Not Found: /rip.php
Not Found: /p.php
Not Found: /php.php
Not Found: /test1.php
Not Found: /wp-content/uploads/min.php
Not Found: /zoom1.php
Not Found: /lock360.php
Not Found: /r.php
Not Found: /sf.php
Not Found: /t.php
Not Found: /7.php
Not Found: /b.php
Not Found: /buy.php
Not Found: /config.php
Not Found: /num.php
Not Found: /areak1.php
Not Found: /vc.php
Not Found: /new.php
Not Found: /il.php
Not Found: /images/index.php
Not Found: /lite.php
Not Found: /load.php
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /wp-login.php
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /wp-includes/wlwmanifest.xml//wp-includes/wlwmanifest.xml
Not Found: /xmlrpc.php//xmlrpc.php
Not Found: /blog/wp-includes/wlwmanifest.xml//blog/wp-includes/wlwmanifest.xml
Not Found: /web/wp-includes/wlwmanifest.xml//web/wp-includes/wlwmanifest.xml
Not Found: /wordpress/wp-includes/wlwmanifest.xml//wordpress/wp-includes/wlwmanifest.xml
Not Found: /website/wp-includes/wlwmanifest.xml//website/wp-includes/wlwmanifest.xml
Not Found: /wp/wp-includes/wlwmanifest.xml//wp/wp-includes/wlwmanifest.xml
Not Found: /news/wp-includes/wlwmanifest.xml//news/wp-includes/wlwmanifest.xml
Not Found: /2018/wp-includes/wlwmanifest.xml//2018/wp-includes/wlwmanifest.xml
Not Found: /2019/wp-includes/wlwmanifest.xml//2019/wp-includes/wlwmanifest.xml
Not Found: /shop/wp-includes/wlwmanifest.xml//shop/wp-includes/wlwmanifest.xml
Not Found: /wp1/wp-includes/wlwmanifest.xml//wp1/wp-includes/wlwmanifest.xml
Not Found: /test/wp-includes/wlwmanifest.xml//test/wp-includes/wlwmanifest.xml
Not Found: /media/wp-includes/wlwmanifest.xml//media/wp-includes/wlwmanifest.xml
Not Found: /wp2/wp-includes/wlwmanifest.xml//wp2/wp-includes/wlwmanifest.xml
Not Found: /site/wp-includes/wlwmanifest.xml//site/wp-includes/wlwmanifest.xml
Not Found: /cms/wp-includes/wlwmanifest.xml//cms/wp-includes/wlwmanifest.xml
Not Found: /sito/wp-includes/wlwmanifest.xml//sito/wp-includes/wlwmanifest.xml
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /blog-verify
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /xmlrpc.php
Not Found: /xmlrpc.php
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /wp-content/plugins/profilegrid-user-profiles-groups-and-communities/public/css/pg-profile-menu.css
Not Found: /robots.txt
Not Found: /wp-content/plugins/waves/style.css
Not Found: /wp-remote-api
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/traffic-advice
Not Found: /wp-json/gravitysmtp/v1/tests/mock-data
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /this_is_a_new_hello_world.php
Not Found: /zoko.php
Not Found: /wp3.php
Not Found: /133.php
Not Found: /.well-known/traffic-advice
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /wp-login.php
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /this_is_a_new_hello_world.php
Not Found: /min.php
Not Found: /xozx.php//xozx.php
Not Found: /p-blog.php
Not Found: /file3.php
Not Found: /mmrp.php
Not Found: /harvestry.php
Not Found: /file61.php
Not Found: /jj.php
Not Found: /tool.php
Not Found: /sql.php//sql.php
Not Found: /filesss.php
Not Found: /unity.php
Not Found: /satan.php
Not Found: /btx25.php
Not Found: /themes.php
Not Found: /yanz.php
Not Found: /mass.php
Not Found: /file11.php
Not Found: /mnpiyfeish.php
Not Found: /v55.php
Not Found: /c4.php
Not Found: /sitemap.php
Not Found: /wp-sync.php
Not Found: /xenium4.php
Not Found: /bumxewlsll.php
Not Found: /son.php
Not Found: /19.php
Not Found: /miru1.php
Not Found: /x123.php
Not Found: /appt.php
Not Found: /buds1.php
Not Found: /wp-content/uploads/2024/index.php
Not Found: /mg.php
Not Found: /wp-pp.php
Not Found: /wp-blink.php
Not Found: /xwpg.php
Not Found: /0okj.php
Not Found: /sg.php
Not Found: /moon.php
Not Found: /cx.php
Not Found: /000.php
Not Found: /alr.php
Not Found: /nurseling.php//nurseling.php
Not Found: /wp-blog-header.php
Not Found: /autovirgi.php//autovirgi.php
Not Found: /5shagu.php
Not Found: /wplogbak.php
Not Found: /bless24.php
Not Found: /w2025.php
Not Found: /fiu.php
Not Found: /albin.php
Not Found: /0xD.php
Not Found: /cc13.php
Not Found: /obfuscate.php
Not Found: /like.php//like.php
Not Found: /wp-curl-file.php
Not Found: /mans.php
Not Found: /geforce.php
Not Found: /drykl.php
Not Found: /mini.php
Not Found: /wp-rrtx.php
Not Found: /wp-admin/includes/admin.php
Not Found: /keyyy.php
Not Found: /chomu.php
Not Found: /min.php//min.php
Not Found: /w3lls.php//w3lls.php
Not Found: /wp-wlx.php
Not Found: /wp-includes/blocks/chosen.php
Not Found: /wp-dengko.php
Not Found: /urlar.php
Not Found: /wp-tkdc.php
Not Found: /wp-omao.php
Not Found: /zxcs.php
Not Found: /wp-gr.php
Not Found: /dx.php//dx.php
Not Found: /xBrain.php
Not Found: /xxx.php//xxx.php
Not Found: /FAQ.php
Not Found: /as.php
Not Found: /dass.php
Not Found: /G-In.php
Not Found: /Ov-Simple1.php
Not Found: /xper1.php
Not Found: /wp-asudo.php
Not Found: /dx.php
Not Found: /qlex1.php
Not Found: /edit.php//edit.php
Not Found: /mac.php
Not Found: /btx25.php//btx25.php
Not Found: /xSx.php
Not Found: /scxy.php
Not Found: /wp-lvminl.php
Not Found: /bless18.php
Not Found: /wp-admin/doc.php
Not Found: /wpxml.php
Not Found: /wp-content/themes/admin.php
Not Found: /file6.php
Not Found: /file5.php
Not Found: /ssla.php
Not Found: /wander.php
Not Found: /wp-includes/Text/Diff/Engine/about.php
Not Found: /sql.php
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /.well-known/tdmrep.json
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /this_is_a_new_hello_world.php
Not Found: /x.php
Not Found: /by.php
Not Found: /cxs.php
Not Found: /coffexium.php
Not Found: /asdf.php
Not Found: /red.php
Not Found: /wp-includes/sodium_compat/
Not Found: /wp-admin/css/colors/coffee/wp-adochan.php
Not Found: /wp-includes/Text/
Not Found: /footer.php
Not Found: /wp-content/uploads/
Not Found: /wp-content/index.php
Not Found: /zoro.php
Not Found: /wm.php
Not Found: /bajah.php
Not Found: /cream1.php
Not Found: /lim.php
Not Found: /heat3.php
Not Found: /greap.php
Not Found: /177.php
Not Found: /199.php
Not Found: /file52.php
Not Found: /122.php
Not Found: /green1.php
Not Found: /sukce.php
Not Found: /xb.php
Not Found: /biufile.php
Not Found: /wpconf.php
Not Found: /ultradybbuks.php
Not Found: /novax.php
Not Found: /mosty.php
Not Found: /dejavu.php
Not Found: /aaf.php
Not Found: /b00869ae6e.php
Not Found: /term.php
Not Found: /wander.php
Not Found: /ha.php
Not Found: /hur.php
Not Found: /2222.php
Not Found: /h02ugyh.php
Not Found: /seiso.php
Not Found: /155.php
Not Found: /ppp.php
Not Found: /201.php
Not Found: /ops.php
Not Found: /samll.php
Not Found: /ingfo.php
Not Found: /error_log.php
Not Found: /xenon1337.php
Not Found: /test11.php
Not Found: /koala.php
Not Found: /mac.php
Not Found: /25d653587fdfd1.php
Not Found: /wefile.php
Not Found: /modules/mod_simplefileuploadv1.3/elements/filemanager.php
Not Found: /wp-includes/blocks/post-comments-form/
Not Found: /wp-admin/js/
Not Found: /wp-admin/css/colour.php
Not Found: /2P.php
Not Found: /tires.php
Not Found: /wordpress/wp-admin/maint/
Not Found: /.well-known/about.php
Not Found: /wp-includes/ID3/about.php
Not Found: /bob.php
Not Found: /t3s.php
Not Found: /wp-admin/css/
Not Found: /wp-admin/css/colors/modern/
Not Found: /uwu.php
Not Found: /uwa.php
Not Found: /crgio.php
Not Found: /geforce.php
Not Found: /pucci.php
Not Found: /wp-includes/blocks/details/
Not Found: /wp-includes/blocks/audio/
Not Found: /wp-temp.php
Not Found: /mode.php
Not Found: /wp-admin/js/index.php//wp-admin/js/index.php
Not Found: /dx.php
Not Found: /puc.php
Not Found: /themes.php//themes.php
Not Found: /dx.php
Not Found: /11.php
Not Found: /p.php
Not Found: /wp-includes/Requests//wp-includes/Requests/
Not Found: /bthil.php
Not Found: /7.php
Not Found: /8.php
Not Found: /1.php
Not Found: /100.php
Not Found: /about.php
Not Found: /admin.php//admin.php
Not Found: /edit.php//edit.php
Not Found: /wp-content/admin.php
Not Found: /f6.php//f6.php
Not Found: /inputs.php
Not Found: /av.php//av.php
Not Found: /classwithtostring.php
Not Found: /wp-content/themes/index.php
Not Found: /wp-blog.php
Not Found: /wp-includes/js/jquery//wp-includes/js/jquery/
Not Found: /wp-content/admin.php//wp-content/admin.php
Not Found: /adminfuns.php//adminfuns.php
Not Found: /goods.php
Not Found: /ms-edit.php
Not Found: /222.php
Not Found: /cgi-bin/index.php//cgi-bin/index.php
Not Found: /wp-includes/css/dist//wp-includes/css/dist/
Not Found: /BDKR28WP.php
Not Found: /wp-includes/l10n//wp-includes/l10n/
Not Found: /wp-content/uploads/
Not Found: /wp.php
Not Found: /abcd.php//abcd.php
Not Found: /a1.php//a1.php
Not Found: /wp-includes/Text/Diff/Engine/about.php
Not Found: /bal.php
Not Found: /cgi-bin/admin.php//cgi-bin/admin.php
Not Found: /gettest.php
Not Found: /wp-content/BypassBest.php//wp-content/BypassBest.php
Not Found: /wp-content/
Not Found: /simple.php
Not Found: /kj.php
Not Found: /xxx.php
Not Found: /hypo.php
Not Found: /wp-admin/css/colors/blue/
Not Found: /chosen.php
Not Found: /wp-includes/block-bindings//wp-includes/block-bindings/
Not Found: /gg.php
Not Found: /als.php
Not Found: /pol.php
Not Found: /006.php
Not Found: /file5.php
Not Found: /4PJcpMFsD8B.php
Not Found: /file.php
Not Found: /cfile.php
Not Found: /class-wp.php
Not Found: /admin.php
Not Found: /aa2.php
Not Found: /ccou.php
Not Found: /dr.php
Not Found: /xamp.php
Not Found: /bless.php
Not Found: /file46.php
Not Found: /eee.php
Not Found: /file25.php
Not Found: /hg.php
Not Found: /file48.php
Not Found: /ff.php
Not Found: /file31.php
Not Found: /file6.php
Not Found: /a2.php
Not Found: /file15.php
Not Found: /no1.php
Not Found: /jp.php
Not Found: /f35.php
Not Found: /wp-load.php
Not Found: /xwpg.php//xwpg.php
Not Found: /wp-includes/assets//wp-includes/assets/
Not Found: /ddd.php
Not Found: /wp-admin/css/colors/sunrise/
Not Found: /waf.php
Not Found: /xstelth.php
Not Found: /wp-admin/css/colors/midnight/about.php
Not Found: /wp-links.php
Not Found: /wp-admin/network/plugins.php
Not Found: /robots.txt
Not Found: /.well-known/tdmrep.json
Not Found: /robots.txt
[UID:1227][2229004] Child process with pid: 2229098 was killed by signal: 15, core dumped: no
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /this_is_a_new_hello_world.php
Not Found: /min.php
Not Found: /xozx.php//xozx.php
Not Found: /p-blog.php
Not Found: /file3.php
Not Found: /mmrp.php
Not Found: /harvestry.php
Not Found: /file61.php
Not Found: /jj.php
Not Found: /tool.php
Not Found: /sql.php//sql.php
Not Found: /filesss.php
Not Found: /unity.php
Not Found: /satan.php
Not Found: /btx25.php
Not Found: /themes.php
Not Found: /yanz.php
Not Found: /mass.php
Not Found: /file11.php
Not Found: /mnpiyfeish.php
Not Found: /v55.php
Not Found: /c4.php
Not Found: /sitemap.php
Not Found: /wp-sync.php
Not Found: /xenium4.php
Not Found: /bumxewlsll.php
Not Found: /son.php
Not Found: /19.php
Not Found: /miru1.php
Not Found: /x123.php
Not Found: /appt.php
Not Found: /buds1.php
Not Found: /wp-content/uploads/2024/index.php
Not Found: /mg.php
Not Found: /wp-pp.php
Not Found: /wp-blink.php
Not Found: /xwpg.php
Not Found: /0okj.php
Not Found: /sg.php
Not Found: /moon.php
Not Found: /cx.php
Not Found: /000.php
Not Found: /alr.php
Not Found: /nurseling.php//nurseling.php
Not Found: /wp-blog-header.php
Not Found: /autovirgi.php//autovirgi.php
Not Found: /5shagu.php
Not Found: /wplogbak.php
Not Found: /bless24.php
Not Found: /w2025.php
Not Found: /fiu.php
Not Found: /albin.php
Not Found: /0xD.php
Not Found: /cc13.php
Not Found: /obfuscate.php
Not Found: /like.php//like.php
Not Found: /wp-curl-file.php
Not Found: /mans.php
Not Found: /geforce.php
Not Found: /drykl.php
Not Found: /mini.php
Not Found: /wp-rrtx.php
Not Found: /wp-admin/includes/admin.php
Not Found: /keyyy.php
Not Found: /chomu.php
Not Found: /min.php//min.php
Not Found: /w3lls.php//w3lls.php
Not Found: /wp-wlx.php
Not Found: /wp-includes/blocks/chosen.php
Not Found: /wp-dengko.php
Not Found: /urlar.php
Not Found: /wp-tkdc.php
Not Found: /wp-omao.php
Not Found: /zxcs.php
Not Found: /wp-gr.php
Not Found: /dx.php//dx.php
Not Found: /xBrain.php
Not Found: /xxx.php//xxx.php
Not Found: /FAQ.php
Not Found: /as.php
Not Found: /dass.php
Not Found: /G-In.php
Not Found: /Ov-Simple1.php
Not Found: /xper1.php
Not Found: /wp-asudo.php
Not Found: /dx.php
Not Found: /qlex1.php
Not Found: /edit.php//edit.php
Not Found: /mac.php
Not Found: /btx25.php//btx25.php
Not Found: /xSx.php
Not Found: /scxy.php
Not Found: /wp-lvminl.php
Not Found: /bless18.php
Not Found: /wp-admin/doc.php
Not Found: /wpxml.php
Not Found: /wp-content/themes/admin.php
Not Found: /file6.php
Not Found: /file5.php
Not Found: /ssla.php
Not Found: /wander.php
Not Found: /wp-includes/Text/Diff/Engine/about.php
Not Found: /sql.php
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /wp-login.php
Not Found: /wp-login.php
Not Found: /wp-admin/
Not Found: /.well-known/traffic-advice
Not Found: /wp-content/plugins/updraftplus/readme.txt
Not Found: /wp-content/plugins/updraftplus/updraftplus.php
Not Found: /wp-content/plugins/updraftplus/js/updraftplus-admin.js
Not Found: /wp-content/plugins/updraftplus/css/updraftplus.css
Not Found: /wp-content/plugins/updraftplus/changelog.txt
Not Found: /wp-json/wp/v2/plugins
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /this_is_a_new_hello_world.php
Not Found: /blurbs.php
Not Found: /bajah.php
Not Found: /a.php//a.php
Not Found: /edit.php
Not Found: /hosty.php//hosty.php
Not Found: /k.php
Not Found: /mosty.php//mosty.php
Not Found: /aaa.php
Not Found: /file5.php
Not Found: /222.php
Not Found: /test.php
Not Found: /aaa.php
Not Found: /11.php
Not Found: /mac.php
Not Found: /chosen.php
Not Found: /bthil.php
Not Found: /cream1.php
Not Found: /wp-content/uploads/
Not Found: /wp-includes/Text/
Not Found: /dr.php
Not Found: /x.php
Not Found: /155.php
Not Found: /ops.php
Not Found: /file31.php
Not Found: /file6.php
Not Found: /wp-includes/assets//wp-includes/assets/
Not Found: /adminfuns.php//adminfuns.php
Not Found: /goods.php
Not Found: /100.php
Not Found: /about.php
Not Found: /about.php
Not Found: /admin.php
Not Found: /admin.php//admin.php
Not Found: /themes.php//themes.php
Not Found: /wp-includes/blocks/details/
Not Found: /wp-includes/blocks/audi
Not Found: /.well-known/about.php
Not Found: /wp-includes/ID3/about.php
Not Found: /wefile.php
Not Found: /modules/mod_simplefileuploadv1.3/elements/filemanager.php
Not Found: /wp-includes/blocks/post-comments-form/
Not Found: /wp-admin/js/
Not Found: /wp-admin/css/colour.php
Not Found: /8.php
Not Found: /wp-content/admin.php
Not Found: /f6.php//f6.php
Not Found: /inputs.php
Not Found: /inputs.php
Not Found: /classwithtostring.php
Not Found: /wp-content/themes/index.php
Not Found: /wp-blog.php
Not Found: /wp-includes/js/jquery//wp-includes/js/jquery/
Not Found: /wp-content/admin.php//wp-content/admin.php
Not Found: /adminfuns.php//adminfuns.php
Not Found: /ms-edit.php
Not Found: /cgi-bin/index.php//cgi-bin/index.php
Not Found: /wp-includes/css/dist//wp-includes/css/dist/
Not Found: /BDKR28WP.php
Not Found: /wp-includes/l10n//wp-includes/l10n/
Not Found: /wp-content/uploads/
Not Found: /abcd.php//abcd.php
Not Found: /file15.php
Not Found: /jp.php
Not Found: /f35.php
Not Found: /wp-load.php
Not Found: /xyn.php
Not Found: /wp-includes/assets//wp-includes/assets/
Not Found: /wp-admin/css/colors/sunrise/
Not Found: /simple.php
Not Found: /ccc.php
Not Found: /w.php
Not Found: /4PJcpMFsD8B.php
Not Found: /set.php
Not Found: /FWAZ.php
Not Found: /miru1.php
Not Found: /aa.php//aa.php
Not Found: /122.php
Not Found: /get.php
Not Found: /as.php
Not Found: /ccou.php
Not Found: /w3lls.php
Not Found: /test1.php
Not Found: /database.php
Not Found: /file.php
Not Found: /file.php
Not Found: /777.php
Not Found: /joomla.php
Not Found: /ssixta.php
Not Found: /1c.php
Not Found: /test2.php
Not Found: /buy.php
Not Found: /ssend.php
Not Found: /item.php
Not Found: /ss.php
Not Found: /hypo.php
Not Found: /bob.php
Not Found: /users.php
Not Found: /177.php
Not Found: /config.php
Not Found: /ayuvbvh.php
Not Found: /bgymj.php
Not Found: /gettest.php
Not Found: /min.php
Not Found: /edorxrr.php
Not Found: /hur.php
Not Found: /3PJcpMFsD8B.php
Not Found: /new.php
Not Found: /dvjul.php
Not Found: /biufile.php
Not Found: /av.php//av.php
Not Found: /zoro.php
Not Found: /coffexium.php
Not Found: /xenon1337.php
Not Found: /app.php
Not Found: /bootstrap.php
Not Found: /core.php
Not Found: /footer.php
Not Found: /global.php
Not Found: /header.php
Not Found: /functions.php
Not Found: /main.php
Not Found: /init.php
Not Found: /fpwch.php
Not Found: /domvf.php
Not Found: /gpplhba.php
Not Found: /adnhsxf.php
Not Found: /jvplcjj.php
Not Found: /wp.php//wp.php
Not Found: /class.php
Not Found: /echkm.php
Not Found: /lib.php
Not Found: /login.php//login.php
Not Found: /qyamb.php
Not Found: /sites.php
Not Found: /assacc.php
Not Found: /xwpg.php//xwpg.php
Not Found: /a2.php
Not Found: /d61.php
Not Found: /alfa.php
Not Found: /gN6kxvFJQ3r.php
Not Found: /info.php
Not Found: /gtd7.php
Not Found: /BruVYqh295U.php
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/assetlinks.json
Not Found: /wp-login.php
Not Found: /wp-login.php
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /blog-verify
Not Found: /wp-content/plugins/cidaas-pro-master/composer.json
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /wp-includes/wlwmanifest.xml//wp-includes/wlwmanifest.xml
Not Found: /xmlrpc.php//xmlrpc.php
Not Found: /blog/wp-includes/wlwmanifest.xml//blog/wp-includes/wlwmanifest.xml
Not Found: /web/wp-includes/wlwmanifest.xml//web/wp-includes/wlwmanifest.xml
Not Found: /wordpress/wp-includes/wlwmanifest.xml//wordpress/wp-includes/wlwmanifest.xml
Not Found: /website/wp-includes/wlwmanifest.xml//website/wp-includes/wlwmanifest.xml
Not Found: /wp/wp-includes/wlwmanifest.xml//wp/wp-includes/wlwmanifest.xml
Not Found: /news/wp-includes/wlwmanifest.xml//news/wp-includes/wlwmanifest.xml
Not Found: /2020/wp-includes/wlwmanifest.xml//2020/wp-includes/wlwmanifest.xml
Not Found: /2019/wp-includes/wlwmanifest.xml//2019/wp-includes/wlwmanifest.xml
Not Found: /shop/wp-includes/wlwmanifest.xml//shop/wp-includes/wlwmanifest.xml
Not Found: /wp1/wp-includes/wlwmanifest.xml//wp1/wp-includes/wlwmanifest.xml
Not Found: /test/wp-includes/wlwmanifest.xml//test/wp-includes/wlwmanifest.xml
Not Found: /wp2/wp-includes/wlwmanifest.xml//wp2/wp-includes/wlwmanifest.xml
Not Found: /site/wp-includes/wlwmanifest.xml//site/wp-includes/wlwmanifest.xml
Not Found: /cms/wp-includes/wlwmanifest.xml//cms/wp-includes/wlwmanifest.xml
Not Found: /sito/wp-includes/wlwmanifest.xml//sito/wp-includes/wlwmanifest.xml
Not Found: /.well-known/traffic-advice
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /this_is_a_new_hello_world.php
Not Found: /test1.php
Not Found: /zoom1.php
Not Found: /lock360.php
Not Found: /r.php
Not Found: /sf.php
Not Found: /t.php
Not Found: /7.php
Not Found: /b.php
Not Found: /buy.php
Not Found: /config.php
Not Found: /num.php
Not Found: /areak1.php
Not Found: /vc.php
Not Found: /wp-content/plugins/admin.php
Not Found: /core.php
Not Found: /wp-content/min.php
Not Found: /wp-content/plugins/beteng88/ws83.php
Not Found: /ws37.php
Not Found: /new.php
Not Found: /il.php
Not Found: /lite.php
Not Found: /load.php
Not Found: /wp-themes.php
Not Found: /xda.php
Not Found: /.trash7206/index.php
Not Found: /doc.php
Not Found: /storage/index.php
Not Found: /wp-content.php
Not Found: /wp-includes/min.php
Not Found: /cache.php
Not Found: /filemanager.php
Not Found: /wp-blog.php
Not Found: /xmlrpc.php
Not Found: /cd.php
Not Found: /css.php
Not Found: /lu4.php
Not Found: /ant.php
Not Found: /autoload_classmap.php
Not Found: /storage/rip.php
Not Found: /tinyfilemanager.php
Not Found: /403.php
Not Found: /av.php
Not Found: /tool.php
Not Found: /wp-admin/index.php
Not Found: /wp-content/plugins/core-plugin/include.php
Not Found: /wp-trackback.php
Not Found: /0.php
Not Found: /1index.php
Not Found: /autoload_classmap/function.php
Not Found: /dvve.php
Not Found: /wp-includes/PHPMailer/
Not Found: /ws77.php
Not Found: /.well-known/acme-challenge/index.php
Not Found: /wp-admin/css/index.php
Not Found: /xx.php
Not Found: /wp-content/about.php
Not Found: /wp-includes/assets/index.php
Not Found: /wp-the.php
Not Found: /ws81.php
Not Found: /3.php
Not Found: /a1.php
Not Found: /ca5.php
Not Found: /install.php
Not Found: /radio.php
Not Found: /wp-signin.php
Not Found: /Ov-Simple1.php
Not Found: /fm.php
Not Found: /hplfuns.php
Not Found: /log.php
Not Found: /test.php
Not Found: /txets.php
Not Found: /wp-admin.php
Not Found: /wp-config-sample.php
Not Found: /wp-content/packed.php
Not Found: /adminfuns.php/.well-known/acme-challenge/file.php
Not Found: /ahax.php
Not Found: /breads1.php
Not Found: /must.php
Not Found: /up.php
Not Found: /upload.php
Not Found: /wp-update.php
Not Found: /xmrlpc.php
Not Found: /about/function.php
Not Found: /an.php
Not Found: /asw.php
Not Found: /item.php
Not Found: /jga.php
Not Found: /mac.php
Not Found: /system.php
Not Found: /wp-access.php
Not Found: /wp-admin/images/index.php
Not Found: /wp-load.php
Not Found: /zafir1.php
Not Found: /abc.php
Not Found: /c1.php
Not Found: /root.php
Not Found: /shell.php
Not Found: /wp-admin/user/index.php
Not Found: /wp-block.php
Not Found: /wp-content/plugins/linkpreview/il.php
Not Found: /wp-header-json.php
Not Found: /wp-includes/index.php
Not Found: /zup.php
Not Found: /a9.php
Not Found: /content.php
Not Found: /gg.php
Not Found: /makeasmtp.php
Not Found: /update/da222.php
Not Found: /wp-admin/maint/
Not Found: /wp-admin/min.php
Not Found: /wp-info.php
Not Found: /wp-wordfence-waf.php
Not Found: /ws49.php
Not Found: /xxx.php
Not Found: /0x.php
Not Found: /CDX1.php
Not Found: /s.php
Not Found: /wp-admin/wp-teest.php
Not Found: /wp-content/plugins/ftde.php
Not Found: /wp-content/uploads/admin.php
Not Found: /z.php
Not Found: /f35.php
Not Found: /file61.php
Not Found: /mah.php
Not Found: /mini.php
Not Found: /system_log.php
Not Found: /v.php
Not Found: /ws80.php
Not Found: /ww2.php
Not Found: /7logs.php
Not Found: /ac.php
Not Found: /assets/images/doc.php
Not Found: /ctex1.php
Not Found: /defaults.php
Not Found: /domains.php
Not Found: /dropdown.php
Not Found: /files/index.php
Not Found: /flower.php
Not Found: /insc.php
Not Found: /4PJcpMFsD8B.php
Not Found: /X7ROOT.PHP
Forbidden (CSRF cookie not set.): /
[UID:1227][494474] Child process with pid: 495081 was killed by signal: 15, core dumped: no
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /login
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Forbidden (CSRF cookie not set.): /
Not Found: /wp-includes/wlwmanifest.xml//wp-includes/wlwmanifest.xml
Not Found: /xmlrpc.php//xmlrpc.php
Not Found: /blog/wp-includes/wlwmanifest.xml//blog/wp-includes/wlwmanifest.xml
Not Found: /web/wp-includes/wlwmanifest.xml//web/wp-includes/wlwmanifest.xml
Not Found: /wordpress/wp-includes/wlwmanifest.xml//wordpress/wp-includes/wlwmanifest.xml
Not Found: /website/wp-includes/wlwmanifest.xml//website/wp-includes/wlwmanifest.xml
Not Found: /wp/wp-includes/wlwmanifest.xml//wp/wp-includes/wlwmanifest.xml
Not Found: /news/wp-includes/wlwmanifest.xml//news/wp-includes/wlwmanifest.xml
Not Found: /2020/wp-includes/wlwmanifest.xml//2020/wp-includes/wlwmanifest.xml
Not Found: /2019/wp-includes/wlwmanifest.xml//2019/wp-includes/wlwmanifest.xml
Not Found: /shop/wp-includes/wlwmanifest.xml//shop/wp-includes/wlwmanifest.xml
Not Found: /wp1/wp-includes/wlwmanifest.xml//wp1/wp-includes/wlwmanifest.xml
Not Found: /test/wp-includes/wlwmanifest.xml//test/wp-includes/wlwmanifest.xml
Not Found: /wp2/wp-includes/wlwmanifest.xml//wp2/wp-includes/wlwmanifest.xml
Not Found: /site/wp-includes/wlwmanifest.xml//site/wp-includes/wlwmanifest.xml
Not Found: /cms/wp-includes/wlwmanifest.xml//cms/wp-includes/wlwmanifest.xml
Not Found: /sito/wp-includes/wlwmanifest.xml//sito/wp-includes/wlwmanifest.xml
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /components/com_pagebuilderck/assets/pagebuilderck.js
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /images/images/cache.php
Not Found: /wp-content/plugins/divi-form-builder/css/backend-style.min.css
Not Found: /ss.php
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /wp-login.php
Not Found: /wp-admin/
Not Found: /wp-admin/admin-ajax.php
Not Found: /wp-admin/load-scripts.php
Not Found: /wp-admin/load-styles.php
Not Found: /wp-includes/js/jquery/jquery.js
Not Found: /wp-includes/css/dashicons.css
Not Found: /wp-content/themes/
Not Found: /wp-content/plugins/
Not Found: /wp-includes/version.php
Not Found: /wp-includes/functions.php
Not Found: /wp-includes/class-wp.php
Not Found: /wp-includes/option.php
Not Found: /wp-includes/post.php
Not Found: /wp-includes/user.php
Not Found: /wp-json/
Not Found: /wp-json/wp/v2/
Not Found: /wp-json/oembed/1.0/embed
Not Found: /wp-json/wp/v2/posts
Not Found: /wp-json/wp/v2/pages
Not Found: /wp-json/wp/v2/media
Not Found: /wp-json/wp/v2/categories
Not Found: /wp-json/wp/v2/tags
Not Found: /wp-content/uploads/
Not Found: /wp-content/themes/twentytwenty/
Not Found: /wp-content/themes/twentytwentyone/
Not Found: /wp-content/themes/twentytwentytwo/
Not Found: /wp-content/themes/twentytwentythree/
Not Found: /wp-content/plugins/hello.php
Not Found: /wp-content/plugins/akismet/
Not Found: /wp-includes/images/w-logo-blue.png
Not Found: /robots.txt
Not Found: /sitemap.xml
Not Found: /feed/
Not Found: /feed/rss/
Not Found: /feed/rss2/
Not Found: /feed/atom/
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /this_is_a_new_hello_world.php
Not Found: /blurbs.php
Not Found: /bajah.php
Not Found: /a.php//a.php
Not Found: /edit.php
Not Found: /hosty.php//hosty.php
Not Found: /k.php
Not Found: /mosty.php//mosty.php
Not Found: /aaa.php
Not Found: /file5.php
Not Found: /222.php
Not Found: /test.php
Not Found: /aaa.php
Not Found: /11.php
Not Found: /mac.php
Not Found: /chosen.php
Not Found: /bthil.php
Not Found: /cream1.php
Not Found: /wp-content/uploads/
Not Found: /wp-includes/Text/
Not Found: /dr.php
Not Found: /x.php
Not Found: /155.php
Not Found: /ops.php
Not Found: /file31.php
Not Found: /file6.php
Not Found: /wp-includes/assets//wp-includes/assets/
Not Found: /adminfuns.php//adminfuns.php
Not Found: /goods.php
Not Found: /100.php
Not Found: /about.php
Not Found: /about.php
Not Found: /admin.php
Not Found: /admin.php//admin.php
Not Found: /themes.php//themes.php
Not Found: /wp-includes/blocks/details/
Not Found: /wp-includes/blocks/audi/
Not Found: /.well-known/about.php
Not Found: /wp-includes/ID3/about.php
Not Found: /wefile.php
Not Found: /modules/mod_simplefileuploadv1.3/elements/filemanager.php
Not Found: /wp-includes/blocks/post-comments-form/
Not Found: /wp-admin/js/
Not Found: /wp-admin/css/colour.php
Not Found: /8.php
Not Found: /wp-content/admin.php
Not Found: /f6.php//f6.php
Not Found: /inputs.php
Not Found: /inputs.php
Not Found: /classwithtostring.php
Not Found: /wp-content/themes/index.php
Not Found: /wp-blog.php
Not Found: /wp-includes/js/jquery//wp-includes/js/jquery/
Not Found: /wp-content/admin.php//wp-content/admin.php
Not Found: /adminfuns.php//adminfuns.php
Not Found: /ms-edit.php
Not Found: /cgi-bin/index.php//cgi-bin/index.php
Not Found: /wp-includes/css/dist//wp-includes/css/dist/
Not Found: /BDKR28WP.php
Not Found: /wp-includes/l10n//wp-includes/l10n/
Not Found: /wp-content/uploads/
Not Found: /abcd.php//abcd.php
Not Found: /file15.php
Not Found: /jp.php
Not Found: /f35.php
Not Found: /wp-load.php
Not Found: /xyn.php
Not Found: /wp-includes/assets//wp-includes/assets/
Not Found: /wp-admin/css/colors/sunrise/
Not Found: /ccc.php
Not Found: /w.php
Not Found: /4PJcpMFsD8B.php
Not Found: /set.php
Not Found: /FWAZ.php
Not Found: /miru1.php
Not Found: /aa.php//aa.php
Not Found: /122.php
Not Found: /get.php
Not Found: /as.php
Not Found: /ccou.php
Not Found: /w3lls.php
Not Found: /test1.php
Not Found: /database.php
Not Found: /file.php
Not Found: /file.php
Not Found: /777.php
Not Found: /joomla.php
Not Found: /ssixta.php
Not Found: /1c.php
Not Found: /test2.php
Not Found: /buy.php
Not Found: /ssend.php
Not Found: /item.php
Not Found: /ss.php
Not Found: /hypo.php
Not Found: /bob.php
Not Found: /users.php
Not Found: /177.php
Not Found: /config.php
Not Found: /ayuvbvh.php
Not Found: /0d.php
Not Found: /gettest.php
Not Found: /min.php
Not Found: /edorxrr.php
Not Found: /hur.php
Not Found: /3PJcpMFsD8B.php
Not Found: /dvjul.php
Not Found: /biufile.php
Not Found: /av.php//av.php
Not Found: /zoro.php
Not Found: /coffexium.php
Not Found: /xenon1337.php
Not Found: /app.php
Not Found: /core.php
Not Found: /footer.php
Not Found: /header.php
Not Found: /functions.php
Not Found: /simple.php
Not Found: /init.php
Not Found: /fpwch.php
Not Found: /domvf.php
Not Found: /wp.php//wp.php
Not Found: /class.php
Not Found: /echkm.php
Not Found: /lib.php
Not Found: /login.php//login.php
Not Found: /qyamb.php
Not Found: /sites.php
Not Found: /xwpg.php//xwpg.php
Not Found: /a2.php
Not Found: /d61.php
Not Found: /info.php
Not Found: /gtd7.php
Not Found: /11.php
Not Found: /v2.php
Not Found: /Cap.php
Not Found: /panel.php
Not Found: /haxorsec.php
Not Found: /alpha.php
Not Found: /beyaz.php
Not Found: /shellbaru.php
Not Found: /cyiso.php
Not Found: /cfokd.php
Not Found: /ciluk.php
Not Found: /enyrj.php
Not Found: /2026w.php
Not Found: /dex.php
Not Found: /xsox.php
Not Found: /w1px.php
Not Found: /64907336e4ab9d.php
Not Found: /prekel.php
Not Found: /1.php
Not Found: /admin.php///admin.php
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /wp-content/plugins/fancy-elementor-gallery-box/assets/js/fancy-elementor-flipbox.js
Not Found: /ss.php
Not Found: /favicon.ico
Not Found: /apple-touch-icon-120x120-precomposed.png
Not Found: /apple-touch-icon-120x120.png
Not Found: /apple-touch-icon-precomposed.png
Not Found: /apple-touch-icon.png
Not Found: /favicon.ico
Not Found: /apple-touch-icon-120x120-precomposed.png
Not Found: /apple-touch-icon-120x120.png
Not Found: /apple-touch-icon-precomposed.png
Not Found: /apple-touch-icon.png
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /api/settings
Not Found: /config.json
Not Found: /settings.json
Not Found: /api/config
Not Found: /__/firebase/init.json
Not Found: /config.js
Not Found: /firebase-config.json
Not Found: /wp-json
Not Found: /runtime-config.js
Not Found: /api/v1/settings
Not Found: /.well-known/jwks.json
Not Found: /api/v1/config
Not Found: /api/env
Not Found: /env.json
Not Found: /manifest.webmanifest
Not Found: /openapi.json
Not Found: /api/v2/settings
Not Found: /api/health
Not Found: /api/openapi.json
Not Found: /__env.js
Not Found: /api/graphql
Not Found: /service-worker.js
Not Found: /ngsw.json
Not Found: /app-config.json
Not Found: /graphql
Not Found: /api/account
Not Found: /graphql/console
Not Found: /health
Not Found: /api/v1/env
Not Found: /swagger.json
Not Found: /pi.php
Not Found: /test.php
Not Found: /info.php
Not Found: /phpinfo.php
Not Found: /actuator/configprops
Not Found: /v1/graphql
Not Found: /actuator
Not Found: /i.php
Not Found: /_profiler/open
Not Found: /actuator/mappings
Not Found: /app_dev.php
Not Found: /server-info
Not Found: /_debugbar/open
Not Found: /telescope/requests
Not Found: /trace.axd
Not Found: /.aws/credentials
Not Found: /.aws/config
Not Found: /nginx_status
Not Found: /app_dev.php/_profiler
Not Found: /elmah.axd
Not Found: /_ignition/health-check
Not Found: /.env.example
Not Found: /.env.backup
Not Found: /secrets.yml
Not Found: /service-account.json
Not Found: /credentials.json
Not Found: /serviceAccountKey.json
Not Found: /.s3cfg
Not Found: /.boto
Not Found: /.vscode/launch.json
Not Found: /.docker/config.json
Not Found: /key.json
Not Found: /terraform.tfstate
Not Found: /firebase-adminsdk.json
Not Found: /.npmrc
Not Found: /docker-compose.yaml
Not Found: /.ssh/id_ed25519
Not Found: /.ssh/known_hosts
Not Found: /id_ed25519
Not Found: /.ssh/id_dsa
Not Found: /id_ecdsa
Not Found: /server.key
Not Found: /id_dsa
Not Found: /.ssh/id_rsa
Not Found: /.ssh/config
Not Found: /key.pem
Not Found: /privatekey.key
Not Found: /private-key
Not Found: /config/.env.php
Not Found: /host.key
Not Found: /ssl/localhost.key
Not Found: /storage/logs/laravel.log
Not Found: /auth.json
Not Found: /application.properties
Not Found: /.env.dev
Not Found: /.env.php.bak
Not Found: /configuration.php.bak
Not Found: /config/application.properties
Not Found: /application.yml
Not Found: /config.php.bak
Not Found: /.env.swp
Not Found: /bootstrap.yml
Not Found: /actuator/env
Not Found: /gradle.properties
Not Found: /web.config
Not Found: /bootstrap.properties
Not Found: /config/database.yml
Not Found: /local.settings.json
Not Found: /appsettings.json
Not Found: /appsettings.Development.json
Not Found: /.streamlit/secrets.toml
Not Found: /appsettings.Production.json
Not Found: /config/master.key
Not Found: /config/secrets.yml
Not Found: /config/secrets.yml
Not Found: /config/storage.yml
Not Found: /.pypirc
Not Found: /.env.development
Not Found: /.env.production.bak
Not Found: /.env.test
Not Found: /config.env
Not Found: /sendgrid.env
Not Found: /@fs/proc/self/environ
Not Found: /.env.prod.bak
Not Found: /firebase-credentials.json
Not Found: /public/admin.json
Not Found: /gcp-key.json
Not Found: /keys/service-account.json
Not Found: /config/firebase-admin.json
Not Found: /values.yaml
Not Found: /robots.txt
Not Found: /sitemap.xml
Not Found: /asset-manifest.json
Not Found: /manifest.json
Not Found: /_next/static/buildManifest.js
Not Found: /_next/build-manifest.json
Not Found: /webpack-stats.json
Not Found: /build-manifest.json
Not Found: /build/manifest.json
Not Found: /.next/build-manifest.json
Not Found: /.vite/manifest.json
Not Found: /_nuxt/builds/latest.json
Not Found: /dist/manifest.json
Not Found: /_nuxt/manifest.json
Not Found: /dist/.vite/manifest.json
Not Found: /.astro/manifest.json
Not Found: /stats.json
Not Found: /static/manifest.json
Not Found: /assets/manifest.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /apple-touch-icon-120x120-precomposed.png
Not Found: /apple-touch-icon-120x120.png
Not Found: /apple-touch-icon-precomposed.png
Not Found: /apple-touch-icon.png
Not Found: /favicon.ico
Not Found: /apple-touch-icon-120x120-precomposed.png
Not Found: /apple-touch-icon-120x120.png
Not Found: /apple-touch-icon-precomposed.png
Not Found: /apple-touch-icon.png
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /this_is_a_new_hello_world.php
Not Found: /ucpfr.php
Not Found: /class-walker-footer-dev.php
Not Found: /gtd7.php
Not Found: /wp-ws68.php
Not Found: /av.php//av.php
Not Found: /wp-includes/theme-compat/navbar.php
Not Found: /oivcl.php
Not Found: /Bean.php//Bean.php
Not Found: /h2h.php
Not Found: /wp-file.php//wp-file.php
Not Found: /insta.php//insta.php
Not Found: /wp-includes/0IJm2.php/wp-includes//0IJm2.php
Not Found: /admin1.php//admin1.php
Not Found: /twinklingly.php
Not Found: /rof.php
Not Found: /wp-includes/certificates/bak.php
Not Found: /wp-includes/css.php/wp-includes//css.php
Not Found: /wp-cloak.php//wp-cloak.php
Not Found: /lddxs.php
Not Found: /wp-includes/BVeA9.php/wp-includes//BVeA9.php
Not Found: /flox.php
Not Found: /wp-content/plugins/about.php
Not Found: /wp-includes/fonts/inat.php
Not Found: /htaccess.php
Not Found: /solo1.php
Not Found: /wander.php//wander.php
Not Found: /fffm.php
Not Found: /bhfnd.php
Not Found: /wp-content/plugins/index.php
Not Found: /uploads/update_with_pics.php
Not Found: /wp-includes/otFoY.php/wp-includes//otFoY.php
Not Found: /zjggu.php
Not Found: /museu/yhweq.php
Not Found: /ffhma.php
Not Found: /son.php
Not Found: /weozh.php
Not Found: /opsqt.php
Not Found: /zznmg.php
Not Found: /nwwha.php
Not Found: /file5.php
Not Found: /shell.php//shell.php
Not Found: /css/Mtir.php/css//Mtir.php
Not Found: /wp-includes/0iWhh.php/wp-includes//0iWhh.php
Not Found: /class-wp-filesystem.php
Not Found: /wp-includes/item.php//wp-includes/item.php
Not Found: /db.php
Not Found: /wp-content/about.php
Not Found: /wp-includes/fonts/send.php
Not Found: /wp-includes/wp-includes/admin-bar.php/wp-includes//wp-includes/admin-bar.php
Not Found: /pkmoj.php
Not Found: /wp-includes/css/ty.php
Not Found: /wp-includes/shell20211028.php/wp-includes//shell20211028.php
Not Found: /kopyw.php
Not Found: /images/contacto.php
Not Found: /kq1.php
Not Found: /.well-known/checkbox.php/.well-known//checkbox.php
Not Found: /wp-admin/wp-samp.php/wp-admin//wp-samp.php
Not Found: /wp-admin/maint/yes.php
Not Found: /w.php
Not Found: /wp-includes/jvc.php/wp-includes//jvc.php
Not Found: /jrpga.php
Not Found: /wp-includes/admin-bar.php//wp-includes/admin-bar.php
Not Found: /wp-includes/wp-includes/ms-files.php/wp-includes//wp-includes/ms-files.php
Not Found: /bs1.php
Not Found: /wp-includes/class-wp-query-ajax.php/wp-includes//class-wp-query-ajax.php
Not Found: /wp-includes/l10n/min.php//wp-includes/l10n/min.php
Not Found: /ova.php
Not Found: /d61.php
Not Found: /file6.php//file6.php
Not Found: /R00T.php
Not Found: /wp-blai.php
Not Found: /wp-includes/ok.php/wp-includes//ok.php
Not Found: /wp-content/themes/admin.php
Not Found: /wp-blink.php
Not Found: /ops.php//ops.php
Not Found: /css/test.php/css//test.php
Not Found: /core.php
Not Found: /oldindex.php
Not Found: /wp-content/uploads/help.php
Not Found: /wp-content/plugins/dummyyummy/wp-signup.php
Not Found: /jvcpa.php
Not Found: /wp-includes/radio.php/wp-includes//radio.php
Not Found: /uploads/wpxadmin.php
Not Found: /daerl.php
Not Found: /dlvqo.php
Not Found: /data.php//data.php
Not Found: /kk.php
Not Found: /wp-includes/wp-class.php
Not Found: /wsrer.php
Not Found: /wp-content/admin.php//wp-content/admin.php
Not Found: /Nx1.php//Nx1.php
Not Found: /wp-caches.php
Not Found: /wp-includes/class-snoopye_wso.php.bk/wp-includes//class-snoopye_wso.php.bk
Not Found: /wp-includes/wp-type.php/wp-includes//wp-type.php
Not Found: /wpurl.php//wpurl.php
Not Found: /uploads/hega.php
Not Found: /w1px.php//w1px.php
Not Found: /89wNbl.php
Not Found: /wp-l3u4lha.php
Not Found: /wp-includes/l10n/themes.php//wp-includes/l10n/themes.php
Not Found: /zugvi.php
Not Found: /qfvqu.php
Not Found: /wp-includes/pomo/css_.php
Not Found: /wp-x7.php//wp-x7.php
Not Found: /classwithtostring.php
Not Found: /dex.php//dex.php
Not Found: /wpxml.php
Not Found: /green1.php
Not Found: /wp-blog-header.php
Not Found: /yxijx.php
Not Found: /wp-vu6yj0b7.php
Not Found: /uploads/fungsi.php//uploads/fungsi.php
Not Found: /wp-includes/js/dist/sc.php//wp-includes/js/dist/sc.php
Not Found: /wp-includes/pomo/pp.php
Not Found: /wp-aespa.php
Not Found: /zwlsv.php
Not Found: /readme.php
Not Found: /zi-936.php//zi-936.php
Not Found: /mac.php
Not Found: /wpa.php//wpa.php
Not Found: /wp-class.php
Not Found: /sdm.php
Not Found: /item.php//item.php
Not Found: /.well-known/wp-2019.php/.well-known//wp-2019.php
Not Found: /img/wp-login.php
Not Found: /002.php
Not Found: /aa.php
Not Found: /wp-includes/embed-template-core.php/wp-includes//embed-template-core.php
Not Found: /wp-includes/assets/inpf.php
Not Found: /super.php
Not Found: /wp-content/media.php//wp-content/media.php
Not Found: /asasxe.php
Not Found: /rymmm.php
Not Found: /wp-includes/back.php/wp-includes//back.php
Not Found: /wp-admin/maint/ms-site.php
Not Found: /wp-includes/assets/min.php//wp-includes/assets/min.php
Not Found: /wp-content/uploads/2016/uploadTest.php
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /this_is_a_new_hello_world.php
Not Found: /x.php
Not Found: /yj09.php
Not Found: /rat.php
Not Found: /1c.php
Not Found: /favicon.ico
Not Found: /invisi.php///invisi.php
Not Found: /f900.php
Not Found: /ups.php
Not Found: /k.php
Not Found: /k2.php
Not Found: /w.php
Not Found: /fpwch.php
Not Found: /w2025.php
Not Found: /scxy.php
Not Found: /FWAZ.php
Not Found: /qterm.php
Not Found: /blurbs.php
Not Found: /v543.php
Not Found: /w3lls.php
Not Found: /wp-ws68.php
Not Found: /xyn.php
Not Found: /green3.php
Not Found: /ccs.php
Not Found: /ccc.php
Not Found: /get.php
Not Found: /images.php
Not Found: /alls.php
Not Found: /yyu.php
Not Found: /by.php
Not Found: /FAQ.php
Not Found: /coffexium.php
Not Found: /red.php
Not Found: /wp-includes/sodium_compat/
Not Found: /wp-admin/css/colors/coffee/wp-adochan.php
Not Found: /wp-includes/Text/
Not Found: /footer.php
Not Found: /wp-content/uploads/
Not Found: /wp-content/index.php
Not Found: /zoro.php
Not Found: /admin.php///admin.php
Not Found: /greap.php
Not Found: /177.php
Not Found: /199.php
Not Found: /file52.php
Not Found: /122.php
Not Found: /green1.php
Not Found: /biufile.php
Not Found: /wpconf.php
Not Found: /mosty.php
Not Found: /dejavu.php
Not Found: /aaf.php
Not Found: /term.php
Not Found: /ha.php
Not Found: /hur.php
Not Found: /h02ugyh.php
Not Found: /seiso.php
Not Found: /155.php
Not Found: /ppp.php
Not Found: /201.php
Not Found: /ops.php
Not Found: /ingfo.php
Not Found: /error_log.php
Not Found: /xenon1337.php
Not Found: /test11.php
Not Found: /koala.php
Not Found: /mac.php
Not Found: /25d653587fdfd1.php
Not Found: /wefile.php
Not Found: /wp-includes/blocks/post-comments-form/
Not Found: /wp-admin/js/
Not Found: /wp-admin/css/colour.php
Not Found: /2P.php
Not Found: /.well-known/about.php
Not Found: /wp-includes/ID3/about.php
Not Found: /wp-admin/css/
Not Found: /wp-admin/css/colors/modern/
Not Found: /crgio.php
Not Found: /pucci.php
Not Found: /wp-includes/blocks/details/
Not Found: /wp-includes/blocks/audio/
Not Found: /wp-temp.php
Not Found: /wp-includes/blocks/buttons/
Not Found: /wp-admin/js/index.php//wp-admin/js/index.php
Not Found: /puc.php
Not Found: /themes.php//themes.php
Not Found: /dx.php
Not Found: /p.php
Not Found: /wp-includes/Requests//wp-includes/Requests/
Not Found: /bthil.php
Not Found: /7.php
Not Found: /8.php
Not Found: /1.php
Not Found: /100.php
Not Found: /about.php
Not Found: /admin.php//admin.php
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /edit.php//edit.php
Not Found: /wp-content/admin.php
Not Found: /f6.php//f6.php
Not Found: /inputs.php
Not Found: /av.php//av.php
Not Found: /classwithtostring.php
Not Found: /wp-content/themes/index.php
Not Found: /wp-blog.php
Not Found: /wp-includes/js/jquery//wp-includes/js/jquery/
Not Found: /wp-content/admin.php//wp-content/admin.php
Not Found: /adminfuns.php//adminfuns.php
Not Found: /goods.php//goods.php
Not Found: /ms-edit.php
Not Found: /222.php
Not Found: /cgi-bin/index.php//cgi-bin/index.php
Not Found: /wp-includes/css/dist//wp-includes/css/dist/
Not Found: /BDKR28WP.php
Not Found: /wp-includes/l10n//wp-includes/l10n/
Not Found: /wp-content/uploads/
Not Found: /wp.php
Not Found: /abcd.php//abcd.php
Not Found: /a1.php//a1.php
Not Found: /wp-includes/Text/Diff/Engine/about.php
Not Found: /w1wphp
Not Found: /cgi-bin/admin.php//cgi-bin/admin.php
Not Found: /gettest.php
Not Found: /wp-content/
Not Found: /simple.php
Not Found: /xxx.php
Not Found: /hypo.php
Not Found: /wp-admin/css/colors/blue/
Not Found: /chosen.php
Not Found: /wp-includes/block-bindings//wp-includes/block-bindings/
Not Found: /als.php
Not Found: /pol.php
Not Found: /file5.php
Not Found: /4PJcpMFsD8B.php
Not Found: /file.php
Not Found: /cfile.php
Not Found: /class-wp.php
Not Found: /admin.php
Not Found: /aa2.php
Not Found: /ccou.php
Not Found: /dr.php
Not Found: /xamp.php
Not Found: /bless.php
Not Found: /file46.php
Not Found: /eee.php
Not Found: /file25.php
Not Found: /file48.php
Not Found: /file6.php
Not Found: /a2.php
Not Found: /file15.php
Not Found: /jp.php
Not Found: /f35.php
Not Found: /wp-load.php
Not Found: /xwpg.php//xwpg.php
Not Found: /wp-includes/assets//wp-includes/assets/
Not Found: /wp-admin/css/colors/sunrise/
Not Found: /waf.php
Not Found: /xstelth.php
Not Found: /wp-links.php
Not Found: /wp-admin/network/plugins.php
Not Found: /aaa.php
Not Found: /apple-touch-icon-120x120-precomposed.png
Not Found: /apple-touch-icon-120x120.png
Not Found: /apple-touch-icon-precomposed.png
Not Found: /apple-touch-icon.png
Not Found: /favicon.ico
Not Found: /apple-touch-icon-120x120-precomposed.png
Not Found: /apple-touch-icon-120x120.png
Not Found: /apple-touch-icon-precomposed.png
Not Found: /apple-touch-icon.png
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
[UID:1227][842007] Child process with pid: 842431 was killed by signal: 15, core dumped: no
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/traffic-advice
Not Found: /administrator/index.php
Not Found: /administrator/manifest.xml
Not Found: /administrator/manifests/files/joomla.xml
Not Found: /plugins/editors/jce/jce.xml
Not Found: /administrator/components/com_jce/jce.xml
Not Found: /plugins/system/jcemediabox/js/jcemediabox.js
Not Found: /plugins/system/jce/css/content.css
Not Found: /media/editors/jce/js/editor.min.js
Not Found: /index.php
Not Found: /favicon.ico
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /this_is_a_new_hello_world.php
Not Found: /ucpfr.php
Not Found: /class-walker-footer-dev.php
Not Found: /gtd7.php
Not Found: /wp-ws68.php
Not Found: /wp-includes/theme-compat/navbar.php
Not Found: /oivcl.php
Not Found: /Bean.php//Bean.php
Not Found: /h2h.php
Not Found: /wp-file.php//wp-file.php
Not Found: /insta.php//insta.php
Not Found: /wp-includes/0IJm2.php/wp-includes//0IJm2.php
Not Found: /twinklingly.php
Not Found: /rof.php
Not Found: /wp-includes/certificates/bak.php
Not Found: /wp-includes/css.php/wp-includes//css.php
Not Found: /wp-cloak.php//wp-cloak.php
Not Found: /lddxs.php
Not Found: /wp-includes/BVeA9.php/wp-includes//BVeA9.php
Not Found: /flox.php
Not Found: /wp-content/plugins/about.php
Not Found: /wp-includes/fonts/inat.php
Not Found: /htaccess.php
Not Found: /solo1.php
Not Found: /wander.php//wander.php
Not Found: /fffm.php
Not Found: /bhfnd.php
Not Found: /wp-content/plugins/index.php
Not Found: /uploads/update_with_pics.php
Not Found: /wp-includes/otFoY.php/wp-includes//otFoY.php
Not Found: /zjggu.php
Not Found: /museu/yhweq.php
Not Found: /ffhma.php
Not Found: /son.php
Not Found: /weozh.php
Not Found: /opsqt.php
Not Found: /zznmg.php
Not Found: /nwwha.php
Not Found: /file5.php
Not Found: /shell.php//shell.php
Not Found: /css/Mtir.php/css//Mtir.php
Not Found: /wp-includes/0iWhh.php/wp-includes//0iWhh.php
Not Found: /class-wp-filesystem.php
Not Found: /wp-includes/item.php//wp-includes/item.php
Not Found: /db.php
Not Found: /wp-content/about.php
Not Found: /wp-includes/fonts/send.php
Not Found: /wp-includes/wp-includes/admin-bar.php/wp-includes//wp-includes/admin-bar.php
Not Found: /pkmoj.php
Not Found: /wp-includes/css/ty.php
Not Found: /wp-includes/shell20211028.php/wp-includes//shell20211028.php
Not Found: /kopyw.php
Not Found: /images/contacto.php
Not Found: /kq1.php
Not Found: /.well-known/checkbox.php/.well-known//checkbox.php
Not Found: /wp-admin/wp-samp.php/wp-admin//wp-samp.php
Not Found: /wp-admin/maint/yes.php
Not Found: /wp-includes/jvc.php/wp-includes//jvc.php
Not Found: /jrpga.php
Not Found: /wp-includes/admin-bar.php//wp-includes/admin-bar.php
Not Found: /wp-includes/wp-includes/ms-files.php/wp-includes//wp-includes/ms-files.php
Not Found: /bs1.php
Not Found: /wp-includes/class-wp-query-ajax.php/wp-includes//class-wp-query-ajax.php
Not Found: /wp-includes/l10n/min.php//wp-includes/l10n/min.php
Not Found: /ova.php
Not Found: /d61.php
Not Found: /file6.php//file6.php
Not Found: /R00T.php
Not Found: /wp-blai.php
Not Found: /wp-includes/ok.php/wp-includes//ok.php
Not Found: /wp-content/themes/admin.php
Not Found: /wp-blink.php
Not Found: /ops.php//ops.php
Not Found: /css/test.php/css//test.php
Not Found: /core.php
Not Found: /oldindex.php
Not Found: /wp-content/uploads/help.php
Not Found: /wp-content/plugins/dummyyummy/wp-signup.php
Not Found: /jvcpa.php
Not Found: /wp-includes/radio.php/wp-includes//radio.php
Not Found: /uploads/wpxadmin.php
Not Found: /daerl.php
Not Found: /dlvqo.php
Not Found: /data.php//data.php
Not Found: /kk.php
Not Found: /wp-includes/wp-class.php
Not Found: /wsrer.php
Not Found: /wp-content/admin.php//wp-content/admin.php
Not Found: /Nx1.php//Nx1.php
Not Found: /wp-caches.php
Not Found: /wp-includes/class-snoopye_wso.php.bk/wp-includes//class-snoopye_wso.php.bk
Not Found: /wp-includes/wp-type.php/wp-includes//wp-type.php
Not Found: /wpurl.php//wpurl.php
Not Found: /uploads/hega.php
Not Found: /w1px.php//w1px.php
Not Found: /89wNbl.php
Not Found: /wp-l3u4lha.php
Not Found: /wp-includes/l10n/themes.php//wp-includes/l10n/themes.php
Not Found: /zugvi.php
Not Found: /qfvqu.php
Not Found: /wp-includes/pomo/css_.php
Not Found: /wp-x7.php//wp-x7.php
Not Found: /classwithtostring.php
Not Found: /dex.php//dex.php
Not Found: /wpxml.php
Not Found: /green1.php
Not Found: /wp-blog-header.php
Not Found: /yxijx.php
Not Found: /wp-vu6yj0b7.php
Not Found: /uploads/fungsi.php//uploads/fungsi.php
Not Found: /wp-includes/js/dist/sc.php//wp-includes/js/dist/sc.php
Not Found: /wp-includes/pomo/pp.php
Not Found: /wp-aespa.php
Not Found: /zwlsv.php
Not Found: /readme.php
Not Found: /zi-936.php//zi-936.php
Not Found: /mac.php
Not Found: /wpa.php//wpa.php
Not Found: /wp-class.php
Not Found: /sdm.php
Not Found: /item.php//item.php
Not Found: /.well-known/wp-2019.php/.well-known//wp-2019.php
Not Found: /img/wp-login.php
Not Found: /002.php
Not Found: /aa.php
Not Found: /wp-includes/embed-template-core.php/wp-includes//embed-template-core.php
Not Found: /wp-includes/assets/inpf.php
Not Found: /super.php
Not Found: /wp-content/media.php//wp-content/media.php
Not Found: /asasxe.php
Not Found: /rymmm.php
Not Found: /wp-includes/back.php/wp-includes//back.php
Not Found: /wp-admin/maint/ms-site.php
Not Found: /wp-includes/assets/min.php//wp-includes/assets/min.php
Not Found: /wp-content/uploads/2016/uploadTest.php
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /ms-themes.php
Not Found: /chosen.php
Not Found: /file.php
Not Found: /flower.php
Not Found: /gifclass.php
Not Found: /bless.php
Not Found: /class-t.api.php
Not Found: /blurbs.php
Not Found: /akcc.php
Not Found: /abcd.php
Not Found: /shelp.php
Not Found: /cord.php
Not Found: /dex.php
Not Found: /wp-admin/admin-ajax.php
Not Found: /zwso.php//zwso.php
Not Found: /wp-content/plugins/hellopress/wp_mna.php
Not Found: /bolt.php
Not Found: /cjfuns.php
Not Found: /wp-admin/css/index.php
Not Found: /wp-content/plugins/index.php
Not Found: /wp-content/index.php
Not Found: /ioxi-o.php
Not Found: /insc.php
Not Found: /classwithtostring.php
Not Found: /txets.php
Not Found: /wp-content/themes/txets.php
Not Found: /wp-admin/txets.php
Not Found: /wp-includes/txets.php
Not Found: /goods.php
Not Found: /wp-editor.php
Not Found: /lufix.php
Not Found: /style.php
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /this_is_a_new_hello_world.php
Not Found: /index.php/wp-includes/PHPMailer/
Not Found: /wk/index.php
Not Found: /function/function.php
Not Found: /wp-content/uploads/index.php
Not Found: /themes.php
Not Found: /randkeyword.PhP7
Not Found: /ws.php
Not Found: /wp-conf.php
Not Found: /wp-login.php
Not Found: /as.php
Not Found: /class-t.api.php
Not Found: /kbfr.php
Not Found: /bless.php
Not Found: /class.php
Not Found: /aw.php
Not Found: /bb.php
Not Found: /fx.php
Not Found: /gelay.php
Not Found: /god4m.php
Not Found: /mari.php
Not Found: /moon.php
Not Found: /tmp.php
Not Found: /wp-admin/a.php
Not Found: /wp-admin/alfa.php
Not Found: /bootstrap.php
Not Found: /config-backup.php
Not Found: /g.php
Not Found: /index.php
Not Found: /init.php
Not Found: /login.php
Not Found: /main.php
Not Found: /settings.php
Not Found: /wp-config.php
Not Found: /wp-cron.php
Not Found: /wp-settings.php
Not Found: /wp-signup.php
Not Found: /wp-start.php
Not Found: /xmlrpc_old.php
Not Found: /xxmlrpc.php
Not Found: /wp-conffg.php
Not Found: /blurbs.php
Not Found: /shelp.php
Not Found: /cord.php
Not Found: /dex.php
Not Found: /wp-admin/admin-ajax.php
Not Found: /zwso.php
Not Found: /wp-admin/zwso.php
Not Found: /shlo.php
Not Found: /133.php
Not Found: /lufix1.php
Not Found: /php2.php
Not Found: /xmlss.php
Not Found: /casp3.php
Not Found: /unvouc.php
Not Found: /upload/wp-info.php
Not Found: /wp-admin/css/colour.php
Not Found: /half.php
Not Found: /2P.php
Not Found: /like.php
Not Found: /olik.php
Not Found: /h.php
Not Found: /kj.php
Not Found: /xxl.php
Not Found: /wpxml.php
Not Found: /bob.php
Not Found: /spawns.php
Not Found: /t3s.php
Not Found: /configuration.php
Not Found: /uwu.php
Not Found: /uwa.php
Not Found: /crgio.php
Not Found: /byypas.php
Not Found: /.sghb.php
Not Found: /zoko.php
Not Found: /class892.php
Not Found: /locales.php
Not Found: /pucci.php
Not Found: /no20.php
Not Found: /yasnu.php
Not Found: /sl.php
Not Found: /xmu.php
Not Found: /wp-xme.php
Not Found: /mode.php
Not Found: /dx.php
Not Found: /amdin.php
Not Found: /4.php
Not Found: /5.php
Not Found: /6.php
Not Found: /.well-known/nastar.php
Not Found: /xa.php
Not Found: /wp-content/BypassBest.php
Not Found: /hypo.php
Not Found: /zz.php
Not Found: /style.php
Not Found: /wp-content/style.php
Not Found: /wp-content/themes/style.php
Not Found: /wp-admin/style.php
Not Found: /wp-includes/style.php
Not Found: /files.php
Not Found: /wp-editor.php
Not Found: /wp-content/txets.php
Not Found: /wp-admin/txets.php
Not Found: /postnews.php
Not Found: /wp-admin/postnews.php
Not Found: /phpinfo.php
Not Found: /i.php
Not Found: /phpi.php
Not Found: /phptest.php
Not Found: /server-info.php
Not Found: /phpinformation.php
Not Found: /infophp.php
Not Found: /php_info.php
Not Found: /X7ROOT.PHP
Not Found: /BDKR28
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /this_is_a_new_hello_world.php
Not Found: /zoro.php
Not Found: /chosen.php
Not Found: /wp-includes/blocks/buttons/index.php
Not Found: /qterm.php
Not Found: /ccou.php
Not Found: /ups.php
Not Found: /wp-admin/css/colors/modern/
Not Found: /green3.php
Not Found: /dr.php
Not Found: /file52.php
Not Found: /als.php
Not Found: /wp-admin/css/colors/coffee/wp-adochan.php
Not Found: /images.php
Not Found: /wp-admin/css/
Not Found: /green.php
Not Found: /coffexium.php
Not Found: /hur.php
Not Found: /xstelth.php
Not Found: /FWAZ.php
Not Found: /h02ugyh.php
Not Found: /FAQ.php
Not Found: /hypo.php
Not Found: /f900.php
Not Found: /yj09.php
Not Found: /test11.php
Not Found: /k2.php
Not Found: /p.php
Not Found: /koala.php
Not Found: /wp-login.php
Not Found: /2.php
Not Found: /wander.php
Not Found: /echkm.php
Not Found: /vanta.php
Not Found: /df.php
Not Found: /log.php
Not Found: /wp-menhu.php
Not Found: /1.php
Not Found: /domvf.php
Not Found: /289.php
Not Found: /bypass2.php
Not Found: /debug.php
Not Found: /DKV2ubCdefault.php
Not Found: /sql.php
Not Found: /cache.php
Not Found: /0.kb-v3.php
Not Found: /ant.php
Not Found: /public/v3.php
Not Found: /zolando.php
Not Found: /dex.php
Not Found: /saim11.php
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /this_is_a_new_hello_world.php
Not Found: /ip.php//ip.php
Not Found: /fw/faiyy.php
Not Found: /wp-temp.php
Not Found: /wp-content/cong.php//wp-content/cong.php
Not Found: /wp-includes/css/index.php
Not Found: /jj.php
Not Found: /ops.php
Not Found: /txets.php
Not Found: /dex.php
Not Found: /xpwer1.php
Not Found: /flox.php
Not Found: /popo.php
Not Found: /yas.php
Not Found: /file61.php
Not Found: /water.php
Not Found: /nano.php
Not Found: /moon.php
Not Found: /wp-info.php
Not Found: /xyn.php
Not Found: /sump1.php
Not Found: /aa.php
Not Found: /aaa.php
Not Found: /file5.php
Not Found: /2000.php
Not Found: /mds.php
Not Found: /wp-blink.php
Not Found: /zc-208.php
Not Found: /wp-post-data.php
Not Found: /classwithtostring.php
Not Found: /sid4.php
Not Found: /wp-includes/js/jquery/
Not Found: /wp-includes/l10n//wp-includes/l10n/
Not Found: /wmore1.php
Not Found: /solo1.php
Not Found: /wp-includes/assets//wp-includes/assets/
Not Found: /cong.php
Not Found: /wp-includes/css/
Not Found: /public/css.php
Not Found: /inc.php//inc.php
Not Found: /wp.php
Not Found: /btex.php
Not Found: /wp-includes/css/index.php
Not Found: /a1.php
Not Found: /ad.php
Not Found: /crgio.php
Not Found: /we.php
Not Found: /dr.php
Not Found: /sixxis.php
Not Found: /insc.php
Not Found: /wp-test.php
Not Found: /ortasekerli1.php
Not Found: /1996.php
Not Found: /mg.php
Not Found: /themes.php
Not Found: /wdone1.php
Not Found: /root.php
Not Found: /a7.php
Not Found: /xxa.php
Not Found: /wert.php
Not Found: /academy.php
Not Found: /js.php
Not Found: /wp-content/uploads/2021/02/index.php
Not Found: /bthil.php
Not Found: /h02ugyh.php
Not Found: /lol.php
Not Found: /xwpg.php
Not Found: /olik.php
Not Found: /drykl.php
Not Found: /as.php
Not Found: /100.php
Not Found: /xa.php
Not Found: /setup.php
Not Found: /aboute.php
Not Found: /wp-file-120.php
Not Found: /like.php
Not Found: /ingfo.php
Not Found: /dropdown.php
Not Found: /zxcs.php
Not Found: /ccs.php
Not Found: /fone1.php
Not Found: /st.php
Not Found: /nwflm.php
Not Found: /white.php
Not Found: /ggb.php
Not Found: /201.php
Not Found: /sec.php
Not Found: /122.php
Not Found: /op.php
Not Found: /s1.php
Not Found: /turkshell.php
Not Found: /cc3.php
Not Found: /dx.php
Not Found: /core.php
Not Found: /bak.php//bak.php
Not Found: /special.php//special.php
Not Found: /bajah.php
Not Found: /miru1.php
Not Found: /19.php
Not Found: /core.php//core.php
Not Found: /zip.php
Not Found: /mac.php
Not Found: /admin.php///admin.php
Not Found: /de.php
Not Found: /bypass.php
Not Found: /kq1.php
Not Found: /89wNbl.php
Not Found: /class-walker-footer-dev.php
Not Found: /v543.php
Not Found: /green1.php
Not Found: /fffm.php
Not Found: /autoload_classmap/function.php
Not Found: /wander.php
Not Found: /wander.php//wander.php
Not Found: /7.php
Not Found: /output.php
Not Found: /w1px.php//w1px.php
Not Found: /file6.php//file6.php
Not Found: /wp-includes/l10n/min.php//wp-includes/l10n/min.php
Not Found: /yawa.php
Not Found: /wp-includes/l10n/themes.php//wp-includes/l10n/themes.php
Not Found: /public/class-walker-footer-dev.php
Not Found: /qterm.php
Not Found: /semiirrep.php
Not Found: /cgi-bin/index.php
Not Found: /favicon.ico
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /plugins/editors/jce/jce.xml
Not Found: /administrator/components/com_jce/jce.xml
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /plugins/editors/jce/jce.xml
Not Found: /administrator/components/com_jce/jce.xml
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /this_is_a_new_hello_world.php
Not Found: /wp-access.php
Not Found: /x.php
Not Found: /x.php//x.php
Not Found: /wp-sing.php
Not Found: /i.php
Not Found: /ccou.php
Not Found: /666.php
Not Found: /wp-the.php
Not Found: /wp-block
Not Found: /bthil.php
Not Found: /jj.php
Not Found: /wp.php//wp.php
Not Found: /wp-firewall.php
Not Found: /1.php
Not Found: /z.php
Not Found: /db.php
Not Found: /wp-conflg.php
Not Found: /t.php
Not Found: /new4.php
Not Found: /xwpg.php
Not Found: /miru1.php
Not Found: /file5.php
Not Found: /xper1.php
Not Found: /wp-omao.php
Not Found: /0xD.php
Not Found: /wplogbak.php
Not Found: /txets.php
Not Found: /new.php
Not Found: /ms.php
Not Found: /wp-slss.php
Not Found: /wmore1.php
Not Found: /xda.php
Not Found: /b.php
Not Found: /wefile.php
Not Found: /obfuscate.php
Not Found: /x123.php
Not Found: /w3llstore.php
Not Found: /Okxob.php
Not Found: /leaf.php
Not Found: /drykl.php
Not Found: /file6.php
Not Found: /geforce.php
Not Found: /cx.php
Not Found: /p-blog.php
Not Found: /wp-wlx.php
Not Found: /w2025.php
Not Found: /autovirgi.php//autovirgi.php
Not Found: /nurseling.php//nurseling.php
Not Found: /file3.php
Not Found: /harvestry.php
Not Found: /000.php
Not Found: /btx25.php
Not Found: /bumxewlsll.php
Not Found: /mnpiyfeish.php
Not Found: /dx.php
Not Found: /min.php
Not Found: /sql.php
Not Found: /yanz.php
Not Found: /chomu.php
Not Found: /wander.php
Not Found: /filesss.php
Not Found: /xSx.php
Not Found: /cc13.php
Not Found: /unity.php
Not Found: /dass.php
Not Found: /as.php
Not Found: /scxy.php
Not Found: /0okj.php
Not Found: /appt.php
Not Found: /mass.php
Not Found: /bless18.php
Not Found: /bless24.php
Not Found: /file11.php
Not Found: /wp-pp.php
Not Found: /wp-admin/zoko.php
Not Found: /like.php//like.php
Not Found: /dx.php//dx.php
Not Found: /min.php//min.php
Not Found: /sql.php//sql.php
Not Found: /w3lls.php//w3lls.php
Not Found: /xxx.php//xxx.php
Not Found: /arrhenotokous.php
Not Found: /misewes.php
Not Found: /like.php
Not Found: /wp-curl-file.php
Not Found: /buds1.php
Not Found: /xozx.php//xozx.php
Not Found: /qlex1.php
Not Found: /satan.php
Not Found: /sitemap.php
Not Found: /camara.php
Not Found: /assacc.php
Not Found: /file1.php
Not Found: /rum.php
Not Found: /G-In.php
Not Found: /19.php
Not Found: /sg.php
Not Found: /ssla.php
Not Found: /wp-lvminl.php
Not Found: /w1px.php//w1px.php
Not Found: /wp-86.php
Not Found: /k.php
Not Found: /wp-miiss.php
Not Found: /1337.php//1337.php
Not Found: /mr.php
Not Found: /pm.php
Not Found: /vxrl.php
Not Found: /shorw.php
Not Found: /orm.php
Not Found: /gmo.php
Not Found: /file17.php
Not Found: /H.php
Not Found: /zcxb.php
Not Found: /wpls.php
Not Found: /testas.php
Not Found: /nope.php
Not Found: /reyna.php
Not Found: /ma1.php
Not Found: /bypltspd.php
Not Found: /aaa.php
Not Found: /wp-xx.php
Not Found: /wp-xm.php
Not Found: /zeal.php
Not Found: /h8h9.php
Not Found: /zasd.php
Not Found: /xzs.php
Not Found: /yep.php
Not Found: /des.php
Not Found: /xex.php
Not Found: /tox.php
Not Found: /racs3.php
Not Found: /wp-cliner.php
Not Found: /law.php
Not Found: /moo.php
Not Found: /89.php
Not Found: /noe.php
Not Found: /fe5.php
Not Found: /gg.php
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/assetlinks.json
Forbidden (CSRF cookie not set.): /
[UID:1227][571659] packetLen < 0
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /wp-includes/woocommerce-call.php
Not Found: /wp-content/plugins/wordpress-seo/wp-seo-main-float.php
Not Found: /wp-content/plugins/enhanced-text-widget/analyst/src/403x.php
Not Found: /wp-content/themes/news-portal/error.php
Not Found: /wp-content/themes/fukasawa/inc/classes/403.php
Not Found: /wp-content/plugins/hello-plus/classes/ehp-sarang.php
Not Found: /wp-content/plugins/so-pinyin-slugs/inc/main_json.php
Not Found: /wp-content/plugins/filester/assets/css/404.php
Not Found: /wp-content/themes/neve/assets/apps/dashboard/build/index.php
Not Found: /wp-content/themes/theme-check/main.php
Not Found: /wp-content/plugins/elementor/includes/interfaces/about.php
Not Found: /wp-content/plugins/wp-cache-sys/index.php
Not Found: /wp-content/plugins/aatdgetgdg/main.php
Not Found: /wp-content/plugins/StylePlugin/up.php
Not Found: /wp-content/plugins/semrush/x.php
Not Found: /wp-content/plugins/fix/up.php
Not Found: /wp-content/plugins/wpcall-button/button-image.php
Not Found: /wp-content/plugins/index.php
Not Found: /wp-content/plugins/advanced-llms-txt-generator/assets/css/css_json.php
Not Found: /wp-content/plugins/linkpreview/index.php
Not Found: /wp-content/themes/index.php
Not Found: /wp-content/themes/builder-and-developer/inc/tgm/error.php
Not Found: /wp-content/themes/pridmag/db.php
Not Found: /wp-content/themes/theme-check/theme-check.php
Not Found: /wp-content/themes/Divi/404.php
Not Found: /wp-content/themes/bltm/wp-login.php
Not Found: /wp-content/themes/seotheme/db.php
Not Found: /wp-content/themes/twentytwentythree/patterns/index.php
Not Found: /wp-content/plugins/SecurityFin/SecurityFin.php
Not Found: /wp-content/plugins/file-upload-types/assets/css/403x.php
Not Found: /wp-content/plugins/penci-bookmark-follow/inc/admin/forms/penci-bf-users-logs-profile.php
Not Found: /wp-content/plugins/penci-mobile-templates/functions.php
Not Found: /wp-content/plugins/dummyyummy/wp-signup.php
Not Found: /wp-content/plugins/core/core.php
Not Found: /wp-content/plugins/schema/yanz.php
Not Found: /wp-content/plugins/pwnd-1/pwnd.php
Not Found: /wp-content/plugins/init-help/init.php
Not Found: /wp-content/languages/index.php
Not Found: /wp-content/languages/plugins/index.php
Not Found: /wp-content/languages/themes/index.php
Not Found: /wp-content/fonts/index.php
Not Found: /wp-content/index.php
Not Found: /wp-admin/fmadmin.php
Not Found: /wp-admin/images/index.php
Not Found: /wp-admin/js/index.php
Not Found: /wp-admin/css/index.php
Not Found: /wp-includes/assets/index.php
Not Found: /wp-includes/Requests/src/Auth/index.php
Not Found: /wp-includes/core.php
Not Found: /wp-includes/Text/Diff/Engine/template-singl-portfolio.php
Not Found: /wp-includes/ID3/index.php
Not Found: /wp-includes/js/index.php
Not Found: /modules/mod_simplefileuploadv1.3/elements/filemanager.php
Not Found: /.well-known/index.php
Not Found: /classwithtostring.php
Not Found: /filemanager.php
Not Found: /4PJcpMFsD8B.php
Not Found: /3PJcpMFsD8B.php
Not Found: /5PJcpMFsD8B.php
Not Found: /dropdown.php
Not Found: /wp-admin.php
Not Found: /license.php
Not Found: /content.php
Not Found: /install.php
Not Found: /inputs.php
Not Found: /style2.php
Not Found: /simple.php
Not Found: /chosen.php
Not Found: /bypass.php
Not Found: /config.php
Not Found: /themes.php
Not Found: /admin.php
Not Found: /about.php
Not Found: /style.php
Not Found: /file2.php
Not Found: /jsonq.php
Not Found: /tiny.php
Not Found: /file.php
Not Found: /alfa.php
Not Found: /403.php
Not Found: /m.php
Not Found: /a.php
Not Found: /1.php
Not Found: /x.php
Not Found: /ws.php
Not Found: /wp.php
Not Found: /modules/scrollbottom/anamama-2.php
Not Found: /modules/ets_whatsapp/security.php
Not Found: /templates/cassiopeia/error.php
Not Found: /templates/ja_purity/index.php
Not Found: /templates/protostar/error.php
Not Found: /templates/beez3/jsstrings.php
Not Found: /templates/atomic/index.php
Not Found: /templates/beez3/error.php
Not Found: /templates/beez3/index.php
Not Found: /modules/mod ariimageslidersa/mod ariimageslidersa.php/modules/mod%20ariimageslidersa/mod%20ariimageslidersa.php
Not Found: /templates/beez/index.php
Not Found: /robots.txt
Forbidden (CSRF cookie not set.): /
[UID:1227][945808] packetLen < 0
Not Found: /favicon.ico
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /this_is_a_new_hello_world.php
Not Found: /wp-access.php
Not Found: /x.php
Not Found: /x.php//x.php
Not Found: /wp-sing.php
Not Found: /i.php
Not Found: /ccou.php
Not Found: /666.php
Not Found: /wp-the.php
Not Found: /wp-block.php
Not Found: /bthil.php
Not Found: /jj.php
Not Found: /wp.php//wp.php
Not Found: /wp-firewall.php
Not Found: /1.php
Not Found: /z.php
Not Found: /db.php
Not Found: /wp-conflg.php
Not Found: /t.php
Not Found: /new4.php
Not Found: /xwpg.php
Not Found: /miru1.php
Not Found: /file5.php
Not Found: /xper1.php
Not Found: /wp-omao.php
Not Found: /0xD.php
Not Found: /wplogbak.php
Not Found: /txets.php
Not Found: /new.php
Not Found: /ms.php
Not Found: /wp-slss.php
Not Found: /wmore1.php
Not Found: /xda.php
Not Found: /b.php
Not Found: /wefile.php
Not Found: /obfuscate.php
Not Found: /x123.php
Not Found: /w3llstore.php
Not Found: /Okxob.php
Not Found: /leaf.php
Not Found: /drykl.php
Not Found: /file6.php
Not Found: /geforce.php
Not Found: /cx.php
Not Found: /p-blog.php
Not Found: /wp-wlx.php
Not Found: /w2025.php
Not Found: /autovirgi.php//autovirgi.php
Not Found: /nurseling.php//nurseling.php
Not Found: /file3.php
Not Found: /harvestry.php
Not Found: /000.php
Not Found: /btx25.php
Not Found: /bumxewlsll.php
Not Found: /mnpiyfeish.php
Not Found: /dx.php
Not Found: /min.php
Not Found: /sql.php
Not Found: /yanz.php
Not Found: /chomu.php
Not Found: /wander.php
Not Found: /filesss.php
Not Found: /xSx.php
Not Found: /cc13.php
Not Found: /unity.php
Not Found: /dass.php
Not Found: /as.php
Not Found: /scxy.php
Not Found: /0okj.php
Not Found: /appt.php
Not Found: /mass.php
Not Found: /bless18.php
Not Found: /bless24.php
Not Found: /file11.php
Not Found: /wp-pp.php
Not Found: /wp-admin/zoko.php
Not Found: /like.php//like.php
Not Found: /dx.php//dx.php
Not Found: /min.php//min.php
Not Found: /sql.php//sql.php
Not Found: /w3lls.php//w3lls.php
Not Found: /xxx.php//xxx.php
Not Found: /arrhenotokous.php
Not Found: /misewes.php
Not Found: /like.php
Not Found: /wp-curl-file.php
Not Found: /buds1.php
Not Found: /xozx.php//xozx.php
Not Found: /qlex1.php
Not Found: /satan.php
Not Found: /sitemap.php
Not Found: /camara.php
Not Found: /assacc.php
Not Found: /file1.php
Not Found: /rum.php
Not Found: /G-In.php
Not Found: /19.php
Not Found: /sg.php
Not Found: /ssla.php
Not Found: /wp-lvminl.php
Not Found: /w1px.php//w1px.php
Not Found: /wp-86.php
Not Found: /k.php
Not Found: /wp-miiss.php
Not Found: /1337.php//1337.php
Not Found: /mr.php
Not Found: /pm.php
Not Found: /vxrl.php
Not Found: /shorw.php
Not Found: /orm.php
Not Found: /gmo.php
Not Found: /file17.php
Not Found: /H.php
Not Found: /zcxb.php
Not Found: /wpls.php
Not Found: /testas.php
Not Found: /nope.php
Not Found: /reyna.php
Not Found: /ma1.php
Not Found: /bypltspd.php
Not Found: /aaa.php
Not Found: /wp-xx.php
Not Found: /wp-xm.php
Not Found: /zeal.php
Not Found: /h8h9.php
Not Found: /zasd.php
Not Found: /xzs.php
Not Found: /yep.php
Not Found: /des.php
Not Found: /xex.php
Not Found: /tox.php
Not Found: /racs3.php
Not Found: /wp-cliner.php
Not Found: /law.php
Not Found: /moo.php
Not Found: /89.php
Not Found: /noe.php
Not Found: /fe5.php
Not Found: /gg.php
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /wp-includes/css/buttons.css
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /ms-themes.php
Not Found: /chosen.php
Not Found: /file.php
Not Found: /flower.php
Not Found: /gifclass.php
Not Found: /bless.php
Not Found: /class-t.api.php
Not Found: /blurbs.php
Not Found: /akcc.php
Not Found: /abcd.php
Not Found: /shelp.php
Not Found: /cord.php
Not Found: /dex.php
Not Found: /wp-admin/admin-ajax.php
Not Found: /zwso.php//zwso.php
Not Found: /wp-content/plugins/hellopress/wp_mna.php
Not Found: /bolt.php
Not Found: /cjfuns.php
Not Found: /wp-admin/css/index.php
Not Found: /wp-content/plugins/index.php
Not Found: /wp-content/index.php
Not Found: /ioxi-o.php
Not Found: /insc.php
Not Found: /classwithtostring.php
Not Found: /txets.php
Not Found: /wp-content/themes/txets.php
Not Found: /wp-admin/txets.php
Not Found: /wp-includes/txets.php
Not Found: /goods.php
Not Found: /wp-editor.php
Not Found: /lufix.php
Not Found: /style.php
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /sitemap.xml
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /env
Not Found: /.env.development
Not Found: /.aws/credentials
Not Found: /config.json
Not Found: /js/config.js
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
[UID:1227][70553] Child process with pid: 192366 was killed by signal: 15, core dumped: no
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /wp-login.php
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /.well-known/traffic-advice
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /login
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /login
Not Found: /wp-content/plugins/fancy-elementor-gallery-box/assets/js/fancy-elementor-flipbox.js
Not Found: /wp-content/plugins/podlove-podcasting-plugin-for-wordpress/css/frontend.css
Not Found: /blog-verify
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /this_is_a_new_hello_world.php
Not Found: /wp-der.php
Not Found: /wp-slss.php
Not Found: /min.php
Not Found: /wp-thi.php
Not Found: /noe.php
Not Found: /wp-file.php//wp-file.php
Not Found: /edit-tags.php//edit-tags.php
Not Found: /wp-b0rk5oy.php
Not Found: /bless24.php
Not Found: /punah.php
Not Found: /min.php//min.php
Not Found: /dass.php
Not Found: /wander.php
Not Found: /cc13.php
Not Found: /des.php
Not Found: /avcqlevnbk.php//avcqlevnbk.php
Not Found: /wp-ppoxua4.php
Not Found: /drykl.php
Not Found: /f35.php//f35.php
Not Found: /wp-link-szoppm.php
Not Found: /x.php
Not Found: /xa.php
Not Found: /ms-edit.php
Not Found: /as.php
Not Found: /wen.php
Not Found: /dex.php//dex.php
Not Found: /f.php
Not Found: /shell.php
Not Found: /333.php
Not Found: /a4.php
Not Found: /wp-the.php
Not Found: /classwithtostring.php
Not Found: /fun.php
Not Found: /wp-content/languages/index.php//wp-content/languages/index.php
Not Found: /file.php
Not Found: /pass4.php
Not Found: /666.php
Not Found: /wp-access.php
Not Found: /jj.php
Not Found: /wp-x7.php//wp-x7.php
Not Found: /wpxml.php
Not Found: /inputs.php
Not Found: /file4.php
Not Found: /wp-firewall.php
Not Found: /data.php
Not Found: /wp-wpbak.php
Not Found: /002.php
Not Found: /class-t.api.php
Not Found: /file5.php
Not Found: /cache.php
Not Found: /error.php
Not Found: /wp-content/themes/about.php
Not Found: /wp-conflg.php
Not Found: /f35.php
Not Found: /test.php//test.php
Not Found: /plugins.php
Not Found: /wp-signup.php
Not Found: /la.php
Not Found: /yas.php
Not Found: /system.php
Not Found: /wp-fileesx-449.php
Not Found: /wp-good.php
Not Found: /shx.php
Not Found: /dropdown.php
Not Found: /revealability.php
Not Found: /wp.php//wp.php
Not Found: /wp-wz.php
Not Found: /06.php
Not Found: /chomu.php
Not Found: /ff.php
Not Found: /xex.php
Not Found: /wp-sing.php
Not Found: /txets.php
Not Found: /xml.php
Not Found: /bgymj.php
Not Found: /t.php
Not Found: /wp.php
Not Found: /mini.php
Not Found: /19.php
Not Found: /db.php
Not Found: /wmore1.php
Not Found: /amax.php
Not Found: /wp-admin/index.php
Not Found: /b.php
Not Found: /8.php
Not Found: /wp-is.php
Not Found: /wp-rss2.php
Not Found: /yanz.php
Not Found: /term.php
Not Found: /wp-block.php
Not Found: /file88.php
Not Found: /wp-content/uploads/admin.php
Not Found: /sid3.php
Not Found: /wp-blink.php
Not Found: /i.php
Not Found: /wp-admin/zoko.php
Not Found: /wp-tivate.php
Not Found: /samll.php
Not Found: /new.php
Not Found: /lp6.php
Not Found: /dex.php
Not Found: /wp-term.php
Not Found: /wp-xx.php
Not Found: /cilus.php
Not Found: /ccou.php
Not Found: /edit.php
Not Found: /shell20211028.php
Not Found: /ccc.php
Not Found: /wp-links-opml.php
Not Found: /atkno.php
Not Found: /1.php
Not Found: /sql.php
Not Found: /xxx.php
Not Found: /shell.php//shell.php
Not Found: /r.php
Not Found: /wso.php
Not Found: /wp-ws68.php
Not Found: /x.php//x.php
Not Found: /v2.php
Not Found: /atomlib.php
Not Found: /wp-ver.php
Not Found: /z.php
Not Found: /thoms.php
Not Found: /bthil.php
Not Found: /crgio.php
Not Found: /file11.php
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /sitemap.xml
Not Found: /favicon.ico
Not Found: /sitemap.xml
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /this_is_a_new_hello_world.php
Not Found: /x.php
Not Found: /mgrr.php
Not Found: /stdin.php
Not Found: /BDKR28.php
Not Found: /001.php
Not Found: /dZ3wP5.php
Not Found: /yup.php
Not Found: /ts.php
Not Found: /X.php
Not Found: /1polka.php
Not Found: /gec.php
Not Found: /sky.php
Not Found: /fffm.php
Not Found: /sixxis.php
Not Found: /yj09.php
Not Found: /f900.php
Not Found: /ups.php
Not Found: /k.php
Not Found: /k2.php
Not Found: /w.php
Not Found: /fpwch.php
Not Found: /w2025.php
Not Found: /scxy.php
Not Found: /FWAZ.php
Not Found: /qterm.php
Not Found: /blurbs.php
Not Found: /v543.php
Not Found: /w3lls.php
Not Found: /wp-ws68.php
Not Found: /xyn.php
Not Found: /green3.php
Not Found: /ccc.php
Not Found: /get.php
Not Found: /images.php
Not Found: /alls.php
Not Found: /coffexium.php
Not Found: /red.php
Not Found: /wp-includes/sodium_compat/
Not Found: /wp-admin/css/colors/coffee/wp-adochan.php
Not Found: /wp-includes/Text/
Not Found: /footer.php
Not Found: /wp-content/uploads/
Not Found: /wp-content/index.php
Not Found: /zoro.php
Not Found: /admin.php///admin.php
Not Found: /177.php
Not Found: /199.php
Not Found: /file52.php
Not Found: /geck.php
Not Found: /biufile.php
Not Found: /mosty.php
Not Found: /dejavu.php
Not Found: /aaf.php
Not Found: /term.php
Not Found: /ha.php
Not Found: /hur.php
Not Found: /h02ugyh.php
Not Found: /155.php
Not Found: /pp.php
Not Found: /201.php
Not Found: /ops.php
Not Found: /ingfo.php
Not Found: /error_log.php
Not Found: /test10.php
Not Found: /koala.php
Not Found: /mac.php
Not Found: /wefile.php
Not Found: /wp-includes/blocks/post-comments-form/
Not Found: /wp-admin/js/
Not Found: /makeasmtp.php
Not Found: /2P.php
Not Found: /.well-known/about.php
Not Found: /wp-includes/ID3/about.php
Not Found: /system_log.php
Not Found: /wp-admin/css/
Not Found: /wp-admin/css/colors/modern/
Not Found: /crgio.php
Not Found: /pucci.php
Not Found: /wp-includes/blocks/details/
Not Found: /wp-includes/blocks/audio/
Not Found: /wp-temp.php
Not Found: /wp-includes/blocks/buttons/
Not Found: /wp-admin/js/index.php//wp-admin/js/index.php
Not Found: /puc.php
Not Found: /dx.php
Not Found: /wp-includes/Requests//wp-includes/Requests/
Not Found: /bthil.php
Not Found: /7.php
Not Found: /8.php
Not Found: /1.php
Not Found: /100.php
Not Found: /about.php
Not Found: /admin.php//admin.php
Not Found: /edit.php//edit.php
Not Found: /wp-content/admin.php
Not Found: /ss.php
Not Found: /inputs.php
Not Found: /av.php//av.php
Not Found: /classwithtostring.php
Not Found: /wp-content/themes/index.php
Not Found: /wp-blog.php
Not Found: /wp-includes/js/jquery//wp-includes/js/jquery/
Not Found: /wp-content/admin.php//wp-content/admin.php
Not Found: /adminfuns.php//adminfuns.php
Not Found: /goods.php//goods.php
Not Found: /ms-edit.php
Not Found: /222.php
Not Found: /cgi-bin/index.php//cgi-bin/index.php
Not Found: /wp-includes/css/dist//wp-includes/css/dist/
Not Found: /BDKR28WP.php
Not Found: /wp-includes/l10n//wp-includes/l10n/
Not Found: /wp-content/uploads/
Not Found: /wp.php
Not Found: /abcd.php//abcd.php
Not Found: /a1.php//a1.php
Not Found: /wp-includes/Text/Diff/Engine/about.php
Not Found: /cgi-bin/admin.php//cgi-bin/admin.php
Not Found: /gettest.php
Not Found: /wp-content/
Not Found: /simple.php
Not Found: /xxx.php
Not Found: /hypo.php
Not Found: /wp-admin/css/colors/blue/
Not Found: /chosen.php
Not Found: /wp-includes/block-bindings//wp-includes/block-bindings/
Not Found: /als.php
Not Found: /pol.php
Not Found: /file5.php
Not Found: /file.php
Not Found: /cfile.php
Not Found: /admin.php
Not Found: /aa2.php
Not Found: /ccou.php
Not Found: /dr.php
Not Found: /xamp.php
Not Found: /bless.php
Not Found: /file25.php
Not Found: /file6.php
Not Found: /a2.php
Not Found: /file15.php
Not Found: /f35.php
Not Found: /wp-load.php
Not Found: /xwpg.php//xwpg.php
Not Found: /wp-includes/assets//wp-includes/assets/
Not Found: /wp-admin/css/colors/sunrise/
Not Found: /xstelth.php
Not Found: /wp-admin/network/plugins.php
Not Found: /aaa.php
Not Found: /gecko.php
Not Found: /sh3ll.php
Not Found: /wp-includes/Requests/library/
Not Found: /pbck.php
Not Found: /xiugai.php
Not Found: /son1.php
Not Found: /e.php
Not Found: /hg.php
Not Found: /ah25.php
Not Found: /mg2.php
Not Found: /for.php
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /login
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /this_is_a_new_hello_world.php
Not Found: /bpsoe.php
Not Found: /bxodh.php
Not Found: /ojgup.php
Not Found: /oocnp.php
Not Found: /sletj.php
Not Found: /sump1.php
Not Found: /yjdit.php
Not Found: /wp-blink.php
Not Found: /wp-blog-header.php
Not Found: /7.php
Not Found: /biufile.php
Not Found: /wp-ws68.php
Not Found: /xa.php
Not Found: /odf7udtspqtpxzyxmw2rcCdefault.php
Not Found: /class-t.api.php
Not Found: /iQps3ldefault.php
Not Found: /SrHD3odefault.php
Not Found: /solo1.php
Not Found: /shadow.php
Not Found: /root.php
Not Found: /xxa.php
Not Found: /wp-head.php
Not Found: /class.php
Not Found: /Sfn2kmdefault.php
Not Found: /public/wp-ws68.php
Not Found: /miru1.php
Not Found: /link.php
Not Found: /iKScdefault.php
Not Found: /2P.update.php
Not Found: /faze.php
Not Found: /green1.php
Not Found: /w.php
Not Found: /aa.php
Not Found: /cream1.php
Not Found: /002.php
Not Found: /wp3.php
Not Found: /133.php
Not Found: /sixxis.php
Not Found: /nine2code.php
Not Found: /db.php
Not Found: /sd.php
Not Found: /bless11.php
Not Found: /2P.php
Not Found: /ctex1.php
Not Found: /vanzari/-/BDKR28.php
Not Found: /gm.php
Not Found: /file.php
Not Found: /file5.php
Not Found: /kj.php
Not Found: /mh.php
Not Found: /wp-blog.php
Not Found: /wp-home.php
Not Found: /ws77.php
Not Found: /lala.php
Not Found: /sid3.php
Not Found: /wen.php
Not Found: /222.php
Not Found: /bgymj.php
Not Found: /155.php
Not Found: /wp-admin/css/bolt.php
Not Found: /wper.php
Not Found: /wp-png.php
Not Found: /cx.php
Not Found: /tool.php
Not Found: /inputs.php
Not Found: /bolt.php
Not Found: /ws83.php
Not Found: /menu.php
Not Found: /b.php
Not Found: /edit.php
Not Found: /wp-blogs.php
Not Found: /term.php
Not Found: /jp.php
Not Found: /ws75.php
Not Found: /asasx.php
Not Found: /Sanskrit.php
Not Found: /solo1.php
Not Found: /gifclass.php
Not Found: /fone1.php
Not Found: /file61.php
Not Found: /666.php
Not Found: /tx79.php
Not Found: /sadcut1.php
Not Found: /wp-good.php
Not Found: /casp1.php
Not Found: /ortasekerli1.php
Not Found: /8.php
Not Found: /wp-the.php
Not Found: /packsin1.php
Not Found: /classwithtostring.php
Not Found: /wp-content/OMrMKfSU.php
Not Found: /wmore1.php
Not Found: /about.php
Not Found: /jlex.php
Not Found: /ws80.php
Not Found: /a7.php
Not Found: /100.php
Not Found: /ws.php
Not Found: /zc-942.php
Not Found: /wp5.php
Not Found: /wziar1.php
Not Found: /8daf1238_1774208172.php
Not Found: /CDX1.php
Not Found: /wp.php
Not Found: /only.php
Not Found: /new3.php
Not Found: /CDX2.php
Not Found: /qiumnpor3orjwr6me3zmgqCdefault.php
Not Found: /albin.php
Not Found: /gpt-sh.php
Not Found: /8573.php
Not Found: /a4.php
Not Found: /z60.php
Not Found: /xyn.php
Not Found: /elp.php
Not Found: /ws58.php
Not Found: /vx.php
Not Found: /motu.php
Not Found: /ckk.php
Not Found: /166.php
Not Found: /ww.php
Not Found: /wp-p2r3q9c8k4.php
Not Found: /users.php
Not Found: /0x.php
Not Found: /baixy.php
Not Found: /zu.php
Not Found: /kbfr.php
Not Found: /f35.php
Not Found: /click.php
Not Found: /a332.php
Not Found: /bootstrap.php
Not Found: /f2.php
Not Found: /to.php
Not Found: /inege.php
Not Found: /thui.php
Not Found: /fresh3.php
Not Found: /selesai.php
Not Found: /xs.php
Not Found: /maraz.php
Not Found: /ws66.php
Not Found: /erty.php
Not Found: /24.php
Not Found: /bzjdlofz.php
Not Found: /sbhu.php
Not Found: /fetch.php
Not Found: /tfm.php
Not Found: /ak.php
Not Found: /wp-style.php
Not Found: /error_log.php
Not Found: /0x0x.php
Not Found: /0byte.php
Not Found: /logs1.php
Not Found: /35.php
Not Found: /lanka.php
Not Found: /knmt.php
Not Found: /ioxi.php
Not Found: /lkui.php
Not Found: /grsiuk.php
Not Found: /wp-admin/css/colors/blue/about.php
Not Found: /Geforce.php
Not Found: /easy.php
Not Found: /s1.php
Not Found: /cc13.php
Not Found: /06.php
Not Found: /t.php
Not Found: /export.php
Not Found: /xxw.php
Not Found: /num.php
Not Found: /403.php
Not Found: /ccu.php
Not Found: /xsox.php
Not Found: /gk.php
Not Found: /zoo.php
Not Found: /zxekqlxb.php
Not Found: /wp-scr1pts.php
Not Found: /shlo.php
Not Found: /gdn.php
Not Found: /6bcwiqwj.php
Not Found: /mar.php
Not Found: /ws69.php
Not Found: /amp.php
Not Found: /gettest.php
Not Found: /Jcrop.php
Not Found: /wp-act.php
Not Found: /wp-link10.php
Not Found: /ff1.php
Not Found: /lib.php
Not Found: /Ov-Simple1.php
Not Found: /ccs.php
Not Found: /mini.php
Not Found: /xr.php
Not Found: /rtx.php
Not Found: /h2a2ck.php
Not Found: /cytyr.php
Not Found: /h02ugyh.php
Not Found: /66.php
Not Found: /init.php
Not Found: /ava.php
Not Found: /inc.php
Not Found: /ws68.php
Not Found: /w1px.php
Not Found: /ms.php
Not Found: /asax.php
Not Found: /galer.php
Not Found: /fs.php
Not Found: /browse.php
Not Found: /global.php
Not Found: /R57.php
Not Found: /wp-includes/wlwmanifest.xml//wp-includes/wlwmanifest.xml
Not Found: /wp-includes/wlwmanifest.xml//wp-includes/wlwmanifest.xml
Not Found: /xmlrpc.php//xmlrpc.php
Not Found: /xmlrpc.php//xmlrpc.php
Not Found: /blog/wp-includes/wlwmanifest.xml//blog/wp-includes/wlwmanifest.xml
Not Found: /blog/wp-includes/wlwmanifest.xml//blog/wp-includes/wlwmanifest.xml
Not Found: /web/wp-includes/wlwmanifest.xml//web/wp-includes/wlwmanifest.xml
Not Found: /web/wp-includes/wlwmanifest.xml//web/wp-includes/wlwmanifest.xml
Not Found: /wordpress/wp-includes/wlwmanifest.xml//wordpress/wp-includes/wlwmanifest.xml
Not Found: /wordpress/wp-includes/wlwmanifest.xml//wordpress/wp-includes/wlwmanifest.xml
Not Found: /website/wp-includes/wlwmanifest.xml//website/wp-includes/wlwmanifest.xml
Not Found: /website/wp-includes/wlwmanifest.xml//website/wp-includes/wlwmanifest.xml
Not Found: /wp/wp-includes/wlwmanifest.xml//wp/wp-includes/wlwmanifest.xml
Not Found: /wp/wp-includes/wlwmanifest.xml//wp/wp-includes/wlwmanifest.xml
Not Found: /news/wp-includes/wlwmanifest.xml//news/wp-includes/wlwmanifest.xml
Not Found: /news/wp-includes/wlwmanifest.xml//news/wp-includes/wlwmanifest.xml
Not Found: /wp1/wp-includes/wlwmanifest.xml//wp1/wp-includes/wlwmanifest.xml
Not Found: /wp1/wp-includes/wlwmanifest.xml//wp1/wp-includes/wlwmanifest.xml
Not Found: /test/wp-includes/wlwmanifest.xml//test/wp-includes/wlwmanifest.xml
Not Found: /test/wp-includes/wlwmanifest.xml//test/wp-includes/wlwmanifest.xml
Not Found: /wp2/wp-includes/wlwmanifest.xml//wp2/wp-includes/wlwmanifest.xml
Not Found: /wp2/wp-includes/wlwmanifest.xml//wp2/wp-includes/wlwmanifest.xml
Not Found: /site/wp-includes/wlwmanifest.xml//site/wp-includes/wlwmanifest.xml
Not Found: /site/wp-includes/wlwmanifest.xml//site/wp-includes/wlwmanifest.xml
Not Found: /cms/wp-includes/wlwmanifest.xml//cms/wp-includes/wlwmanifest.xml
Not Found: /cms/wp-includes/wlwmanifest.xml//cms/wp-includes/wlwmanifest.xml
Not Found: /sito/wp-includes/wlwmanifest.xml//sito/wp-includes/wlwmanifest.xml
Not Found: /sito/wp-includes/wlwmanifest.xml//sito/wp-includes/wlwmanifest.xml
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Forbidden (CSRF cookie not set.): /
Not Found: /robots.txt
Not Found: /wp-includes/.cache_key
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.vscode/sftp.json
Not Found: /login/
Not Found: /login
Not Found: /signin/index
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /sitemap.xml.gz
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /sitemap.xml.gz
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /this_is_a_new_hello_world.php
Not Found: /wp-der.php
Not Found: /wp-slss.php
Not Found: /min.php
Not Found: /wp-thi.php
Not Found: /noe.php
Not Found: /wp-file.php//wp-file.php
Not Found: /edit-tags.php//edit-tags.php
Not Found: /wp-b0rk5oy.php
Not Found: /bless24.php
Not Found: /punah.php
Not Found: /min.php//min.php
Not Found: /dass.php
Not Found: /wander.php
Not Found: /cc13.php
Not Found: /des.php
Not Found: /avcqlevnbk.php//avcqlevnbk.php
Not Found: /wp-ppoxua4.php
Not Found: /drykl.php
Not Found: /f35.php//f35.php
Not Found: /wp-link-szoppm.php
Not Found: /x.php
Not Found: /xa.php
Not Found: /ms-edit.php
Not Found: /as.php
Not Found: /wen.php
Not Found: /dex.php//dex.php
Not Found: /f.php
Not Found: /333.php
Not Found: /a4.php
Not Found: /wp-the.php
Not Found: /classwithtostring.php
Not Found: /fun.php
Not Found: /wp-content/languages/index.php//wp-content/languages/index.php
Not Found: /file.php
Not Found: /pass4.php
Not Found: /666.php
Not Found: /wp-access.php
Not Found: /jj.php
Not Found: /wp-x7.php//wp-x7.php
Not Found: /wpxml.php
Not Found: /inputs.php
Not Found: /file4.php
Not Found: /wp-firewall.php
Not Found: /data.php
Not Found: /wp-wpbak.php
Not Found: /002.php
Not Found: /class-t.api.php
Not Found: /file5.php
Not Found: /cache.php
Not Found: /error.php
Not Found: /wp-content/themes/about.php
Not Found: /wp-conflg.php
Not Found: /f35.php
Not Found: /plugins.php
Not Found: /wp-signup.php
Not Found: /la.php
Not Found: /yas.php
Not Found: /system.php
Not Found: /wp-fileesx-449.php
Not Found: /wp-good.php
Not Found: /shx.php
Not Found: /dropdown.php
Not Found: /revealability.php
Not Found: /wp.php//wp.php
Not Found: /wp-wz.php
Not Found: /06.php
Not Found: /chomu.php
Not Found: /ff.php
Not Found: /xex.php
Not Found: /wp-sing.php
Not Found: /txets.php
Not Found: /xml.php
Not Found: /bgymj.php
Not Found: /t.php
Not Found: /wp.php
Not Found: /mini.php
Not Found: /19.php
Not Found: /db.php
Not Found: /wmore1.php
Not Found: /amax.php
Not Found: /wp-admin/index.php
Not Found: /b.php
Not Found: /8.php
Not Found: /wp-is.php
Not Found: /yanz.php
Not Found: /term.php
Not Found: /wp-block.php
Not Found: /file88.php
Not Found: /wp-content/uploads/admin.php
Not Found: /sid3.php
Not Found: /wp-blink.php
Not Found: /i.php
Not Found: /wp-admin/zoko.php
Not Found: /wp-tivate.php
Not Found: /shell.php
Not Found: /new.php
Not Found: /lp6.php
Not Found: /dex.php
Not Found: /wp-term.php
Not Found: /wp-xx.php
Not Found: /cilus.php
Not Found: /ccou.php
Not Found: /edit.php
Not Found: /shell20211028.php
Not Found: /ccc.php
Not Found: /wp-links-opml.php
Not Found: /atkno.php
Not Found: /1.php
Not Found: /sql.php
Not Found: /xxx.php
Not Found: /shell.php//shell.php
Not Found: /r.php
Not Found: /wso.php
Not Found: /wp-ws68.php
Not Found: /x.php//x.php
Not Found: /v2.php
Not Found: /atomlib.php
Not Found: /wp-ver.php
Not Found: /z.php
Not Found: /thoms.php
Not Found: /bthil.php
Not Found: /crgio.php
Not Found: /file11.php
Not Found: /login/
Not Found: /.vscode/sftp.json
Not Found: /login
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /login
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
[UID:1227][804144] Child process with pid: 804489 was killed by signal: 15, core dumped: no
Not Found: /robots.txt
Not Found: /robots.txt
Forbidden (Referer checking failed - no Referer.): /
Forbidden (Referer checking failed - no Referer.): /
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /this_is_a_new_hello_world.php
Not Found: /media.php
Not Found: /images.php
Not Found: /adminner.php
Not Found: /3PJcpMFsD8B.php
Not Found: /admin.php///admin.php
Not Found: /k.php
Not Found: /x.php
Not Found: /wss.php
Not Found: /ty.php
Not Found: /155.php
Not Found: /ops.php
Not Found: /ingfo.php
Not Found: /error_log.php
Not Found: /ok.php//ok.php
Not Found: /mac.php
Not Found: /wefile.php
Not Found: /modules/mod_simplefileuploadv1.3/elements/filemanager.php
Not Found: /wp-includes/blocks/post-comments-form/
Not Found: /wp-admin/js/
Not Found: /wp-admin/css/colour.php
Not Found: /wordpress/wp-admin/maint/
Not Found: /like.php
Not Found: /.well-known/about.php
Not Found: /wp-includes/ID3/about.php
Not Found: /wp-admin/css/
Not Found: /wp-admin/css/colors/modern/
Not Found: /pucci.php
Not Found: /wp-includes/blocks/details/
Not Found: /wp-includes/blocks/audio/
Not Found: /wp-temp.php
Not Found: /wp-includes/blocks/buttons/
Not Found: /xmu.php
Not Found: /wp-admin/js/index.php//wp-admin/js/index.php
Not Found: /puc.php
Not Found: /themes.php//themes.php
Not Found: /wp-includes/Requests//wp-includes/Requests/
Not Found: /8.php
Not Found: /1.php
Not Found: /100.php
Not Found: /about.php
Not Found: /about.php
Not Found: /admin.php
Not Found: /admin.php//admin.php
Not Found: /edit.php//edit.php
Not Found: /wp-content/admin.php
Not Found: /f6.php//f6.php
Not Found: /inputs.php
Not Found: /inputs.php
Not Found: /av.php//av.php
Not Found: /classwithtostring.php
Not Found: /wp-content/themes/index.php
Not Found: /wp-blog.php
Not Found: /wp-includes/js/jquery//wp-includes/js/jquery/
Not Found: /wp-content/admin.php//wp-content/admin.php
Not Found: /adminfuns.php//adminfuns.php
Not Found: /goods.php
Not Found: /ms-edit.php
Not Found: /222.php
Not Found: /cgi-bin/index.php//cgi-bin/index.php
Not Found: /wp-includes/css/dist//wp-includes/css/dist/
Not Found: /BDKR28WP.php
Not Found: /wp-includes/l10n//wp-includes/l10n/
Not Found: /wp-content/uploads/
Not Found: /raw.php
Not Found: /abcd.php//abcd.php
Not Found: /a1.php//a1.php
Not Found: /wp-includes/Text/Diff/Engine/about.php
Not Found: /cgi-bin/admin.php//cgi-bin/admin.php
Not Found: /wp-content/BypassBest.php//wp-content/BypassBest.php
Not Found: /wp-content/
Not Found: /simple.php
Not Found: /xxx.php
Not Found: /hypo.php
Not Found: /wp-admin/css/colors/blue/
Not Found: /chosen.php
Not Found: /wp-includes/block-bindings//wp-includes/block-bindings/
Not Found: /file5.php
Not Found: /file.php
Not Found: /aa2.php
Not Found: /ccou.php
Not Found: /dr.php
Not Found: /file31.php
Not Found: /file6.php
Not Found: /file15.php
Not Found: /jp.php
Not Found: /f35.php
Not Found: /wp-load.php
Not Found: /wp-includes/assets//wp-includes/assets/
Not Found: /wp-admin/css/colors/sunrise/
Not Found: /wp-admin/css/colors/midnight/about.php
Not Found: /wp-links.php
Not Found: /solo1.php
Not Found: /sixxis.php
Not Found: /2P.update.php
Not Found: /a.php
Not Found: /k.php
Not Found: /w.php
Not Found: /insc.php
Not Found: /4PJcpMFsD8B.php
Not Found: /u.php
Not Found: /sss.php
Not Found: /sss.php
Not Found: /c.php
Not Found: /aa.php//aa.php
Not Found: /100.php
Not Found: /footer.php
Not Found: /users.php
Not Found: /177.php
Not Found: /config.php
Not Found: /gettest.php
Not Found: /min.php
Not Found: /edorxrr.php
Not Found: /hur.php
Not Found: /zoro.php
Not Found: /coffexium.php
Not Found: /app.php
Not Found: /core.php
Not Found: /main.php
Not Found: /init.php
Not Found: /prekel.php
Not Found: /0.php
Not Found: /BDKR28.php
Not Found: /f35.update.php
Not Found: /f900.php
Not Found: /xmrl.php
Not Found: /memberfuns.php
Not Found: /ms.php
Not Found: /zz.php
Not Found: /for.php
Not Found: /yup.php
Not Found: /wpxml.php///wpxml.php
Not Found: /fffm.php
Not Found: /gecko.php
Not Found: /a1.php//a1.php
Not Found: /k2.php
Not Found: /82.php
Not Found: /config.json.php
Not Found: /fpwch.php
Not Found: /robots.txt
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /this_is_a_new_hello_world.php
Not Found: /x.php
Not Found: /j260624_13.php
Not Found: /d62.php
Not Found: /ups.php
Not Found: /k.php
Not Found: /k2.php
Not Found: /k3.php
Not Found: /k4.php
Not Found: /k5.php
Not Found: /w.php
Not Found: /fpwch.php
Not Found: /w2025.php
Not Found: /scxy.php
Not Found: /FWAZ.php
Not Found: /qterm.php
Not Found: /blurbs.php
Not Found: /v543.php
Not Found: /w3lls.php
Not Found: /wp-ws68.php
Not Found: /xyn.php
Not Found: /green3.php
Not Found: /ccs.php
Not Found: /ccc.php
Not Found: /get.php
Not Found: /images.php
Not Found: /alls.php
Not Found: /yyu.php
Not Found: /by.php
Not Found: /FAQ.php
Not Found: /coffexium.php
Not Found: /red.php
Not Found: /wp-includes/sodium_compat/
Not Found: /wp-admin/css/colors/coffee/wp-adochan.php
Not Found: /wp-includes/Text/
Not Found: /footer.php
Not Found: /wp-content/uploads/
Not Found: /wp-content/index.php
Not Found: /zoro.php
Not Found: /admin.php///admin.php
Not Found: /greap.php
Not Found: /177.php
Not Found: /199.php
Not Found: /file52.php
Not Found: /122.php
Not Found: /green1.php
Not Found: /biufile.php
Not Found: /wpconf.php
Not Found: /mosty.php
Not Found: /dejavu.php
Not Found: /aaf.php
Not Found: /term.php
Not Found: /ha.php
Not Found: /hur.php
Not Found: /h02ugyh.php
Not Found: /seiso.php
Not Found: /155.php
Not Found: /ppp.php
Not Found: /201.php
Not Found: /ops.php
Not Found: /ingfo.php
Not Found: /error_log.php
Not Found: /xenon1337.php
Not Found: /test11.php
Not Found: /koala.php
Not Found: /mac.php
Not Found: /25d653587fdfd1.php
Not Found: /wefile.php
Not Found: /wp-includes/blocks/post-comments-form/
Not Found: /wp-admin/js/
Not Found: /wp-admin/css/colour.php
Not Found: /2P.php
Not Found: /.well-known/about.php
Not Found: /wp-includes/ID3/about.php
Not Found: /bob.php
Not Found: /wp-admin/css/
Not Found: /wp-admin/css/colors/modern/
Not Found: /crgio.php
Not Found: /pucci.php
Not Found: /wp-includes/blocks/details/
Not Found: /wp-includes/blocks/audio/
Not Found: /wp-temp.php
Not Found: /wp-includes/blocks/buttons/
Not Found: /wp-admin/js/index.php//wp-admin/js/index.php
Not Found: /puc.php
Not Found: /themes.php//themes.php
Not Found: /dx.php
Not Found: /p.php
Not Found: /wp-includes/Requests//wp-includes/Requests/
Not Found: /bthil.php
Not Found: /7.php
Not Found: /8.php
Not Found: /1.php
Not Found: /100.php
Not Found: /about.php
Not Found: /admin.php//admin.php
Not Found: /edit.php//edit.php
Not Found: /wp-content/admin.php
Not Found: /f6.php//f6.php
Not Found: /inputs.php
Not Found: /av.php//av.php
Not Found: /classwithtostring.php
Not Found: /wp-content/themes/index.php
Not Found: /wp-blog.php
Not Found: /wp-includes/js/jquery//wp-includes/js/jquery/
Not Found: /wp-content/admin.php//wp-content/admin.php
Not Found: /adminfuns.php//adminfuns.php
Not Found: /goods.php//goods.php
Not Found: /ms-edit.php
Not Found: /222.php
Not Found: /cgi-bin/index.php//cgi-bin/index.php
Not Found: /wp-includes/css/dist//wp-includes/css/dist/
Not Found: /BDKR28WP.php
Not Found: /wp-includes/l10n//wp-includes/l10n/
Not Found: /wp-content/uploads/
Not Found: /wp.php
Not Found: /abcd.php//abcd.php
Not Found: /a1.php//a1.php
Not Found: /wp-includes/Text/Diff/Engine/about.php
Not Found: /w1php
Not Found: /w2php
Not Found: /w3php
Not Found: /cgi-bin/admin.php//cgi-bin/admin.php
Not Found: /gettest.php
Not Found: /wp-content/
Not Found: /simple.php
Not Found: /xxx.php
Not Found: /hypo.php
Not Found: /wp-admin/css/colors/blue/
Not Found: /chosen.php
Not Found: /wp-includes/block-bindings//wp-includes/block-bindings/
Not Found: /als.php
Not Found: /pol.php
Not Found: /file5.php
Not Found: /4PJcpMFsD8B.php
Not Found: /file.php
Not Found: /cfile.php
Not Found: /class-wp.php
Not Found: /admin.php
Not Found: /aa2.php
Not Found: /ccou.php
Not Found: /dr.php
Not Found: /xamp.php
Not Found: /bless.php
Not Found: /file46.php
Not Found: /eee.php
Not Found: /file25.php
Not Found: /file48.php
Not Found: /file6.php
Not Found: /a2.php
Not Found: /file15.php
Not Found: /jp.php
Not Found: /f35.php
Not Found: /wp-load.php
Not Found: /xwpg.php//xwpg.php
Not Found: /wp-includes/assets//wp-includes/assets/
Not Found: /wp-admin/css/colors/sunrise/
Not Found: /waf.php
Not Found: /xstelth.php
Not Found: /wp-links.php
Not Found: /wp-admin/network/plugins.php
Not Found: /aaa.php
Not Found: /robots.txt
Not Found: /xmlrpc.php
Not Found: /xmlrpc.php
Not Found: /wp-includes/wlwmanifest.xml//wp-includes/wlwmanifest.xml
Not Found: /wp-includes/wlwmanifest.xml//wp-includes/wlwmanifest.xml
Not Found: /xmlrpc.php//xmlrpc.php
Not Found: /xmlrpc.php//xmlrpc.php
Not Found: /blog/wp-includes/wlwmanifest.xml//blog/wp-includes/wlwmanifest.xml
Not Found: /blog/wp-includes/wlwmanifest.xml//blog/wp-includes/wlwmanifest.xml
Not Found: /web/wp-includes/wlwmanifest.xml//web/wp-includes/wlwmanifest.xml
Not Found: /web/wp-includes/wlwmanifest.xml//web/wp-includes/wlwmanifest.xml
Not Found: /wordpress/wp-includes/wlwmanifest.xml//wordpress/wp-includes/wlwmanifest.xml
Not Found: /wordpress/wp-includes/wlwmanifest.xml//wordpress/wp-includes/wlwmanifest.xml
Not Found: /website/wp-includes/wlwmanifest.xml//website/wp-includes/wlwmanifest.xml
Not Found: /website/wp-includes/wlwmanifest.xml//website/wp-includes/wlwmanifest.xml
Not Found: /wp/wp-includes/wlwmanifest.xml//wp/wp-includes/wlwmanifest.xml
Not Found: /wp/wp-includes/wlwmanifest.xml//wp/wp-includes/wlwmanifest.xml
Not Found: /news/wp-includes/wlwmanifest.xml//news/wp-includes/wlwmanifest.xml
Not Found: /news/wp-includes/wlwmanifest.xml//news/wp-includes/wlwmanifest.xml
Not Found: /wp1/wp-includes/wlwmanifest.xml//wp1/wp-includes/wlwmanifest.xml
Not Found: /wp1/wp-includes/wlwmanifest.xml//wp1/wp-includes/wlwmanifest.xml
Not Found: /test/wp-includes/wlwmanifest.xml//test/wp-includes/wlwmanifest.xml
Not Found: /test/wp-includes/wlwmanifest.xml//test/wp-includes/wlwmanifest.xml
Not Found: /wp2/wp-includes/wlwmanifest.xml//wp2/wp-includes/wlwmanifest.xml
Not Found: /wp2/wp-includes/wlwmanifest.xml//wp2/wp-includes/wlwmanifest.xml
Not Found: /site/wp-includes/wlwmanifest.xml//site/wp-includes/wlwmanifest.xml
Not Found: /site/wp-includes/wlwmanifest.xml//site/wp-includes/wlwmanifest.xml
Not Found: /cms/wp-includes/wlwmanifest.xml//cms/wp-includes/wlwmanifest.xml
Not Found: /cms/wp-includes/wlwmanifest.xml//cms/wp-includes/wlwmanifest.xml
Not Found: /sito/wp-includes/wlwmanifest.xml//sito/wp-includes/wlwmanifest.xml
Not Found: /sito/wp-includes/wlwmanifest.xml//sito/wp-includes/wlwmanifest.xml
Not Found: /ms-themes.php
Not Found: /chosen.php
Not Found: /file.php
Not Found: /flower.php
Not Found: /gifclass.php
Not Found: /bless.php
Not Found: /class-t.api.php
Not Found: /blurbs.php
Not Found: /akcc.php
Not Found: /abcd.php
Not Found: /shelp.php
Not Found: /cord.php
Not Found: /dex.php
Not Found: /wp-admin/admin-ajax.php
Not Found: /zwso.php//zwso.php
Not Found: /wp-content/plugins/hellopress/wp_mna.php
Not Found: /bolt.php
Not Found: /cjfuns.php
Not Found: /wp-admin/css/index.php
Not Found: /wp-content/plugins/index.php
Not Found: /wp-content/index.php
Not Found: /ioxi-o.php
Not Found: /insc.php
Not Found: /classwithtostring.php
Not Found: /txets.php
Not Found: /wp-content/themes/txets.php
Not Found: /wp-admin/txets.php
Not Found: /wp-includes/txets.php
Not Found: /goods.php
Not Found: /wp-editor.php
Not Found: /lufix.php
Not Found: /style.php
Not Found: /robots.txt
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /this_is_a_new_hello_world.php
Not Found: /wp-admin/images/wp-login.php
Not Found: /wp-content/themes/astra/inc/network.php
Not Found: /shell.php
Not Found: /wp-admin/includes/wp-conflg.php
Not Found: /wp-admin/js/wp-conflg.php
Not Found: /.well-knownold/inputs.php
Not Found: /wp-content/plugins/seoplugins/mar.php
Not Found: /wp-includes/random_compat/chosen.php
Not Found: /assets/images/about.php
Not Found: /wp-content/uploads/json.php
Not Found: /wp-includes/wp-includes/about.php
Not Found: /wp-content/themes/wp-pridmag/lock.php
Not Found: /wp-admin/js/about.php
Not Found: /wp-admin/images/index.php
Not Found: /wp-admin/css/colors/coffee/about.php
Not Found: /browse.php
Not Found: /shell20211028.php
Not Found: /wp-content/themes/twenty/twenty.php
Not Found: /wp-content/themes/twentytwentytwo/alfa-rex.php
Not Found: /index/lock.php
Not Found: /wp-includes/style-engine/about.php
Not Found: /wp-includes/theme-compat/chosen.php
Not Found: /wp-content/config.php
Not Found: /moon.php
Not Found: /wp-includes/ID3/index.php
Not Found: /wp-admin/css/wp-conflg.php
Not Found: /wp-admin/css/colors/index.php
Not Found: /css/chosen.php
Not Found: /wp-includes/Requests/Utility/cc.php
Not Found: /wp-includes/Text/index.php
Not Found: /packed.php
Not Found: /wp-admin/update.php
Not Found: /wp-content/themes/astra/inc/fm.php
Not Found: /link.php
Not Found: /wp-content/mu-plugins/gecko.php
Not Found: /footer.php
Not Found: /wp-includes/js/codemirror/index.php
Not Found: /config.php
Not Found: /fw.php
Not Found: /post.php
Not Found: /ALFA_DATA/index.php
Not Found: /wp-admin/css/colors/blue/moon.php
Not Found: /wp-content/themes/wp-pridmag/up.php
Not Found: /wp-includes/html-api/alfa-rex.php
Not Found: /wp-content/upgrade-temp-backup/about.php
Not Found: /wp-admin/includes/m.php
Not Found: /images/admin.php
Not Found: /wp-admin/user/admin.php
Not Found: /wp-includes/IXR/shell.php
Not Found: /wp-trackback.php
Not Found: /wp-content/content.php
Not Found: /wp-admin/wp-conflg.php
Not Found: /wp-includes/Requests/Utility/alfa-rex.php
Not Found: /wp-content/upgrade-temp-backup/ty.php
Not Found: /.well-known/content.php
Not Found: /index/index.php
Not Found: /wp-includes/autoload_classmap.php
Not Found: /include/wp-configs.php
Not Found: /wp-admin/js/chosen.php
Not Found: /wp-admin/maint/about.php
Not Found: /wp-includes/sodium_compat/alfa-rex.php
Not Found: /bg/xmrlpc.php
Not Found: /wp-content/plugins/core-plugin/file-manager.php
Not Found: /wp-content/uploads/423_index.php
Not Found: /wp-admin/network/wp-conflg.php
Not Found: /wp-admin/css/colors/blue/atomlib.php
Not Found: /wp-admin/byp.php
Not Found: /wp-includes/theme-compat/index.php
Not Found: /wp-content/wp-login.php
Not Found: /chosen.php
Not Found: /wp-includes/images/smilies/index.php
Not Found: /wp-content/themes/aahana/json.php
Not Found: /wp-includes/html-api/about.php
Not Found: /wp-content/uploads/index.php
Not Found: /wp-includes/images/smilies/about.php
Not Found: /assets/plugins/jquery-file-upload/server/php/include.php
Not Found: /images/lmfi2.php
Not Found: /wp-admin/function.php
Not Found: /wp-includes/Text/Diff/alfa-rex.php
Not Found: /images/chosen.php
Not Found: /mah.php
Not Found: /wp-content/json.php
Not Found: /wp-includes/fonts/index.php
Not Found: /wp-includes/Requests/file.php
Not Found: /wp-content/themes/seotheme/classwithtostring.php
Not Found: /wp-includes/widgets/parx.php
Not Found: /wp-content/plugins/Cache/footer.php
Not Found: /content.php
Not Found: /wp-includes/css/wp-conflg.php
Not Found: /wp-admin/admin-post.php
Not Found: /wp-includes/html-api/chosen.php
Not Found: /wp-admin/includes/cong.php
Not Found: /wp-admin/network/shell.php
Not Found: /cgi-bin/upfile.php
Not Found: /wp-includes/images/smilies/wp-login.php
Not Found: /cong.php
Not Found: /wp-login.php
Not Found: /makeasmtp.php
Not Found: /wp-admin/css/colors/blue/lock.php
Not Found: /wp-content/plugins/pwnd/classwithtostring.php
Not Found: /wp-includes/Text/Diff/Renderer/about.php
Not Found: /13.php
Not Found: /wp-includes/sodium_compat/index.php
Not Found: /.well-known/cache-compat.php
Not Found: /wp-mail.php/wp-includes/ID3/rnEPv9.php
Not Found: /wp-includes/php-compat/content.php
Not Found: /wp-includes/fonts/admin.php
Not Found: /doc.php
Not Found: /wp-includes/block-patterns/autoload_classmap.php
Not Found: /wp-includes/images/autoload_classmap.php
Not Found: /wp-includes/certificates/index.php
Not Found: /wsgi.handler
Not Found: /css/install.php
Not Found: /wp-includes/theme-compat/wp-conflg.php/wp-content/plugins/google-seo-rank/index.php
Not Found: /xmrlpc.php
Not Found: /wp-admin/css/colors/classwithtostring.php
Not Found: /wp-includes/index.php
Not Found: /wp-includes/fonts/install.php
Not Found: /assets/edit.php
Not Found: /file.php
Not Found: /wp-admin/index.php
Not Found: /wp-includes/Text/Diff/Engine/wp-login.php
Not Found: /wp-admin/user/chosen.php
Not Found: /wp-content/uploads/wp-conflg.php
Not Found: /ok.php
Not Found: /wp-includes/IXR/alfa-rex.php
Not Found: /wp-admin/autoload_classmap.php
Not Found: /wp-includes/sodium_compat/src/index.php
Not Found: /wp-includes/block-patterns/about.php
Not Found: /wp-includes/css/alfa-rex.php
Not Found: /images/stories/admin-post.php
Not Found: /.well-known/assetlinks.json
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /this_is_a_new_hello_world.php
Not Found: /wp-admin/images/wp-login.php
Not Found: /wp-content/themes/astra/inc/network.php
Not Found: /shell.php
Not Found: /wp-admin/includes/wp-conflg.php
Not Found: /wp-admin/js/wp-conflg.php
Not Found: /.well-knownold/inputs.php
Not Found: /wp-content/plugins/seoplugins/mar.php
Not Found: /wp-includes/random_compat/chosen.php
Not Found: /assets/images/about.php
Not Found: /wp-content/uploads/json.php
Not Found: /wp-includes/wp-includes/about.php
Not Found: /wp-content/themes/wp-pridmag/lock.php
Not Found: /wp-admin/js/about.php
Not Found: /wp-admin/images/index.php
Not Found: /wp-admin/css/colors/coffee/about.php
Not Found: /browse.php
Not Found: /shell20211028.php
Not Found: /wp-content/themes/twenty/twenty.php
Not Found: /wp-content/themes/twentytwentytwo/alfa-rex.php
Not Found: /index/lock.php
Not Found: /wp-includes/style-engine/about.php
Not Found: /wp-includes/theme-compat/chosen.php
Not Found: /wp-content/config.php
Not Found: /moon.php
Not Found: /wp-includes/ID3/index.php
Not Found: /wp-admin/css/wp-conflg.php
Not Found: /wp-admin/css/colors/index.php
Not Found: /css/chosen.php
Not Found: /wp-includes/Requests/Utility/cc.php
Not Found: /wp-includes/Text/index.php
Not Found: /packed.php
Not Found: /wp-admin/update.php
Not Found: /wp-content/themes/astra/inc/fm.php
Not Found: /link.php
Not Found: /wp-content/mu-plugins/gecko.php
Not Found: /footer.php
Not Found: /wp-includes/js/codemirror/index.php
Not Found: /config.php
Not Found: /fw.php
Not Found: /post.php
Not Found: /ALFA_DATA/index.php
Not Found: /wp-admin/css/colors/blue/moon.php
Not Found: /wp-content/themes/wp-pridmag/up.php
Not Found: /wp-includes/html-api/alfa-rex.php
Not Found: /wp-content/upgrade-temp-backup/about.php
Not Found: /wp-admin/includes/m.php
Not Found: /images/admin.php
Not Found: /wp-admin/user/admin.php
Not Found: /wp-includes/IXR/shell.php
Not Found: /wp-trackback.php
Not Found: /wp-content/content.php
Not Found: /wp-admin/wp-conflg.php
Not Found: /wp-includes/Requests/Utility/alfa-rex.php
Not Found: /wp-content/upgrade-temp-backup/ty.php
Not Found: /.well-known/content.php
Not Found: /index/index.php
Not Found: /wp-includes/autoload_classmap.php
Not Found: /include/wp-configs.php
Not Found: /wp-admin/js/chosen.php
Not Found: /wp-admin/maint/about.php
Not Found: /wp-includes/sodium_compat/alfa-rex.php
Not Found: /bg/xmrlpc.php
Not Found: /wp-content/plugins/core-plugin/file-manager.php
Not Found: /wp-content/uploads/423_index.php
Not Found: /wp-admin/network/wp-conflg.php
Not Found: /wp-admin/css/colors/blue/atomlib.php
Not Found: /wp-admin/byp.php
Not Found: /wp-includes/theme-compat/index.php
Not Found: /wp-content/wp-login.php
Not Found: /chosen.php
Not Found: /wp-includes/images/smilies/index.php
Not Found: /wp-content/themes/aahana/json.php
Not Found: /wp-includes/html-api/about.php
Not Found: /wp-content/uploads/index.php
Not Found: /wp-includes/images/smilies/about.php
Not Found: /assets/plugins/jquery-file-upload/server/php/include.php
Not Found: /images/lmfi2.php
Not Found: /wp-admin/function.php
Not Found: /wp-includes/Text/Diff/alfa-rex.php
Not Found: /images/chosen.php
Not Found: /mah.php
Not Found: /wp-content/json.php
Not Found: /wp-includes/fonts/index.php
Not Found: /wp-includes/Requests/file.php
Not Found: /wp-content/themes/seotheme/classwithtostring.php
Not Found: /wp-includes/widgets/parx.php
Not Found: /wp-content/plugins/Cache/footer.php
Not Found: /content.php
Not Found: /wp-includes/css/wp-conflg.php
Not Found: /wp-admin/admin-post.php
Not Found: /wp-includes/html-api/chosen.php
Not Found: /wp-admin/includes/cong.php
Not Found: /wp-admin/network/shell.php
Not Found: /cgi-bin/upfile.php
Not Found: /wp-includes/images/smilies/wp-login.php
Not Found: /cong.php
Not Found: /wp-login.php
Not Found: /makeasmtp.php
Not Found: /wp-admin/css/colors/blue/lock.php
Not Found: /wp-content/plugins/pwnd/classwithtostring.php
Not Found: /wp-includes/Text/Diff/Renderer/about.php
Not Found: /13.php
Not Found: /wp-includes/sodium_compat/index.php
Not Found: /.well-known/cache-compat.php
Not Found: /wp-mail.php/wp-includes/ID3/rnEPv9.php
Not Found: /wp-includes/php-compat/content.php
Not Found: /wp-includes/fonts/admin.php
Not Found: /doc.php
Not Found: /wp-includes/block-patterns/autoload_classmap.php
Not Found: /wp-includes/images/autoload_classmap.php
Not Found: /wp-includes/certificates/index.php
Not Found: /wsgi.handler
Not Found: /css/install.php
Not Found: /wp-includes/theme-compat/wp-conflg.php/wp-content/plugins/google-seo-rank/index.php
Not Found: /xmrlpc.php
Not Found: /wp-admin/css/colors/classwithtostring.php
Not Found: /wp-includes/index.php
Not Found: /wp-includes/fonts/install.php
Not Found: /assets/edit.php
Not Found: /file.php
Not Found: /wp-admin/index.php
Not Found: /wp-includes/Text/Diff/Engine/wp-login.php
Not Found: /wp-admin/user/chosen.php
Not Found: /wp-content/uploads/wp-conflg.php
Not Found: /ok.php
Not Found: /wp-includes/IXR/alfa-rex.php
Not Found: /wp-admin/autoload_classmap.php
Not Found: /wp-includes/sodium_compat/src/index.php
Not Found: /wp-includes/block-patterns/about.php
Not Found: /wp-includes/css/alfa-rex.php
Not Found: /images/stories/admin-post.php
Not Found: /favicon.ico
Forbidden (Referer checking failed - no Referer.): /
Forbidden (Referer checking failed - no Referer.): /
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /this_is_a_new_hello_world.php
Not Found: /sql.php//sql.php
Not Found: /1index.php
Not Found: /reop1.php
Not Found: /trusj18.php
Not Found: /trusj15.php
Not Found: /rft8.php
Not Found: /ai.php
Not Found: /wp-rdf.php
Not Found: /fx.php
Not Found: /xxx.php
Not Found: /dropdown.php
Not Found: /file11.php
Not Found: /png.php
Not Found: /wp-slss.php
Not Found: /ah25.php
Not Found: /ccou.php
Not Found: /1.php
Not Found: /900.php
Not Found: /file59.php
Not Found: /amxloxxr.php
Not Found: /aboutc.php
Not Found: /bless18.php
Not Found: /crgio.php
Not Found: /wp-act.php
Not Found: /new4.php
Not Found: /wp-the.php
Not Found: /atkno.php
Not Found: /mass.php
Not Found: /wefile.php
Not Found: /min.php//min.php
Not Found: /sid3.php
Not Found: /fileas.php
Not Found: /bless24.php
Not Found: /fun.php
Not Found: /drykl.php
Not Found: /wp-admin/css/colors/blue/file.php
Not Found: /mifta.php
Not Found: /class-t.api.php
Not Found: /vgtyu.php
Not Found: /atomlib.php
Not Found: /wp-access.php
Not Found: /wp-update.php
Not Found: /erty.php//erty.php
Not Found: /wp-admin/maint/wp-is.php
Not Found: /like.php
Not Found: /bless5.php
Not Found: /t.php
Not Found: /xoot.php
Not Found: /xqq.php
Not Found: /wp-load.php
Not Found: /x.php//x.php
Not Found: /i.php
Not Found: /ms-edit.php
Not Found: /v2.php
Not Found: /new.php
Not Found: /wp-admin/network/edit.php
Not Found: /pouhg.php
Not Found: /cilus.php
Not Found: /file4.php
Not Found: /samll.php
Not Found: /Okxob.php
Not Found: /ok.php
Not Found: /wuasr.php
Not Found: /bless11.php
Not Found: /wp-block.php
Not Found: /aevly.php
Not Found: /hello.php
Not Found: /wp-links-opml.php
Not Found: /forbidals.php
Not Found: /file30.php
Not Found: /xda.php
Not Found: /z.php
Not Found: /b.php
Not Found: /edit.php
Not Found: /app.php
Not Found: /wp-png.php
Not Found: /lib.php
Not Found: /sys.php
Not Found: /la.php
Not Found: /tires.php
Not Found: /lv.php
Not Found: /myfile.php
Not Found: /06.php
Not Found: /fs.php
Not Found: /asasx.php
Not Found: /wp-kd4xalrg7m.php
Not Found: /wp-good.php
Not Found: /scxy.php
Not Found: /wmore1.php
Not Found: /like.php//like.php
Not Found: /x.php
Not Found: /xa.php
Not Found: /kolda.php
Not Found: /wp-aothait.php
Not Found: /ftde.php
Not Found: /vx.php
Not Found: /a5.php
Not Found: /wp-sing.php
Not Found: /database.php
Not Found: /explorer/index_.php
Not Found: /wp-at.php
Not Found: /wp-wz.php
Not Found: /wp-ver.php
Not Found: /wp5.php
Not Found: /wp-pp.php
Not Found: /w3lls.php//w3lls.php
Not Found: /sbhu.php
Not Found: /wp-content/uploads/admin.php
Not Found: /favicon.php
Not Found: /txets.php
Not Found: /wp-su.php
Not Found: /ff.php
Not Found: /reze.php
Not Found: /666.php
Not Found: /wehrman.php
Not Found: /wp-conflg.php
Not Found: /ff1.php
Not Found: /fff.php
Not Found: /amax.php
Not Found: /wp-firewall.php
Not Found: /appt.php
Not Found: /wp-thi.php
Not Found: /jj.php
Not Found: /333.php
Not Found: /albin.php
Not Found: /66.php
Not Found: /motu.php
Not Found: /kj.php
Not Found: /wp4.php
Not Found: /file61.php
Not Found: /wp.php//wp.php
Not Found: /wp-trackback.php
Not Found: /db.php
Not Found: /NewFile.php
Not Found: /xxx.php//xxx.php
Not Found: /ms.php
Not Found: /mini.php
Not Found: /first.php
Not Found: /0okj.php
Not Found: /grsiuk.php
Not Found: /shell20211028.php
Not Found: /revealability.php
Not Found: /btx25.php//btx25.php
Not Found: /bthil.php
Not Found: /hplfuns.php
Not Found: /error.php
Not Found: /edit.php//edit.php
Not Found: /pass4.php
Not Found: /sadcut1.php
Not Found: /bgymj.php
Not Found: /yas.php
Not Found: /dx.php//dx.php
Not Found: /yellow.php
Not Found: /wp-der.php
Not Found: /lala.php
Not Found: /aa.php
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/security.txt
Not Found: /blog-verify
Not Found: /assets/images/accesson.php
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /sitemap_index.xml
Not Found: /favicon.ico
Not Found: /sitemap_index.xml
Not Found: /accounts/login/ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
[UID:1227][2493489] Child process with pid: 2573301 was killed by signal: 15, core dumped: no
[UID:1227][2493489] Child process with pid: 2573179 was killed by signal: 15, core dumped: no
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /this_is_a_new_hello_world.php
Not Found: /wp.php
Not Found: /new.php
Not Found: /wpls.php
Not Found: /mjq.php
Not Found: /class-t.api.php
Not Found: /plugins.php
Not Found: /jp.php
Not Found: /pu9.php
Not Found: /error.php
Not Found: /bdshell.php
Not Found: /bitwise.php
Not Found: /BLaSTER.php
Not Found: /bloodsecv4.php
Not Found: /Bnkqbakq.php
Not Found: /haha.php
Not Found: /classwithtostring.php
Not Found: /bless.php
Not Found: /storage/index.php
Not Found: /g.php
Not Found: /nf.php
Not Found: /xda.php
Not Found: /shell.php
Not Found: /3.php
Not Found: /mds.php
Not Found: /archive.php
Not Found: /amax.php
Not Found: /moon.php
Not Found: /ws83.php
Not Found: /CDX1.php
Not Found: /inputs.php
Not Found: /ms-edit.php
Not Found: /simple.php
Not Found: /404.php
Not Found: /file3.php
Not Found: /wp-mail.php
Not Found: /about.php
Not Found: /wp.php
Not Found: /adminfuns.php
Not Found: /php8.php
Not Found: /info.php
Not Found: /edit.php
Not Found: /166.php
Not Found: /8.php
Not Found: /ws38.php
Not Found: /a7.php
Not Found: /classsmtps.php
Not Found: /rip.php
Not Found: /1.php
Not Found: /chosen.php
Not Found: /css.php
Not Found: /php.php
Not Found: /aa.php
Not Found: /bolt.php
Not Found: /x.php
Not Found: /jga.php
Not Found: /k.php
Not Found: /vx.php
Not Found: /ws77.php
Not Found: /2.php
Not Found: /asd.php
Not Found: /default.php
Not Found: /gettest.php
Not Found: /tfm.php
Not Found: /ws81.php
Not Found: /222.php
Not Found: /t.php
Not Found: /a.php
Not Found: /a1.php
Not Found: /w.php
Not Found: /wp-good.php
Not Found: /.info.php
Not Found: /item.php
Not Found: /albin.php
Not Found: /alfa.php
Not Found: /autoload_classmap.php
Not Found: /av.php
Not Found: /gg.php
Not Found: /sql.php
Not Found: /up.php
Not Found: /66.php
Not Found: /666.php
Not Found: /byp.php
Not Found: /date.php
Not Found: /pomo.php
Not Found: /test1.php
Not Found: /fw.php
Not Found: /fm.php
Not Found: /ini.php
Not Found: /themes.php
Not Found: /dropdown.php
Not Found: /wp-links.php
Not Found: /xmrlpc.php
Not Found: /htaccess.php
Not Found: /readme.php
Not Found: /403.php
Not Found: /max.php
Not Found: /m.php
Not Found: /click.php
Not Found: /lv.php
Not Found: /cong.php
Not Found: /brand.php
Not Found: /atomlib.php
Not Found: /0x.php
Not Found: /buy.php
Not Found: /sx.php
Not Found: /article.php
Not Found: /bootstrap.php
Not Found: /config-backup.php
Not Found: /g.php
Not Found: /goods.php
Not Found: /init.php
Not Found: /license.txt
Not Found: /php.ini
Not Found: /settings.php
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /wp-login.php
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /this_is_a_new_hello_world.php
Not Found: /wp-file.php
Not Found: /karma_d2a8.php
Not Found: /karma_fb76.php
Not Found: /k.php
Not Found: /2ops.php
Not Found: /adobe.php
Not Found: /mac.php
Not Found: /HLA-dd.php
Not Found: /c5007147cdindex.php
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /this_is_a_new_hello_world.php
Not Found: /sql.php//sql.php
Not Found: /1index.php
Not Found: /reop1.php
Not Found: /trusj18.php
Not Found: /trusj15.php
Not Found: /rft8.php
Not Found: /ai.php
Not Found: /wp-rdf.php
Not Found: /fx.php
Not Found: /xxx.php
Not Found: /dropdown.php
Not Found: /file11.php
Not Found: /png.php
Not Found: /wp-slss.php
Not Found: /ah25.php
Not Found: /ccou.php
Not Found: /1.php
Not Found: /900.php
Not Found: /file59.php
Not Found: /amxloxxr.php
Not Found: /aboutc.php
Not Found: /bless18.php
Not Found: /crgio.php
Not Found: /wp-act.php
Not Found: /new4.php
Not Found: /wp-the.php
Not Found: /atkno.php
Not Found: /mass.php
Not Found: /wefile.php
Not Found: /min.php//min.php
Not Found: /sid3.php
Not Found: /fileas.php
Not Found: /bless24.php
Not Found: /fun.php
Not Found: /drykl.php
Not Found: /wp-admin/css/colors/blue/file.php
Not Found: /mifta.php
Not Found: /class-t.api.php
Not Found: /vgtyu.php
Not Found: /atomlib.php
Not Found: /wp-access.php
Not Found: /wp-update.php
Not Found: /erty.php//erty.php
Not Found: /wp-admin/maint/wp-is.php
Not Found: /like.php
Not Found: /bless5.php
Not Found: /t.php
Not Found: /xoot.php
Not Found: /xqq.php
Not Found: /wp-load.php
Not Found: /x.php//x.php
Not Found: /i.php
Not Found: /ms-edit.php
Not Found: /v2.php
Not Found: /new.php
Not Found: /wp-admin/network/edit.php
Not Found: /pouhg.php
Not Found: /cilus.php
Not Found: /file4.php
Not Found: /samll.php
Not Found: /Okxob.php
Not Found: /ok.php
Not Found: /wuasr.php
Not Found: /bless11.php
Not Found: /wp-block.php
Not Found: /aevly.php
Not Found: /hello.php
Not Found: /wp-links-opml.php
Not Found: /forbidals.php
Not Found: /file30.php
Not Found: /xda.php
Not Found: /z.php
Not Found: /b.php
Not Found: /edit.php
Not Found: /app.php
Not Found: /wp-png.php
Not Found: /lib.php
Not Found: /sys.php
Not Found: /la.php
Not Found: /tires.php
Not Found: /lv.php
Not Found: /myfile.php
Not Found: /06.php
Not Found: /fs.php
Not Found: /asasx.php
Not Found: /wp-kd4xalrg7m.php
Not Found: /wp-good.php
Not Found: /scxy.php
Not Found: /wmore1.php
Not Found: /like.php//like.php
Not Found: /x.php
Not Found: /xa.php
Not Found: /kolda.php
Not Found: /wp-aothait.php
Not Found: /ftde.php
Not Found: /vx.php
Not Found: /a5.php
Not Found: /wp-sing.php
Not Found: /database.php
Not Found: /explorer/index_.php
Not Found: /wp-at.php
Not Found: /wp-wz.php
Not Found: /wp-ver.php
Not Found: /wp5.php
Not Found: /wp-pp.php
Not Found: /w3lls.php//w3lls.php
Not Found: /sbhu.php
Not Found: /wp-content/uploads/admin.php
Not Found: /favicon.php
Not Found: /txets.php
Not Found: /wp-su.php
Not Found: /ff.php
Not Found: /reze.php
Not Found: /666.php
Not Found: /wehrman.php
Not Found: /wp-conflg.php
Not Found: /ff1.php
Not Found: /fff.php
Not Found: /amax.php
Not Found: /wp-firewall.php
Not Found: /appt.php
Not Found: /wp-thi.php
Not Found: /jj.php
Not Found: /333.php
Not Found: /albin.php
Not Found: /66.php
Not Found: /motu.php
Not Found: /kj.php
Not Found: /wp4.php
Not Found: /file61.php
Not Found: /wp.php//wp.php
Not Found: /wp-trackback.php
Not Found: /db.php
Not Found: /NewFile.php
Not Found: /xxx.php//xxx.php
Not Found: /ms.php
Not Found: /mini.php
Not Found: /first.php
Not Found: /0okj.php
Not Found: /grsiuk.php
Not Found: /shell20211028.php
Not Found: /revealability.php
Not Found: /btx25.php//btx25.php
Not Found: /bthil.php
Not Found: /hplfuns.php
Not Found: /error.php
Not Found: /edit.php//edit.php
Not Found: /pass4.php
Not Found: /sadcut1.php
Not Found: /bgymj.php
Not Found: /yas.php
Not Found: /dx.php//dx.php
Not Found: /yellow.php
Not Found: /wp-der.php
Not Found: /lala.php
Not Found: /aa.php
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /wp-includes/wlwmanifest.xml//wp-includes/wlwmanifest.xml
Not Found: /wp-includes/wlwmanifest.xml//wp-includes/wlwmanifest.xml
Not Found: /xmlrpc.php//xmlrpc.php
Not Found: /xmlrpc.php//xmlrpc.php
Not Found: /blog/wp-includes/wlwmanifest.xml//blog/wp-includes/wlwmanifest.xml
Not Found: /blog/wp-includes/wlwmanifest.xml//blog/wp-includes/wlwmanifest.xml
Not Found: /web/wp-includes/wlwmanifest.xml//web/wp-includes/wlwmanifest.xml
Not Found: /web/wp-includes/wlwmanifest.xml//web/wp-includes/wlwmanifest.xml
Not Found: /wordpress/wp-includes/wlwmanifest.xml//wordpress/wp-includes/wlwmanifest.xml
Not Found: /wordpress/wp-includes/wlwmanifest.xml//wordpress/wp-includes/wlwmanifest.xml
Not Found: /website/wp-includes/wlwmanifest.xml//website/wp-includes/wlwmanifest.xml
Not Found: /website/wp-includes/wlwmanifest.xml//website/wp-includes/wlwmanifest.xml
Not Found: /wp/wp-includes/wlwmanifest.xml//wp/wp-includes/wlwmanifest.xml
Not Found: /wp/wp-includes/wlwmanifest.xml//wp/wp-includes/wlwmanifest.xml
Not Found: /news/wp-includes/wlwmanifest.xml//news/wp-includes/wlwmanifest.xml
Not Found: /news/wp-includes/wlwmanifest.xml//news/wp-includes/wlwmanifest.xml
Not Found: /wp1/wp-includes/wlwmanifest.xml//wp1/wp-includes/wlwmanifest.xml
Not Found: /wp1/wp-includes/wlwmanifest.xml//wp1/wp-includes/wlwmanifest.xml
Not Found: /test/wp-includes/wlwmanifest.xml//test/wp-includes/wlwmanifest.xml
Not Found: /test/wp-includes/wlwmanifest.xml//test/wp-includes/wlwmanifest.xml
Not Found: /wp2/wp-includes/wlwmanifest.xml//wp2/wp-includes/wlwmanifest.xml
Not Found: /wp2/wp-includes/wlwmanifest.xml//wp2/wp-includes/wlwmanifest.xml
Not Found: /site/wp-includes/wlwmanifest.xml//site/wp-includes/wlwmanifest.xml
Not Found: /site/wp-includes/wlwmanifest.xml//site/wp-includes/wlwmanifest.xml
Not Found: /cms/wp-includes/wlwmanifest.xml//cms/wp-includes/wlwmanifest.xml
Not Found: /cms/wp-includes/wlwmanifest.xml//cms/wp-includes/wlwmanifest.xml
Not Found: /sito/wp-includes/wlwmanifest.xml//sito/wp-includes/wlwmanifest.xml
Not Found: /sito/wp-includes/wlwmanifest.xml//sito/wp-includes/wlwmanifest.xml
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Failed to send password reset email to 260
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/forms.py", line 431, in send_mail
    email_message.send()
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/mail/message.py", line 301, in send
    return self.get_connection(fail_silently).send_messages([self])
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/mail/backends/smtp.py", line 136, in send_messages
    sent = self._send(message)
           ^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/mail/backends/smtp.py", line 155, in _send
    self.connection.sendmail(
  File "/opt/alt/python311/lib64/python3.11/smtplib.py", line 901, in sendmail
    raise SMTPRecipientsRefused(senderrs)
smtplib.SMTPRecipientsRefused: {'fernando.chachipanta@istvc.edu.ec': (550, b'No Such User Here')}
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /sitemaps.xml
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Internal Server Error: /informacion/mis-materias/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper
    response = view_func(request, *args, **kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 60, in _view_wrapper
    return view_func(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/siga.istvc.edu.ec/informacion/views.py", line 36, in mis_materias
    periodo_seleccionado = PeriodoAcademico.objects.get(id=periodo_id)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/manager.py", line 87, in manager_method
    return getattr(self.get_queryset(), name)(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/query.py", line 649, in get
    raise self.model.DoesNotExist(
informacion.models.PeriodoAcademico.DoesNotExist: PeriodoAcademico matching query does not exist.
Forbidden (CSRF token from POST incorrect.): /accounts/login/
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /enhancecp
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /this_is_a_new_hello_world.php
Not Found: /x.php
Not Found: /mgrr.php
Not Found: /stdin.php
Not Found: /BDKR28.php
Not Found: /001.php
Not Found: /dZ3wP5.php
Not Found: /yup.php
Not Found: /X.php
Not Found: /1polka.php
Not Found: /gec.php
Not Found: /sky.php
Not Found: /fffm.php
Not Found: /sixxis.php
Not Found: /yj09.php
Not Found: /f900.php
Not Found: /ups.php
Not Found: /k.php
Not Found: /k2.php
Not Found: /w.php
Not Found: /fpwch.php
Not Found: /w2025.php
Not Found: /FWAZ.php
Not Found: /qterm.php
Not Found: /blurbs.php
Not Found: /v543.php
Not Found: /w3lls.php
Not Found: /wp-ws68.php
Not Found: /xyn.php
Not Found: /green3.php
Not Found: /ccc.php
Not Found: /get.php
Not Found: /images.php
Not Found: /alls.php
Not Found: /coffexium.php
Not Found: /red.php
Not Found: /wp-includes/sodium_compat/
Not Found: /wp-admin/css/colors/coffee/wp-adochan.php
Not Found: /wp-includes/Text/
Not Found: /wp-content/uploads/
Not Found: /wp-content/index.php
Not Found: /admin.php///admin.php
Not Found: /177.php
Not Found: /199.php
Not Found: /file52.php
Not Found: /geck.php
Not Found: /biufile.php
Not Found: /mosty.php
Not Found: /dejavu.php
Not Found: /aaf.php
Not Found: /ha.php
Not Found: /hur.php
Not Found: /h02ugyh.php
Not Found: /155.php
Not Found: /pp.php
Not Found: /ops.php
Not Found: /ingfo.php
Not Found: /error_log.php
Not Found: /test10.php
Not Found: /koala.php
Not Found: /mac.php
Not Found: /wefile.php
Not Found: /wp-includes/blocks/post-comments-form/
Not Found: /wp-admin/js/
Not Found: /makeasmtp.php
Not Found: /2P.php
Not Found: /.well-known/about.php
Not Found: /wp-includes/ID3/about.php
Not Found: /system_log.php
Not Found: /wp-admin/css/
Not Found: /wp-admin/css/colors/modern/
Not Found: /crgio.php
Not Found: /pucci.php
Not Found: /wp-includes/blocks/details/
Not Found: /wp-includes/blocks/audio/
Not Found: /wp-temp.php
Not Found: /wp-admin/js/index.php//wp-admin/js/index.php
Not Found: /puc.php
Not Found: /dx.php
Not Found: /wp-includes/Requests//wp-includes/Requests/
Not Found: /bthil.php
Not Found: /7.php
Not Found: /8.php
Not Found: /1.php
Not Found: /100.php
Not Found: /about.php
Not Found: /admin.php//admin.php
Not Found: /edit.php//edit.php
Not Found: /wp-content/admin.php
Not Found: /ss.php
Not Found: /inputs.php
Not Found: /av.php//av.php
Not Found: /classwithtostring.php
Not Found: /wp-content/themes/index.php
Not Found: /wp-blog.php
Not Found: /wp-includes/js/jquery//wp-includes/js/jquery/
Not Found: /wp-content/admin.php//wp-content/admin.php
Not Found: /adminfuns.php//adminfuns.php
Not Found: /goods.php//goods.php
Not Found: /ms-edit.php
Not Found: /222.php
Not Found: /cgi-bin/index.php//cgi-bin/index.php
Not Found: /wp-includes/css/dist//wp-includes/css/dist/
Not Found: /BDKR28WP.php
Not Found: /wp-includes/l10n//wp-includes/l10n/
Not Found: /wp-content/uploads/
Not Found: /wp.php
Not Found: /abcd.php//abcd.php
Not Found: /a1.php//a1.php
Not Found: /wp-includes/Text/Diff/Engine/about.php
Not Found: /cgi-bin/admin.php//cgi-bin/admin.php
Not Found: /gettest.php
Not Found: /wp-content/
Not Found: /simple.php
Not Found: /xxx.php
Not Found: /hypo.php
Not Found: /wp-admin/css/colors/blue/
Not Found: /chosen.php
Not Found: /wp-includes/block-bindings//wp-includes/block-bindings/
Not Found: /als.php
Not Found: /pol.php
Not Found: /file5.php
Not Found: /file.php
Not Found: /cfile.php
Not Found: /admin.php
Not Found: /aa2.php
Not Found: /ccou.php
Not Found: /dr.php
Not Found: /xamp.php
Not Found: /bless.php
Not Found: /file25.php
Not Found: /file6.php
Not Found: /a2.php
Not Found: /file15.php
Not Found: /f35.php
Not Found: /wp-load.php
Not Found: /xwpg.php//xwpg.php
Not Found: /wp-includes/assets//wp-includes/assets/
Not Found: /wp-admin/css/colors/sunrise/
Not Found: /xstelth.php
Not Found: /wp-admin/network/plugins.php
Not Found: /aaa.php
Not Found: /gecko.php
Not Found: /sh3ll.php
Not Found: /pbck.php
Not Found: /xiugai.php
Not Found: /e.php
Not Found: /for.php
Not Found: /ssh3ll.php
Not Found: /adminner.php
Not Found: /82.php
Not Found: /kir.php
Not Found: /up4.php
Not Found: /xhar.php
Not Found: /file1221.php
Not Found: /inx.php
Not Found: /qqqa.php
Not Found: /ffffile.php
Not Found: /wp-firewall.php
Not Found: /reviall.php
Not Found: /2larp.php
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
[UID:1227][3504165] Child process with pid: 3533191 was killed by signal: 15, core dumped: no
Not Found: /favicon.ico
Not Found: /login
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/traffic-advice
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Internal Server Error: /admin/informacion/materia/796/change/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/sessions/backends/base.py", line 244, in _get_session
    return self._session_cache
           ^^^^^^^^^^^^^^^^^^^
AttributeError: 'SessionStore' object has no attribute '_session_cache'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/backends/base/base.py", line 279, in ensure_connection
    self.connect()
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/asyncio.py", line 26, in inner
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/backends/base/base.py", line 256, in connect
    self.connection = self.get_new_connection(conn_params)
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/asyncio.py", line 26, in inner
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/backends/mysql/base.py", line 256, in get_new_connection
    connection = Database.connect(**conn_params)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib64/python3.11/site-packages/MySQLdb/__init__.py", line 121, in Connect
    return Connection(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib64/python3.11/site-packages/MySQLdb/connections.py", line 200, in __init__
    super().__init__(*args, **kwargs2)
MySQLdb.OperationalError: (2002, "Can't connect to local server through socket '/var/lib/mysql/mysql.sock' (2)")

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/options.py", line 718, in wrapper
    return self.admin_site.admin_view(view)(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 188, in _view_wrapper
    result = _process_exception(request, e)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 186, in _view_wrapper
    response = view_func(request, *args, **kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper
    response = view_func(request, *args, **kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/sites.py", line 229, in inner
    if not self.has_permission(request):
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/sites.py", line 202, in has_permission
    return request.user.is_active and request.user.is_staff
           ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 251, in inner
    self._setup()
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 404, in _setup
    self._wrapped = self._setupfunc()
                    ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/middleware.py", line 37, in <lambda>
    request.user = SimpleLazyObject(lambda: get_user(request))
                                            ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/middleware.py", line 17, in get_user
    request._cached_user = auth.get_user(request)
                           ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/__init__.py", line 209, in get_user
    user_id = _get_user_session_key(request)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/__init__.py", line 62, in _get_user_session_key
    return get_user_model()._meta.pk.to_python(request.session[SESSION_KEY])
                                               ~~~~~~~~~~~~~~~^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/sessions/backends/base.py", line 55, in __getitem__
    return self._session[key]
           ^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/sessions/backends/base.py", line 249, in _get_session
    self._session_cache = self.load()
                          ^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/sessions/backends/db.py", line 55, in load
    s = self._get_session_from_db()
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/sessions/backends/db.py", line 34, in _get_session_from_db
    return self.model.objects.get(
           ^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/manager.py", line 87, in manager_method
    return getattr(self.get_queryset(), name)(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/query.py", line 645, in get
    num = len(clone)
          ^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/query.py", line 382, in __len__
    self._fetch_all()
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/query.py", line 1928, in _fetch_all
    self._result_cache = list(self._iterable_class(self))
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/query.py", line 91, in __iter__
    results = compiler.execute_sql(
              ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/sql/compiler.py", line 1572, in execute_sql
    cursor = self.connection.cursor()
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/asyncio.py", line 26, in inner
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/backends/base/base.py", line 320, in cursor
    return self._cursor()
           ^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/backends/base/base.py", line 296, in _cursor
    self.ensure_connection()
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/asyncio.py", line 26, in inner
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/backends/base/base.py", line 278, in ensure_connection
    with self.wrap_database_errors:
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/utils.py", line 91, in __exit__
    raise dj_exc_value.with_traceback(traceback) from exc_value
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/backends/base/base.py", line 279, in ensure_connection
    self.connect()
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/asyncio.py", line 26, in inner
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/backends/base/base.py", line 256, in connect
    self.connection = self.get_new_connection(conn_params)
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/asyncio.py", line 26, in inner
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/backends/mysql/base.py", line 256, in get_new_connection
    connection = Database.connect(**conn_params)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib64/python3.11/site-packages/MySQLdb/__init__.py", line 121, in Connect
    return Connection(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib64/python3.11/site-packages/MySQLdb/connections.py", line 200, in __init__
    super().__init__(*args, **kwargs2)
django.db.utils.OperationalError: (2002, "Can't connect to local server through socket '/var/lib/mysql/mysql.sock' (2)")
Internal Server Error: /admin/informacion/materia/add/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/sessions/backends/base.py", line 244, in _get_session
    return self._session_cache
           ^^^^^^^^^^^^^^^^^^^
AttributeError: 'SessionStore' object has no attribute '_session_cache'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/backends/base/base.py", line 279, in ensure_connection
    self.connect()
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/asyncio.py", line 26, in inner
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/backends/base/base.py", line 256, in connect
    self.connection = self.get_new_connection(conn_params)
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/asyncio.py", line 26, in inner
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/backends/mysql/base.py", line 256, in get_new_connection
    connection = Database.connect(**conn_params)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib64/python3.11/site-packages/MySQLdb/__init__.py", line 121, in Connect
    return Connection(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib64/python3.11/site-packages/MySQLdb/connections.py", line 200, in __init__
    super().__init__(*args, **kwargs2)
MySQLdb.OperationalError: (2002, "Can't connect to local server through socket '/var/lib/mysql/mysql.sock' (2)")

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/options.py", line 718, in wrapper
    return self.admin_site.admin_view(view)(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 188, in _view_wrapper
    result = _process_exception(request, e)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 186, in _view_wrapper
    response = view_func(request, *args, **kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper
    response = view_func(request, *args, **kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/sites.py", line 229, in inner
    if not self.has_permission(request):
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/sites.py", line 202, in has_permission
    return request.user.is_active and request.user.is_staff
           ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 251, in inner
    self._setup()
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 404, in _setup
    self._wrapped = self._setupfunc()
                    ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/middleware.py", line 37, in <lambda>
    request.user = SimpleLazyObject(lambda: get_user(request))
                                            ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/middleware.py", line 17, in get_user
    request._cached_user = auth.get_user(request)
                           ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/__init__.py", line 209, in get_user
    user_id = _get_user_session_key(request)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/__init__.py", line 62, in _get_user_session_key
    return get_user_model()._meta.pk.to_python(request.session[SESSION_KEY])
                                               ~~~~~~~~~~~~~~~^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/sessions/backends/base.py", line 55, in __getitem__
    return self._session[key]
           ^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/sessions/backends/base.py", line 249, in _get_session
    self._session_cache = self.load()
                          ^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/sessions/backends/db.py", line 55, in load
    s = self._get_session_from_db()
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/sessions/backends/db.py", line 34, in _get_session_from_db
    return self.model.objects.get(
           ^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/manager.py", line 87, in manager_method
    return getattr(self.get_queryset(), name)(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/query.py", line 645, in get
    num = len(clone)
          ^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/query.py", line 382, in __len__
    self._fetch_all()
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/query.py", line 1928, in _fetch_all
    self._result_cache = list(self._iterable_class(self))
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/query.py", line 91, in __iter__
    results = compiler.execute_sql(
              ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/sql/compiler.py", line 1572, in execute_sql
    cursor = self.connection.cursor()
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/asyncio.py", line 26, in inner
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/backends/base/base.py", line 320, in cursor
    return self._cursor()
           ^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/backends/base/base.py", line 296, in _cursor
    self.ensure_connection()
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/asyncio.py", line 26, in inner
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/backends/base/base.py", line 278, in ensure_connection
    with self.wrap_database_errors:
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/utils.py", line 91, in __exit__
    raise dj_exc_value.with_traceback(traceback) from exc_value
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/backends/base/base.py", line 279, in ensure_connection
    self.connect()
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/asyncio.py", line 26, in inner
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/backends/base/base.py", line 256, in connect
    self.connection = self.get_new_connection(conn_params)
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/asyncio.py", line 26, in inner
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/backends/mysql/base.py", line 256, in get_new_connection
    connection = Database.connect(**conn_params)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib64/python3.11/site-packages/MySQLdb/__init__.py", line 121, in Connect
    return Connection(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib64/python3.11/site-packages/MySQLdb/connections.py", line 200, in __init__
    super().__init__(*args, **kwargs2)
django.db.utils.OperationalError: (2002, "Can't connect to local server through socket '/var/lib/mysql/mysql.sock' (2)")
Internal Server Error: /admin/informacion/materia/
Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/sessions/backends/base.py", line 244, in _get_session
    return self._session_cache
           ^^^^^^^^^^^^^^^^^^^
AttributeError: 'SessionStore' object has no attribute '_session_cache'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/backends/base/base.py", line 279, in ensure_connection
    self.connect()
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/asyncio.py", line 26, in inner
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/backends/base/base.py", line 256, in connect
    self.connection = self.get_new_connection(conn_params)
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/asyncio.py", line 26, in inner
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/backends/mysql/base.py", line 256, in get_new_connection
    connection = Database.connect(**conn_params)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib64/python3.11/site-packages/MySQLdb/__init__.py", line 121, in Connect
    return Connection(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib64/python3.11/site-packages/MySQLdb/connections.py", line 200, in __init__
    super().__init__(*args, **kwargs2)
MySQLdb.OperationalError: (2002, "Can't connect to local server through socket '/var/lib/mysql/mysql.sock' (2)")

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/options.py", line 718, in wrapper
    return self.admin_site.admin_view(view)(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 188, in _view_wrapper
    result = _process_exception(request, e)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/decorators.py", line 186, in _view_wrapper
    response = view_func(request, *args, **kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper
    response = view_func(request, *args, **kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/sites.py", line 229, in inner
    if not self.has_permission(request):
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/admin/sites.py", line 202, in has_permission
    return request.user.is_active and request.user.is_staff
           ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 251, in inner
    self._setup()
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 404, in _setup
    self._wrapped = self._setupfunc()
                    ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/middleware.py", line 37, in <lambda>
    request.user = SimpleLazyObject(lambda: get_user(request))
                                            ^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/middleware.py", line 17, in get_user
    request._cached_user = auth.get_user(request)
                           ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/__init__.py", line 209, in get_user
    user_id = _get_user_session_key(request)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/auth/__init__.py", line 62, in _get_user_session_key
    return get_user_model()._meta.pk.to_python(request.session[SESSION_KEY])
                                               ~~~~~~~~~~~~~~~^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/sessions/backends/base.py", line 55, in __getitem__
    return self._session[key]
           ^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/sessions/backends/base.py", line 249, in _get_session
    self._session_cache = self.load()
                          ^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/sessions/backends/db.py", line 55, in load
    s = self._get_session_from_db()
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/contrib/sessions/backends/db.py", line 34, in _get_session_from_db
    return self.model.objects.get(
           ^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/manager.py", line 87, in manager_method
    return getattr(self.get_queryset(), name)(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/query.py", line 645, in get
    num = len(clone)
          ^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/query.py", line 382, in __len__
    self._fetch_all()
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/query.py", line 1928, in _fetch_all
    self._result_cache = list(self._iterable_class(self))
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/query.py", line 91, in __iter__
    results = compiler.execute_sql(
              ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/models/sql/compiler.py", line 1572, in execute_sql
    cursor = self.connection.cursor()
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/asyncio.py", line 26, in inner
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/backends/base/base.py", line 320, in cursor
    return self._cursor()
           ^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/backends/base/base.py", line 296, in _cursor
    self.ensure_connection()
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/asyncio.py", line 26, in inner
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/backends/base/base.py", line 278, in ensure_connection
    with self.wrap_database_errors:
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/utils.py", line 91, in __exit__
    raise dj_exc_value.with_traceback(traceback) from exc_value
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/backends/base/base.py", line 279, in ensure_connection
    self.connect()
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/asyncio.py", line 26, in inner
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/backends/base/base.py", line 256, in connect
    self.connection = self.get_new_connection(conn_params)
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/utils/asyncio.py", line 26, in inner
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/db/backends/mysql/base.py", line 256, in get_new_connection
    connection = Database.connect(**conn_params)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib64/python3.11/site-packages/MySQLdb/__init__.py", line 121, in Connect
    return Connection(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib64/python3.11/site-packages/MySQLdb/connections.py", line 200, in __init__
    super().__init__(*args, **kwargs2)
django.db.utils.OperationalError: (2002, "Can't connect to local server through socket '/var/lib/mysql/mysql.sock' (2)")
Not Found: /ad
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /login
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /this_is_a_new_hello_world.php
Not Found: /SS72_kKKjT.php
Not Found: /solo1.php
Not Found: /cu.php
Not Found: /nc4.php
Not Found: /ctjpseby.php
Not Found: /mI35rZhMg1zJ1vuXdefault.php
Not Found: /yj03.php
Not Found: /exhds0ucw0ju9vjgasxqCdefault.php
Not Found: /ifrea.php
Not Found: /wxeyc.php
Not Found: /7logs.php
Not Found: /hplfuns.php
Not Found: /vgtyu.php
Not Found: /xbbih.php
Not Found: /ardsw.php
Not Found: /ws56.php
Not Found: /lp6.php
Not Found: /tymi.php
Not Found: /motu.php
Not Found: /s3FiyJ2WGCnF0p1default.php
Not Found: /edit-tags.php
Not Found: /drykl.php
Not Found: /tires.php
Not Found: /gelio1.php
Not Found: /nhj6t74aqmkde3hgpCdefault.php
Not Found: /wpls.php
Not Found: /gh.php
Not Found: /wp-the.php
Not Found: /xy.php
Not Found: /ws58.php
Not Found: /fssxwoyh.php
Not Found: /auth.php
Not Found: /health.php
Not Found: /lco.php
Not Found: /crgio.php
Not Found: /a6.php
Not Found: /green.php
Not Found: /ws85.php
Not Found: /vrhiw.php
Not Found: /wtiiy.php
Not Found: /xtsr.php
Not Found: /kagug.php
Not Found: /public/vx.php
Not Found: /dx.php
Not Found: /chosen.php
Not Found: /ckmtelzy.php
Not Found: /wp-tot.php
Not Found: /leaf.php
Not Found: /class.php
Not Found: /wp9.php
Not Found: /wper.php
Not Found: /BDKR28WP.php
Not Found: /485.php
Not Found: /bykdo.php
Not Found: /eapjf.php
Not Found: /bthil.php
Not Found: /n3yUmQ6Q9xwQ8ocdefault.php
Not Found: /gpt-sh.php
Not Found: /ta0ol.php
Not Found: /bxhnfdgd.php
Not Found: /lowpr.php
Not Found: /xigmltad.php
Not Found: /cgi-bin_bkp.php
Not Found: /ah25.php
Not Found: /php.php
Not Found: /wpb.php
Not Found: /cilus.php
Not Found: /hnphq.php
Not Found: /ws80.php
Not Found: /ws78.php
Not Found: /shop.php
Not Found: /isvqf.php
Not Found: /users.php
Not Found: /a5.php
Not Found: /xa.php
Not Found: /cjndd.php
Not Found: /fss.php
Not Found: /vaza.php
Not Found: /rithin.php
Not Found: /lgr.php
Not Found: /xenium4.php
Not Found: /mg.php
Not Found: /home.php
Not Found: /elp.php
Not Found: /wp-content/tBEZGQz.php
Not Found: /erty.php
Not Found: /gold.php
Not Found: /irpl4xz4fmlzm4tlvvu4h1mCdefault.php
Not Found: /0x19493QU8ZQ.php
Not Found: /xwpg.php
Not Found: /Cap.php
Not Found: /sd.php
Not Found: /ylzed0twj8l9drdbchc1oocfCdefault.php
Not Found: /mac.php
Not Found: /wp-good.php
Not Found: /ljbluatr.php
Not Found: /6xBAm3vODE05BSzkJZRAws.php
Not Found: /blqjs.php
Not Found: /tdsaz.php
Not Found: /azntlsxk.php
Not Found: /epinyins.php
Not Found: /atomlib.php
Not Found: /gi.php
Not Found: /hwjtry0zd1fzeakcuzn8Cdefault.php
Not Found: /kandw.php
Not Found: /wpc2.php
Not Found: /xwx1.php
Not Found: /ibjnu.php
Not Found: /emcgm.php
Not Found: /casp1.php
Not Found: /lp5.php
Not Found: /utchiha_O1JFaUaF.php
Not Found: /info2.php
Not Found: /public/mI35rZhMg1zJ1vuXdefault.php
Not Found: /2ksm17n.php
Not Found: /jlex.php
Not Found: /epinyins.php
Not Found: /wdf.php
Not Found: /intall.php
Not Found: /8xyz.php
Not Found: /ortasekerli1.php
Not Found: /byueb.php
Not Found: /baixy.php
Not Found: /classwithtostring.php
Not Found: /trx24.php
Not Found: /yuzuru1.php
Not Found: /dhjqs.php
Not Found: /tx79.php
Not Found: /fyflv.php
Not Found: /100.php
Not Found: /hfles.php
Not Found: /bootstrap.php
Not Found: /xjgdw.php
Not Found: /utchiha_py4mE1XY.php
Not Found: /baixy.php
Not Found: /aqotrjkg.php
Not Found: /c4.php
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /__nx_probe_f1ecd45d5683__
Not Found: /__nx_probe_9051cf896510__
Not Found: /wp-login.php
Not Found: /wp-login.php
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /this_is_a_new_hello_world.php
Not Found: /wicked.php
Not Found: /fpwch.php
Not Found: /black.php
Not Found: /loader.php
Not Found: /file61.php
Not Found: /wp-css.php
Not Found: /wp-blink.php
Not Found: /txets.php
Not Found: /pucci.php
Not Found: /xwpg.php
Not Found: /ops.php
Not Found: /dex.php
Not Found: /mac.php
Not Found: /aa.php
Not Found: /xyn.php
Not Found: /1.php
Not Found: /sx.php
Not Found: /classwithtostring.php
Not Found: /yawa.php
Not Found: /sym403.php
Not Found: /aa2.php
Not Found: /k.php
Not Found: /f6.php//f6.php
Not Found: /wp-includes/block-bindings//wp-includes/block-bindings/
Not Found: /ms-edit.php
Not Found: /zz.php
Not Found: /xxx.php
Not Found: /2.php//2.php
Not Found: /qqqa.php
Not Found: /aunmc.php
Not Found: /ccc.php
Not Found: /h02ugyh.php
Not Found: /yas.php
Not Found: /wpx.php
Not Found: /as.php
Not Found: /kq1.php
Not Found: /sid4.php
Not Found: /sixxis.php
Not Found: /js.php
Not Found: /file5.php
Not Found: /special.php//special.php
Not Found: /xoot.php
Not Found: /000.php//000.php
Not Found: /first.php
Not Found: /memberfuns.php
Not Found: /wp-includes/blocks/audio/
Not Found: /wp-includes/css/dist//wp-includes/css/dist/
Not Found: /insc.php
Not Found: /wp-content/uploads/
Not Found: /2P.update.php
Not Found: /wefile.php
Not Found: /dr.php
Not Found: /xmrl.php
Not Found: /wp-temp.php
Not Found: /aa.php//aa.php
Not Found: /82.php
Not Found: /222.php
Not Found: /wp-content/BypassBest.php//wp-content/BypassBest.php
Not Found: /f900.php
Not Found: /wp-admin/css/colors/sunrise/
Not Found: /adminner.php
Not Found: /simple.php
Not Found: /ms.php
Not Found: /wp-admin/css/colors/blue/
Not Found: /8.php
Not Found: /wp-admin/css/
Not Found: /wp-includes/Text/Diff/Engine/about.php
Not Found: /cgi-bin/admin.php//cgi-bin/admin.php
Not Found: /sss.php
Not Found: /.well-known/about.php
Not Found: /file.php
Not Found: /coffexium.php
Not Found: /k2.php
Not Found: /BDKR28.php
Not Found: /cgi-bin/index.php//cgi-bin/index.php
Not Found: /raw.php
Not Found: /wp-links.php
Not Found: /gecko.php
Not Found: /for.php
Not Found: /wp-admin/css/colors/midnight/about.php
Not Found: /4PJcpMFsD8B.php
Not Found: /wp-admin/css/colors/modern/
Not Found: /media.php
Not Found: /wp-load.php
Not Found: /ops.php
Not Found: /wp-content/
Not Found: /wp-includes/l10n//wp-includes/l10n/
Not Found: /images.php
Not Found: /a.php
Not Found: /xmu.php
Not Found: /a1.php//a1.php
Not Found: /ccou.php
Not Found: /wp-content/admin.php
Not Found: /177.php
Not Found: /0.php
Not Found: /wpxml.php///wpxml.php
Not Found: /wp-admin/js/index.php//wp-admin/js/index.php
Not Found: /fffm.php
Not Found: /wp-content/themes/index.php
Not Found: /wp-includes/assets//wp-includes/assets/
Not Found: /f35.update.php
Not Found: /config.json.php
Not Found: /wp-includes/ID3/about.php
Not Found: /yup.php
Not Found: /hur.php
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /this_is_a_new_hello_world.php
Not Found: /SS72_kKKjT.php
Not Found: /solo1.php
Not Found: /cu.php
Not Found: /nc4.php
Not Found: /ctjpseby.php
Not Found: /mI35rZhMg1zJ1vuXdefault.php
Not Found: /yj03.php
Not Found: /exhds0ucw0ju9vjgasxqCdefault.php
Not Found: /ifrea.php
Not Found: /wxeyc.php
Not Found: /7logs.php
Not Found: /hplfuns.php
Not Found: /vgtyu.php
Not Found: /xbbih.php
Not Found: /ardsw.php
Not Found: /ws56.php
Not Found: /lp6.php
Not Found: /tymi.php
Not Found: /motu.php
Not Found: /s3FiyJ2WGCnF0p1default.php
Not Found: /edit-tags.php
Not Found: /drykl.php
Not Found: /tires.php
Not Found: /gelio1.php
Not Found: /nhj6t74aqmkde3hgpCdefault.php
Not Found: /wpls.php
Not Found: /gh.php
Not Found: /wp-the.php
Not Found: /xy.php
Not Found: /ws58.php
Not Found: /fssxwoyh.php
Not Found: /auth.php
Not Found: /health.php
Not Found: /lco.php
Not Found: /crgio.php
Not Found: /a6.php
Not Found: /green.php
Not Found: /ws85.php
Not Found: /vrhiw.php
Not Found: /wtiiy.php
Not Found: /xtsr.php
Not Found: /kagug.php
Not Found: /public/vx.php
Not Found: /dx.php
Not Found: /chosen.php
Not Found: /ckmtelzy.php
Not Found: /wp-tot.php
Not Found: /leaf.php
Not Found: /class.php
Not Found: /wp9.php
Not Found: /wper.php
Not Found: /BDKR28WP.php
Not Found: /485.php
Not Found: /bykdo.php
Not Found: /eapjf.php
Not Found: /bthil.php
Not Found: /n3yUmQ6Q9xwQ8ocdefault.php
Not Found: /gpt-sh.php
Not Found: /ta0ol.php
Not Found: /bxhnfdgd.php
Not Found: /lowpr.php
Not Found: /xigmltad.php
Not Found: /cgi-bin_bkp.php
Not Found: /ah25.php
Not Found: /php.php
Not Found: /wpb.php
Not Found: /cilus.php
Not Found: /hnphq.php
Not Found: /ws80.php
Not Found: /ws78.php
Not Found: /shop.php
Not Found: /isvqf.php
Not Found: /users.php
Not Found: /a5.php
Not Found: /xa.php
Not Found: /cjndd.php
Not Found: /fss.php
Not Found: /vaza.php
Not Found: /rithin.php
Not Found: /lgr.php
Not Found: /xenium4.php
Not Found: /mg.php
Not Found: /home.php
Not Found: /elp.php
Not Found: /wp-content/tBEZGQz.php
Not Found: /erty.php
Not Found: /gold.php
Not Found: /irpl4xz4fmlzm4tlvvu4h1mCdefault.php
Not Found: /0x19493QU8ZQ.php
Not Found: /xwpg.php
Not Found: /Cap.php
Not Found: /sd.php
Not Found: /ylzed0twj8l9drdbchc1oocfCdefault.php
Not Found: /mac.php
Not Found: /wp-good.php
Not Found: /ljbluatr.php
Not Found: /6xBAm3vODE05BSzkJZRAws.php
Not Found: /blqjs.php
Not Found: /tdsaz.php
Not Found: /azntlsxk.php
Not Found: /epinyins.php
Not Found: /atomlib.php
Not Found: /gi.php
Not Found: /hwjtry0zd1fzeakcuzn8Cdefault.php
Not Found: /kandw.php
Not Found: /wpc2.php
Not Found: /xwx1.php
Not Found: /ibjnu.php
Not Found: /emcgm.php
Not Found: /casp1.php
Not Found: /lp5.php
Not Found: /utchiha_O1JFaUaF.php
Not Found: /info2.php
Not Found: /public/mI35rZhMg1zJ1vuXdefault.php
Not Found: /2ksm17n.php
Not Found: /jlex.php
Not Found: /epinyins.php
Not Found: /wdf.php
Not Found: /intall.php
Not Found: /8xyz.php
Not Found: /ortasekerli1.php
Not Found: /byueb.php
Not Found: /baixy.php
Not Found: /classwithtostring.php
Not Found: /trx24.php
Not Found: /yuzuru1.php
Not Found: /dhjqs.php
Not Found: /tx79.php
Not Found: /fyflv.php
Not Found: /100.php
Not Found: /hfles.php
Not Found: /bootstrap.php
Not Found: /xjgdw.php
Not Found: /utchiha_py4mE1XY.php
Not Found: /baixy.php
Not Found: /aqotrjkg.php
Not Found: /c4.php
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /this_is_a_new_hello_world.php
Not Found: /wicked.php
Not Found: /blog/3PJcpMFsD8B.php
Not Found: /blog/4PJcpMFsD8B.php
Not Found: /blog/xyn.php
Not Found: /blog/82.php
Not Found: /1xmomo.php
Not Found: /fpwch.php
Not Found: /black.php
Not Found: /loader.php
Not Found: /file61.php
Not Found: /wp-css.php
Not Found: /wp-blink.php
Not Found: /txets.php
Not Found: /pucci.php
Not Found: /xwpg.php
Not Found: /ops.php
Not Found: /dex.php
Not Found: /mac.php
Not Found: /aa.php
Not Found: /xyn.php
Not Found: /1.php
Not Found: /sx.php
Not Found: /classwithtostring.php
Not Found: /yawa.php
Not Found: /sym403.php
Not Found: /aa2.php
Not Found: /k.php
Not Found: /f6.php//f6.php
Not Found: /wp-includes/block-bindings//wp-includes/block-bindings/
Not Found: /ms-edit.php
Not Found: /zz.php
Not Found: /xxx.php
Not Found: /2.php//2.php
Not Found: /qqqa.php
Not Found: /aunmc.php
Not Found: /ccc.php
Not Found: /h02ugyh.php
Not Found: /yas.php
Not Found: /wpx.php
Not Found: /as.php
Not Found: /kq1.php
Not Found: /sid4.php
Not Found: /sixxis.php
Not Found: /js.php
Not Found: /file5.php
Not Found: /special.php//special.php
Not Found: /xoot.php
Not Found: /000.php//000.php
Not Found: /first.php
Not Found: /memberfuns.php
Not Found: /wp-includes/blocks/audio/
Not Found: /wp-includes/css/dist//wp-includes/css/dist/
Not Found: /insc.php
Not Found: /wp-content/uploads/
Not Found: /2P.update.php
Not Found: /wefile.php
Not Found: /dr.php
Not Found: /xmrl.php
Not Found: /wp-temp.php
Not Found: /aa.php//aa.php
Not Found: /82.php
Not Found: /222.php
Not Found: /wp-content/BypassBest.php//wp-content/BypassBest.php
Not Found: /f900.php
Not Found: /wp-admin/css/colors/sunrise/
Not Found: /adminner.php
Not Found: /simple.php
Not Found: /ms.php
Not Found: /wp-admin/css/colors/blue/
Not Found: /8.php
Not Found: /wp-admin/css/
Not Found: /wp-includes/Text/Diff/Engine/about.php
Not Found: /cgi-bin/admin.php//cgi-bin/admin.php
Not Found: /sss.php
Not Found: /.well-known/about.php
Not Found: /file.php
Not Found: /coffexium.php
Not Found: /k2.php
Not Found: /BDKR28.php
Not Found: /cgi-bin/index.php//cgi-bin/index.php
Not Found: /raw.php
Not Found: /wp-links.php
Not Found: /gecko.php
Not Found: /for.php
Not Found: /wp-admin/css/colors/midnight/about.php
Not Found: /4PJcpMFsD8B.php
Not Found: /wp-admin/css/colors/modern/
Not Found: /media.php
Not Found: /wp-load.php
Not Found: /ops.php
Not Found: /wp-content/
Not Found: /wp-includes/l10n//wp-includes/l10n/
Not Found: /images.php
Not Found: /a.php
Not Found: /xmu.php
Not Found: /a1.php//a1.php
Not Found: /ccou.php
Not Found: /wp-content/admin.php
Not Found: /177.php
Not Found: /0.php
Not Found: /wpxml.php///wpxml.php
Not Found: /wp-admin/js/index.php//wp-admin/js/index.php
Not Found: /fffm.php
Not Found: /wp-content/themes/index.php
Not Found: /wp-includes/assets//wp-includes/assets/
Not Found: /f35.update.php
Not Found: /config.json.php
Not Found: /wp-includes/ID3/about.php
Not Found: /yup.php
Not Found: /hur.php
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /license.txt
Not Found: /favicon.ico
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /this_is_a_new_hello_world.php
Not Found: /3PJcpMFsD8B.php
Not Found: /media.php
Not Found: /images.php
Not Found: /gecko.php
Not Found: /82.php
Not Found: /xstelth.php
Not Found: /xp.php
Not Found: /admin.php///admin.php
Not Found: /adminner.php
Not Found: /a.php//a.php
Not Found: /k.php
Not Found: /aaa.php
Not Found: /222.php
Not Found: /test.php
Not Found: /aaa.php
Not Found: /11.php
Not Found: /mac.php
Not Found: /wp-content/uploads/
Not Found: /wp-includes/Text/
Not Found: /dr.php
Not Found: /x.php
Not Found: /155.php
Not Found: /ops.php
Not Found: /wp-includes/assets//wp-includes/assets/
Not Found: /wp-includes/blocks/details/
Not Found: /.well-known/about.php
Not Found: /wp-includes/ID3/about.php
Not Found: /wp-includes/blocks/post-comments-form/
Not Found: /wp-admin/css/colour.php
Not Found: /8.php
Not Found: /wp-content/admin.php
Not Found: /f6.php//f6.php
Not Found: /wp-content/themes/index.php
Not Found: /wp-blog.php
Not Found: /cgi-bin/index.php//cgi-bin/index.php
Not Found: /wp-includes/l10n//wp-includes/l10n/
Not Found: /wp-content/uploads/
Not Found: /f35.php
Not Found: /wp-load.php
Not Found: /xyn.php
Not Found: /ccc.php
Not Found: /w.php
Not Found: /4PJcpMFsD8B.php
Not Found: /FWAZ.php
Not Found: /aa.php//aa.php
Not Found: /test1.php
Not Found: /database.php
Not Found: /file.php
Not Found: /file.php
Not Found: /777.php
Not Found: /test2.php
Not Found: /ss.php
Not Found: /users.php
Not Found: /dvjul.php
Not Found: /biufile.php
Not Found: /coffexium.php
Not Found: /als.php
Not Found: /simple.php
Not Found: /fpwch.php
Not Found: /domvf.php
Not Found: /a2.php
Not Found: /d61.php
Not Found: /info.php
Not Found: /11.php
Not Found: /dex.php
Not Found: /1.php
Not Found: /wp-admin/css/colors/modern/
Not Found: /BDKR28.php
Not Found: /a1.php
Not Found: /eee.php
Not Found: /config.json.php
Not Found: /k2.php
Not Found: /for.php
Not Found: /raw.php
Not Found: /wp.php//wp.php
Not Found: /lobster.php///lobster.php
Not Found: /002.php
Not Found: /fffm.php
Not Found: /2.php//2.php
Not Found: /johen.php//johen.php
Not Found: /nwflm.php
Not Found: /reop3.php
Not Found: /green.php
Not Found: /zildan.php
Not Found: /111.php
Not Found: /pol.php
Not Found: /kir.php
Not Found: /wp-includes/Requests//wp-includes/Requests/
Not Found: /ws.php
Not Found: /ktakapxo.php
Not Found: /wp-content/plugins/hellopress/wp_filemanager.php
Not Found: /this_is_a_new_hello_world.php
Not Found: /images.php
Not Found: /bootstrap.php
Not Found: /fpwch.php
Not Found: /hypo.php
Not Found: /kir.php
Not Found: /blacks.php
Not Found: /cap.php
Not Found: /ccc.php
Not Found: /wp-5jbk59g.php
Not Found: /123.php
Not Found: /reviall.php
Not Found: /cmd.php
Not Found: /common.php
Not Found: /zoomab.php
Not Found: /zewuaq.php
Not Found: /bootstrap.php
Not Found: /shell.php
Not Found: /vdgrbPKxpkw.php
Not Found: /ms-edit.php
Not Found: /swm.php
Not Found: /2x.php
Not Found: /9WOLF.php
Not Found: /as.php
Not Found: /window.php
Not Found: /lazqstrk.php
Not Found: /sx.php
Not Found: /php.php
Not Found: /666.php
Not Found: /white.php
Not Found: /class-t.api.php
Not Found: /esp.php
Not Found: /class-wp-image.php
Not Found: /class-wp-logo-new.php
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /login
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /.well-known/traffic-advice
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /apple-touch-icon-precomposed.png
Not Found: /favicon.ico
Not Found: /apple-touch-icon.png
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Method Not Allowed (GET): /admin/logout/
Method Not Allowed: /admin/logout/
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
/home/istvcedu/virtualenv/siga.istvc.edu.ec/3.11/lib/python3.11/site-packages/django/views/generic/list.py:91: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'informacion.models.Estudiante'> QuerySet.
  return self.paginator_class(
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /robots.txt
Not Found: /sitemap.txt
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Forbidden (Referer checking failed - no Referer.): /
Forbidden (Referer checking failed - no Referer.): /
Not Found: /favicon.ico
Not Found: /.well-known/assetlinks.json
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /robots.txt
Not Found: /favicon.ico
[UID:1227][73311] Child process with pid: 73506 was killed by signal: 15, core dumped: no
[UID:1227][73311] Child process with pid: 83966 was killed by signal: 15, core dumped: no
[UID:1227][73311] Child process with pid: 85143 was killed by signal: 15, core dumped: no
[UID:1227][73311] Child process with pid: 86827 was killed by signal: 15, core dumped: no
[UID:1227][73311] Child process with pid: 87186 was killed by signal: 15, core dumped: no
[UID:1227][73311] Child process with pid: 87363 was killed by signal: 15, core dumped: no
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /ruta/a/tu/imagen.jpg
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /robots.txt
Not Found: /favicon.ico
